summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2026-06-08btrfs: remove 2K block size supportQu Wenruo1-11/+1
2026-06-08btrfs: change return type from int to bool in check_eb_range()Filipe Manana1-2/+2
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana7-17/+17
2026-06-08btrfs: use QSTR() in __btrfs_ioctl_snap_create()Thorsten Blum1-1/+1
2026-06-08btrfs: use the enums instead of int type in struct btrfs_block_group fieldsFilipe Manana1-2/+2
2026-06-08btrfs: use min_size variable to setup block rsv in btrfs_replace_file_extents()Filipe Manana1-2/+2
2026-06-08btrfs: balance: fix potential bg lookup failure in btrfs_may_alloc_data_chunk()ZhengYuan Huang1-1/+5
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_range_filter()ZhengYuan Huang1-7/+17
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_filter()ZhengYuan Huang1-9/+23
2026-06-08btrfs: add ioctl GET_CSUMS to read raw checksums from file rangeMark Harmstone1-0/+339
2026-06-08btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo4-32/+60
2026-06-08btrfs: remove unnecessary ctl argument from write_cache_extent_entries()Filipe Manana1-3/+2
2026-06-08btrfs: remove unnecessary ctl argument from __btrfs_write_out_cache()Filipe Manana1-3/+2
2026-06-08btrfs: remove block group argument from copy_free_space_cache()Filipe Manana1-5/+4
2026-06-08btrfs: remove op field from struct btrfs_free_space_ctlFilipe Manana5-33/+31
2026-06-08btrfs: reduce size of struct btrfs_free_space_ctlFilipe Manana1-2/+2
2026-06-08btrfs: remove unit field from struct btrfs_free_space_ctlFilipe Manana2-44/+52
2026-06-08btrfs: remove start field from struct btrfs_free_space_ctlFilipe Manana2-6/+4
2026-06-08btrfs: use a kmem_cache for free space control structuresFilipe Manana1-2/+13
2026-06-08btrfs: reduce size of struct btrfs_block_groupFilipe Manana1-17/+16
2026-06-08btrfs: use a kmem_cache for block groupsFilipe Manana3-3/+26
2026-06-08btrfs: make more ASSERTs verbose, part 3David Sterba10-23/+39
2026-06-08btrfs: convert ioctl handlers to AUTO_KFREEDavid Sterba1-184/+103
2026-06-08btrfs: convert kmalloc_array to kmalloc_objs in btrfs_calc_avail_data_space()David Sterba1-2/+1
2026-06-08btrfs: do more kmalloc_obj()/kmalloc_objs() conversionsDavid Sterba1-5/+5
2026-06-08btrfs: lift assertions to beginning of insert_delayed_ref()David Sterba1-1/+4
2026-06-08btrfs: replace open coded DEBUG_WARN in extent_writepage()David Sterba1-1/+1
2026-06-08btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent()David Sterba1-2/+1
2026-06-08btrfs: remove folio checked subpage bitmap trackingQu Wenruo7-61/+4
2026-06-08btrfs: remove the COW fixup mechanismQu Wenruo6-243/+10
2026-06-08btrfs: pass a valid btrfs_tree_parent_check when possibleQu Wenruo3-15/+14
2026-06-03fs: retire sget()Christian Brauner1-1/+1
2026-05-28raid6: improve the public interfaceChristoph Hellwig1-4/+4
2026-05-23Merge tag 'for-7.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-38/+83
2026-05-16btrfs: swallow btrfs_record_squota_delta() ENOENTBoris Burkov1-2/+3
2026-05-16btrfs: clamp to avoid squota underflowBoris Burkov1-2/+13
2026-05-16btrfs: fix squota accounting during enable generationBoris Burkov2-4/+28
2026-05-16btrfs: check for subvolume before deleting squota qgroupBoris Burkov1-25/+25
2026-05-16btrfs: always drop root->inodes lock before cond_resched()Boris Burkov2-2/+6
2026-05-16btrfs: mark file extent range dirty after converting prealloc extentsRobbie Ko1-3/+8
2026-05-15Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-32/+55
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-1/+1
2026-05-08btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gapRobbie Ko1-0/+28
2026-05-08btrfs: only release the dirty pages io tree after successful writesQu Wenruo2-5/+5
2026-05-08btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()Calvin Owens1-12/+14
2026-05-08btrfs: fix check_chunk_block_group_mappings() to iterate all chunk mapsZhengYuan Huang1-15/+8
2026-04-27Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-29/+104
2026-04-21btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
2026-04-21btrfs: check return value of btrfs_partially_delete_raid_extent()robbieko1-7/+12
2026-04-21btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointerrobbieko1-0/+10