summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-01-20NFS: remove nfs_inode_detach_delegationChristoph Hellwig-22/+15
2026-01-20NFS: remove the NULL inode check in nfs4_inode_return_delegation_on_closeChristoph Hellwig-2/+0
2026-01-20NFS: remove nfs_client_mark_return_all_delegationsChristoph Hellwig-11/+7
2026-01-20NFS: remove nfs_client_mark_return_unused_delegation_typesChristoph Hellwig-14/+3
2026-01-20NFS: remove __nfs_client_for_each_serverChristoph Hellwig-11/+3
2026-01-20fs/dlm/dir: remove unuse variable count_matchAlex Shi-3/+3
2026-01-20dlm: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET-8/+8
2026-01-20fs/dlm: use list_add_tail() instead of open-coding list insertionShaurya Rane-5/+1
2026-01-20dlm: validate length in dlm_search_rsb_treeEzrak1e-1/+2
2026-01-20dlm: fix recovery pending middle conversionAlexander Aring-18/+1
2026-01-20btrfs: add extra device item checks at mountQu Wenruo-0/+48
2026-01-20btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone-1/+1
2026-01-20btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo-0/+21
2026-01-20btrfs: sync read disk super and set block sizeEdward Adam Davis-0/+2
2026-01-20fs/namei: fix kernel-doc markup for dentry_createJay Winston-2/+2
2026-01-19ext4: use optimized mballoc scanning regardless of inode formatJan Kara-2/+0
2026-01-19ext4: always allocate blocks only from groups inode can useJan Kara-9/+20
2026-01-19ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster-17/+6
2026-01-19hfsplus: fix generic/037 xfstests failureViacheslav Dubeyko-55/+136
2026-01-19ext4: fast commit: make s_fc_lock reclaim-safeLi Chen-23/+44
2026-01-19ext4: fix e4b bitmap inconsistency reportsYongjian Sun-10/+11
2026-01-19ext4: remove redundant NULL check after __GFP_NOFAILBaolin Liu-4/+0
2026-01-19ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi-49/+0
2026-01-19ext4: simplify the mapping query logic in ext4_iomap_begin()Zhang Yi-7/+9
2026-01-19ext4: remove unused unwritten parameter in ext4_dio_write_iter()Zhang Yi-7/+7
2026-01-19ext4: remove useless ext4_iomap_overwrite_opsZhang Yi-29/+1
2026-01-19ext4: avoid starting handle when dio writing an unwritten extentZhang Yi-5/+8
2026-01-19ext4: don't split extent before submitting I/OZhang Yi-14/+3
2026-01-19ext4: use reserved metadata blocks when splitting extent on endioZhang Yi-1/+3
2026-01-19ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan-1/+2
2026-01-19ext4: don't order data when zeroing unwritten or delayed blockZhang Yi-2/+6
2026-01-19ext4: remove unnecessary zero-initialization via memsetpengdonglin-1/+0
2026-01-20btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma-1/+1
2026-01-19ext4: mark group extend fast-commit ineligibleLi Chen-0/+2
2026-01-19ext4: mark group add fast-commit ineligibleLi Chen-0/+1
2026-01-19ext4: mark move extents fast-commit ineligibleLi Chen-0/+4
2026-01-19ext4: mark fs-verity enable fast-commit ineligibleLi Chen-0/+4
2026-01-19ext4: mark inode format migration fast-commit ineligibleLi Chen-0/+14
2026-01-19ext4: add sysfs attribute err_report_sec to control s_err_report timerBaolin Liu-10/+57
2026-01-19ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li-5/+5
2026-01-19fs/orangefs: Replace deprecated strcpy with memcpy + strscpyThorsten Blum-17/+19
2026-01-19orangefs: Replace deprecated strcpy with strscpyThorsten Blum-6/+6
2026-01-19fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong-2/+9
2026-01-19f2fs: fix to unlock folio in f2fs_read_data_large_folio()Chao Yu-12/+10
2026-01-19f2fs: fix error path handling in f2fs_read_data_large_folio()Chao Yu-5/+2
2026-01-19minix: Add required sanity checking to minix_check_superblock()Jori Koolstra-21/+29
2026-01-19efivarfs: fix error propagation in efivar_entry_get()Kohei Enju-1/+1
2026-01-18Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+3
2026-01-18ext4: drop the TODO comment in ext4_es_insert_extent()Zhang Yi-5/+2
2026-01-18ext4: replace ext4_es_insert_extent() when caching on-disk extentsZhang Yi-11/+10