aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-07btrfs: remove bogus root search condition in load_extent_tree_free()Filipe Manana1-2/+1
2026-04-07btrfs: remove duplicate include of delayed-inode.h in disk-io.cChen Ni1-1/+0
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana10-28/+26
2026-04-07btrfs: remove pointless out label in qgroup_account_snapshot()Filipe Manana1-9/+8
2026-04-07btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()Qu Wenruo4-10/+10
2026-04-07btrfs: make add_pending_csums() to take an ordered extent as parameterQu Wenruo1-5/+7
2026-04-07btrfs: rename btrfs_ordered_extent::list to csum_listQu Wenruo5-14/+13
2026-04-07btrfs: change return type of cache_save_setup to voidJohannes Thumshirn1-10/+7
2026-04-07btrfs: avoid starting new transaction and commit in relocate_block_group()Filipe Manana1-6/+1
2026-04-07btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()Filipe Manana7-48/+6
2026-04-07btrfs: use the helper extent_buffer_uptodate() everywhereFilipe Manana2-4/+4
2026-04-07btrfs: zoned: add zone reclaim flush state for DATA space_infoJohannes Thumshirn2-0/+23
2026-04-07btrfs: zoned: move partially zone_unusable block groups to reclaim listJohannes Thumshirn1-0/+18
2026-04-07btrfs: zoned: cap delayed refs metadata reservation to avoid overcommitJohannes Thumshirn2-0/+36
2026-04-07btrfs: remove duplicated eb uptodate check in btrfs_buffer_uptodate()Filipe Manana1-2/+1
2026-04-07btrfs: fix the inline compressed extent check in inode_need_compress()Qu Wenruo1-1/+2
2026-04-07btrfs: set written super flag once in write_all_supers()Filipe Manana1-4/+2
2026-04-07btrfs: remove max_mirrors argument from write_all_supers()Filipe Manana4-18/+12
2026-04-07btrfs: tag error branches as unlikely during super block writesFilipe Manana1-14/+13
2026-04-07btrfs: abort transaction on error in write_all_supers()Filipe Manana1-11/+10
2026-04-07btrfs: pass transaction handle to write_all_supers()Filipe Manana4-4/+5
2026-04-07btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()Filipe Manana1-39/+39
2026-04-07btrfs: update comment for BTRFS_RESERVE_NO_FLUSHFilipe Manana1-1/+18
2026-04-07btrfs: don't allow log trees to consume global reserve or overcommit metadataFilipe Manana1-0/+25
2026-04-07btrfs: be less aggressive with metadata overcommit when we can do full flushingFilipe Manana1-3/+3
2026-04-07btrfs: use per-profile available space in calc_available_free_space()Qu Wenruo1-12/+15
2026-04-07btrfs: update per-profile available estimationQu Wenruo1-1/+19
2026-04-07btrfs: introduce the device layout aware per-profile available spaceQu Wenruo2-0/+198
2026-04-07btrfs: zoned: remove redundant space_info lock and variable in do_allocation_zoned()Jiasheng Jiang1-6/+2
2026-04-07btrfs: move min sys chunk array size check to validate_sys_chunk_array()Filipe Manana1-13/+9
2026-04-07btrfs: remove duplicate system chunk array max size overflow checkFilipe Manana1-6/+0
2026-04-07btrfs: pass boolean literals as the last argument to inc_block_group_ro()Filipe Manana1-8/+8
2026-04-07btrfs: tests: zoned: add tests cases for zoned codeNaohiro Aota5-0/+695
2026-04-07fs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou1-1/+6
2026-04-07fs/ntfs3: fix potential double iput on d_make_root() failureZhan Xusheng1-1/+1
2026-04-07ntfs3: fix integer overflow in run_unpack() volume boundary checkTobias Gaertner1-3/+9
2026-04-07ntfs3: add buffer boundary checks to run_unpack()Tobias Gaertner1-0/+6
2026-04-07ntfs3: fix mount failure on volumes with fragmented MFT bitmapKonstantin Komarov1-4/+35
2026-04-07fs/ntfs3: fix $LXDEV xattr lookupZhan Xusheng1-1/+1
2026-04-07ntfs3: fix OOB write in attr_wof_frame_info()0xkato1-0/+6
2026-04-07orangefs: validate getxattr response lengthHyungJung Joo1-0/+4
2026-04-07orangefs_readahead: don't overflow the bufmap slot.Mike Marshall1-9/+27
2026-04-07debugfs: take better advantage of strscpy.Mike Marshall1-10/+6
2026-04-07orangefs: add usercopy whitelist to orangefs_op_cacheZiyi Guo1-1/+5
2026-04-07orangefs-debugfs.c: fix parsing problem with kernel debug keywords.Mike Marshall1-10/+11
2026-04-07xfs: use bio_await in xfs_zone_gc_reset_syncChristoph Hellwig1-14/+5
2026-04-07xfs: fix number of GC bvecsChristoph Hellwig1-9/+10
2026-04-07xfs: fix number of GC bvecsChristoph Hellwig1-9/+10
2026-04-07xfs: untangle the open zones reporting in mountinfoChristoph Hellwig1-2/+6
2026-04-07xfs: expose the number of open zones in sysfsChristoph Hellwig1-0/+13