summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-25ext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)2-47/+46
2026-03-25ext4: convert bd_bitmap_page to bd_bitmap_folioMatthew Wilcox (Oracle)2-48/+52
2026-03-25ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()Gou Hao1-3/+2
2026-03-25ext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
2026-03-25ext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
2026-03-25ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
2026-03-25ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
2026-03-25ext4: get rid of ppath in ext4_ext_handle_unwritten_extents()Baokun Li1-45/+37
2026-03-25ext4: get rid of ppath in ext4_ext_convert_to_initialized()Baokun Li1-38/+35
2026-03-25ext4: get rid of ppath in ext4_convert_unwritten_extents_endio()Baokun Li1-20/+23
2026-03-25ext4: get rid of ppath in ext4_split_convert_extents()Baokun Li1-32/+33
2026-03-25ext4: get rid of ppath in ext4_split_extent()Baokun Li1-47/+50
2026-03-25ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
2026-03-25ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
2026-03-25ext4: get rid of ppath in ext4_split_extent_at()Baokun Li1-38/+47
2026-03-25ext4: get rid of ppath in ext4_ext_insert_extent()Baokun Li4-47/+61
2026-03-25ext4: get rid of ppath in ext4_ext_create_new_leaf()Baokun Li1-21/+22
2026-03-25ext4: get rid of ppath in ext4_find_extent()Baokun Li3-30/+34
2026-03-25btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone1-3/+3
2026-03-25btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone1-1/+1
2026-03-25btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone1-1/+1
2026-03-25btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone1-1/+1
2026-03-25btrfs: add support for inserting raid stripe extentsJohannes Thumshirn10-9/+168
2026-03-25btrfs: read raid stripe tree from diskJohannes Thumshirn3-0/+25
2026-03-25btrfs: add raid stripe tree definitionsJohannes Thumshirn2-0/+9
2026-03-25btrfs: move btrfs_extref_hash into inode-item.hJosef Bacik2-9/+7
2026-03-25btrfs: remove btrfs_crc32c wrapperJosef Bacik4-13/+8
2026-03-25btrfs: move btrfs_crc32c_final into free-space-cache.cJosef Bacik2-5/+5
2026-03-04cifs: some missing initializations on replayShyam Prasad N2-0/+3
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu1-1/+16
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong1-1/+1
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-03-04nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-03-04btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das1-2/+8
2026-03-04ceph: supply snapshot context in ceph_uninline_data()ethanwu1-2/+22
2026-03-04fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov1-0/+6
2026-03-04fs/ntfs3: drop preallocated clusters for sparse and compressed filesKonstantin Komarov1-1/+3
2026-03-04fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou1-0/+9
2026-03-04fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou1-3/+12
2026-03-04fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou1-1/+6
2026-03-04ext4: mark group extend fast-commit ineligibleLi Chen1-0/+2
2026-03-04ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li1-5/+5
2026-03-04ext4: mark group add fast-commit ineligibleLi Chen1-0/+1
2026-03-04jfs: nlink overflow in jfs_renameJori Koolstra1-2/+4
2026-03-04jfs: Add missing set_freezable() for freezable kthreadHaotian Zhang1-0/+1