index
:
pub/scm/linux/kernel/git/rmk/linux.git
master
rmk's fork of linux.git
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file-item.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-30
btrfs: fallback to transaction csum tree on a commit root csum miss
Boris Burkov
1
-1
/
+25
2026-06-09
btrfs: use shifts for sectorsize and nodesize
David Sterba
1
-1
/
+1
2026-06-08
btrfs: make more ASSERTs verbose, part 3
David Sterba
1
-1
/
+3
2026-04-07
btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()
Qu Wenruo
1
-3
/
+3
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+7
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
1
-0
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-03
btrfs: remove out label in btrfs_csum_file_blocks()
Filipe Manana
1
-8
/
+8
2026-02-03
btrfs: switch to library APIs for checksums
Eric Biggers
1
-4
/
+0
2025-11-25
btrfs: add orig_logical to btrfs_bio for encryption
Josef Bacik
1
-1
/
+1
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-6
/
+6
2025-11-24
btrfs: make btrfs_csum_one_bio() handle bs > ps without large folios
Qu Wenruo
1
-3
/
+12
2025-11-24
btrfs: use kvcalloc for btrfs_bio::csum allocation
Qu Wenruo
1
-2
/
+2
2025-11-24
btrfs: introduce btrfs_bio::async_csum
Qu Wenruo
1
-17
/
+43
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-1
/
+1
2025-09-23
btrfs: introduce btrfs_bio_for_each_block() helper
Qu Wenruo
1
-20
/
+6
2025-09-22
btrfs: try to search for data csums in commit root
Boris Burkov
1
-0
/
+32
2025-07-21
btrfs: use btrfs_is_data_reloc_root() where not done yet
David Sterba
1
-1
/
+1
2025-05-15
btrfs: change return type of btrfs_alloc_dummy_sum() to int
David Sterba
1
-2
/
+2
2025-05-15
btrfs: change return type of btrfs_csum_one_bio() to int
David Sterba
1
-2
/
+2
2025-05-15
btrfs: change return type of btrfs_lookup_bio_sums() to int
David Sterba
1
-6
/
+6
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of int
Filipe Manana
1
-4
/
+4
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
1
-5
/
+5
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-2
/
+1
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_lookup_bio_sums()
David Sterba
1
-5
/
+2
2025-03-18
btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-6
/
+4
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
1
-6
/
+7
2025-01-13
btrfs: file-item: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-3
/
+0
2024-09-10
btrfs: constify more pointer parameters
David Sterba
1
-2
/
+2
2024-07-11
btrfs: introduce new "rescue=ignoremetacsums" mount option
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: ignore incorrect btrfs_file_extent_item::ram_bytes
Qu Wenruo
1
-0
/
+7
2024-07-11
btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()
Qu Wenruo
1
-5
/
+4
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
1
-4
/
+0
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
1
-7
/
+0
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-4
/
+1
2024-07-11
btrfs: introduce new members for extent_map
Qu Wenruo
1
-1
/
+8
2024-07-11
btrfs: rename extent_map::orig_block_len to disk_num_bytes
Qu Wenruo
1
-2
/
+2
2024-07-11
btrfs: don't allocate file extent tree for non regular files
Filipe Manana
1
-6
/
+7
2024-05-07
btrfs: simplify the inline extent map creation
Qu Wenruo
1
-10
/
+10
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-6
/
+5
2024-05-07
btrfs: make NOCOW checks for existence of checksums in a range more efficient
Filipe Manana
1
-7
/
+18
2024-05-07
btrfs: simplify error path for btrfs_lookup_csums_list()
Filipe Manana
1
-8
/
+9
2024-05-07
btrfs: remove use of a temporary list at btrfs_lookup_csums_list()
Filipe Manana
1
-5
/
+3
2024-05-07
btrfs: remove search_commit parameter from btrfs_lookup_csums_list()
Filipe Manana
1
-9
/
+1
2024-05-07
btrfs: add function comment to btrfs_lookup_csums_list()
Filipe Manana
1
-0
/
+13
2024-03-04
btrfs: unify handling of return values of btrfs_insert_empty_items()
David Sterba
1
-3
/
+0
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-3
/
+0
[next]