index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-08
btrfs: remove 2K block size support
Qu Wenruo
1
-11
/
+1
2026-06-08
btrfs: change return type from int to bool in check_eb_range()
Filipe Manana
1
-2
/
+2
2026-06-08
btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()
Filipe Manana
7
-17
/
+17
2026-06-08
btrfs: use QSTR() in __btrfs_ioctl_snap_create()
Thorsten Blum
1
-1
/
+1
2026-06-08
btrfs: use the enums instead of int type in struct btrfs_block_group fields
Filipe Manana
1
-2
/
+2
2026-06-08
btrfs: use min_size variable to setup block rsv in btrfs_replace_file_extents()
Filipe Manana
1
-2
/
+2
2026-06-08
btrfs: balance: fix potential bg lookup failure in btrfs_may_alloc_data_chunk()
ZhengYuan Huang
1
-1
/
+5
2026-06-08
btrfs: balance: fix potential bg lookup failure in chunk_usage_range_filter()
ZhengYuan Huang
1
-7
/
+17
2026-06-08
btrfs: balance: fix potential bg lookup failure in chunk_usage_filter()
ZhengYuan Huang
1
-9
/
+23
2026-06-08
btrfs: add ioctl GET_CSUMS to read raw checksums from file range
Mark Harmstone
1
-0
/
+339
2026-06-08
btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOC
Qu Wenruo
4
-32
/
+60
2026-06-08
btrfs: remove unnecessary ctl argument from write_cache_extent_entries()
Filipe Manana
1
-3
/
+2
2026-06-08
btrfs: remove unnecessary ctl argument from __btrfs_write_out_cache()
Filipe Manana
1
-3
/
+2
2026-06-08
btrfs: remove block group argument from copy_free_space_cache()
Filipe Manana
1
-5
/
+4
2026-06-08
btrfs: remove op field from struct btrfs_free_space_ctl
Filipe Manana
5
-33
/
+31
2026-06-08
btrfs: reduce size of struct btrfs_free_space_ctl
Filipe Manana
1
-2
/
+2
2026-06-08
btrfs: remove unit field from struct btrfs_free_space_ctl
Filipe Manana
2
-44
/
+52
2026-06-08
btrfs: remove start field from struct btrfs_free_space_ctl
Filipe Manana
2
-6
/
+4
2026-06-08
btrfs: use a kmem_cache for free space control structures
Filipe Manana
1
-2
/
+13
2026-06-08
btrfs: reduce size of struct btrfs_block_group
Filipe Manana
1
-17
/
+16
2026-06-08
btrfs: use a kmem_cache for block groups
Filipe Manana
3
-3
/
+26
2026-06-08
btrfs: make more ASSERTs verbose, part 3
David Sterba
10
-23
/
+39
2026-06-08
btrfs: convert ioctl handlers to AUTO_KFREE
David Sterba
1
-184
/
+103
2026-06-08
btrfs: convert kmalloc_array to kmalloc_objs in btrfs_calc_avail_data_space()
David Sterba
1
-2
/
+1
2026-06-08
btrfs: do more kmalloc_obj()/kmalloc_objs() conversions
David Sterba
1
-5
/
+5
2026-06-08
btrfs: lift assertions to beginning of insert_delayed_ref()
David Sterba
1
-1
/
+4
2026-06-08
btrfs: replace open coded DEBUG_WARN in extent_writepage()
David Sterba
1
-1
/
+1
2026-06-08
btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent()
David Sterba
1
-2
/
+1
2026-06-08
btrfs: remove folio checked subpage bitmap tracking
Qu Wenruo
7
-61
/
+4
2026-06-08
btrfs: remove the COW fixup mechanism
Qu Wenruo
6
-243
/
+10
2026-06-08
btrfs: pass a valid btrfs_tree_parent_check when possible
Qu Wenruo
3
-15
/
+14
2026-06-03
fs: retire sget()
Christian Brauner
1
-1
/
+1
2026-05-28
raid6: improve the public interface
Christoph Hellwig
1
-4
/
+4
2026-05-23
Merge tag 'for-7.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-38
/
+83
2026-05-16
btrfs: swallow btrfs_record_squota_delta() ENOENT
Boris Burkov
1
-2
/
+3
2026-05-16
btrfs: clamp to avoid squota underflow
Boris Burkov
1
-2
/
+13
2026-05-16
btrfs: fix squota accounting during enable generation
Boris Burkov
2
-4
/
+28
2026-05-16
btrfs: check for subvolume before deleting squota qgroup
Boris Burkov
1
-25
/
+25
2026-05-16
btrfs: always drop root->inodes lock before cond_resched()
Boris Burkov
2
-2
/
+6
2026-05-16
btrfs: mark file extent range dirty after converting prealloc extents
Robbie Ko
1
-3
/
+8
2026-05-15
Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-32
/
+55
2026-05-11
fs: add icount_read_once() and stop open-coding ->i_count loads
Mateusz Guzik
1
-1
/
+1
2026-05-08
btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gap
Robbie Ko
1
-0
/
+28
2026-05-08
btrfs: only release the dirty pages io tree after successful writes
Qu Wenruo
2
-5
/
+5
2026-05-08
btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()
Calvin Owens
1
-12
/
+14
2026-05-08
btrfs: fix check_chunk_block_group_mappings() to iterate all chunk maps
ZhengYuan Huang
1
-15
/
+8
2026-04-27
Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-29
/
+104
2026-04-21
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
Mark Harmstone
1
-1
/
+1
2026-04-21
btrfs: check return value of btrfs_partially_delete_raid_extent()
robbieko
1
-7
/
+12
2026-04-21
btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointer
robbieko
1
-0
/
+10
[prev]
[next]