index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_repair_one_sector
David Sterba
1
-9
/
+8
2022-12-05
btrfs: pass btrfs_inode to submit_one_bio
David Sterba
1
-6
/
+6
2022-12-05
btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bio
David Sterba
1
-1
/
+2
2022-12-05
btrfs: pass btrfs_inode to btrfs_submit_data_read_bio
David Sterba
1
-2
/
+3
2022-12-05
btrfs: pass btrfs_inode to btrfs_submit_data_write_bio
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_submit_metadata_bio
David Sterba
1
-1
/
+1
2022-12-05
btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bio
David Sterba
1
-1
/
+1
2022-12-05
btrfs: change how repair action is passed to btrfs_repair_one_sector
David Sterba
1
-5
/
+9
2022-12-05
btrfs: merge struct extent_page_data to btrfs_bio_ctrl
David Sterba
1
-60
/
+55
2022-12-05
btrfs: switch extent_page_data bit fields to bools
David Sterba
1
-2
/
+2
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move dev-replace prototypes into dev-replace.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-28
/
+31
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: do not use GFP_ATOMIC in the read endio
Josef Bacik
1
-4
/
+4
2022-12-05
btrfs: avoid duplicated resolution of indirect backrefs during fiemap
Filipe Manana
1
-0
/
+2
2022-12-05
btrfs: move ulists to data extent sharedness check context
Filipe Manana
1
-24
/
+10
2022-12-05
btrfs: turn the backref sharedness check cache into a context object
Filipe Manana
1
-12
/
+12
2022-12-05
btrfs: directly pass the inode to btrfs_is_data_extent_shared()
Filipe Manana
1
-9
/
+7
2022-12-05
btrfs: drop redundant bflags initialization when allocating extent buffer
Filipe Manana
1
-1
/
+0
2022-12-05
btrfs: drop pointless memset when cloning extent buffer
Filipe Manana
1
-1
/
+0
2022-12-05
btrfs: add cached_state to read_extent_buffer_subpage
Josef Bacik
1
-5
/
+10
2022-12-05
btrfs: cache the failed state when locking extents
Josef Bacik
1
-1
/
+2
2022-12-05
btrfs: add a cached_state to try_lock_extent
Josef Bacik
1
-1
/
+2
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-18
/
+15
2022-09-26
btrfs: move end_io_func argument to btrfs_bio_ctrl structure
Qu Wenruo
1
-17
/
+23
2022-09-26
btrfs: switch page and disk_bytenr argument position for submit_extent_page()
Qu Wenruo
1
-9
/
+9
2022-09-26
btrfs: update the comment for submit_extent_page()
Qu Wenruo
1
-3
/
+5
2022-09-26
btrfs: open code and remove btrfs_inode_sectorsize helper
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: stop tracking failed reads in the I/O tree
Christoph Hellwig
1
-15
/
+2
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: don't clear CTL bits when trying to release extent state
Josef Bacik
1
-3
/
+5
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-21
/
+18
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: move core extent_io_tree functions to extent-io-tree.c
Josef Bacik
1
-996
/
+0
2022-09-26
btrfs: move a few exported extent_io_tree helpers to extent-io-tree.c
Josef Bacik
1
-141
/
+0
2022-09-26
btrfs: temporarily export and then move extent state helpers
Josef Bacik
1
-258
/
+0
2022-09-26
btrfs: temporarily export and move core extent_io_tree tree functions
Josef Bacik
1
-115
/
+0
2022-09-26
btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.c
Josef Bacik
1
-20
/
+0
2022-09-26
btrfs: export wait_extent_bit
Josef Bacik
1
-2
/
+1
2022-09-26
btrfs: move simple extent bit helpers out of extent_io.c
Josef Bacik
1
-60
/
+0
2022-09-26
btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT's
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: move extent state init and alloc functions to their own file
Josef Bacik
1
-155
/
+0
2022-09-26
btrfs: temporarily export alloc_extent_state helpers
Josef Bacik
1
-3
/
+2
2022-09-26
btrfs: separate out the eb and extent state leak helpers
Josef Bacik
1
-20
/
+38
2022-09-26
btrfs: separate out the extent state and extent buffer init code
Josef Bacik
1
-7
/
+14
[prev]
[next]