summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-20NFS: move delegation lookup into can_open_delegatedChristoph Hellwig
2026-01-20NFS: rewrite nfs_delegations_present in terms of nr_active_delegationsChristoph Hellwig
2026-01-20NFS: remove nfs_free_delegationChristoph Hellwig
2026-01-20NFS: open code nfs_delegation_need_returnChristoph Hellwig
2026-01-20NFS: remove NFS_DELEGATION_INODE_FREEINGChristoph Hellwig
2026-01-20NFS: drop the _locked postfix from nfs_start_delegation_returnChristoph Hellwig
2026-01-20NFS: assert rcu_read_lock is held in nfs_start_delegation_return_lockedChristoph Hellwig
2026-01-20NFS: remove nfs_start_delegation_returnChristoph Hellwig
2026-01-20NFS: remove nfs_inode_detach_delegationChristoph Hellwig
2026-01-20NFS: remove the NULL inode check in nfs4_inode_return_delegation_on_closeChristoph Hellwig
2026-01-20NFS: remove nfs_client_mark_return_all_delegationsChristoph Hellwig
2026-01-20NFS: remove nfs_client_mark_return_unused_delegation_typesChristoph Hellwig
2026-01-20NFS: remove __nfs_client_for_each_serverChristoph Hellwig
2026-01-20fs/dlm/dir: remove unuse variable count_matchAlex Shi
2026-01-20dlm: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET
2026-01-20fs/dlm: use list_add_tail() instead of open-coding list insertionShaurya Rane
2026-01-20dlm: validate length in dlm_search_rsb_treeEzrak1e
2026-01-20dlm: fix recovery pending middle conversionAlexander Aring
2026-01-20btrfs: add extra device item checks at mountQu Wenruo
2026-01-20btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone
2026-01-20btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo
2026-01-20btrfs: sync read disk super and set block sizeEdward Adam Davis
2026-01-20fs/namei: fix kernel-doc markup for dentry_createJay Winston
2026-01-19ext4: use optimized mballoc scanning regardless of inode formatJan Kara
2026-01-19ext4: always allocate blocks only from groups inode can useJan Kara
2026-01-19ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster
2026-01-19hfsplus: fix generic/037 xfstests failureViacheslav Dubeyko
2026-01-19ext4: fast commit: make s_fc_lock reclaim-safeLi Chen
2026-01-19ext4: fix e4b bitmap inconsistency reportsYongjian Sun
2026-01-19ext4: remove redundant NULL check after __GFP_NOFAILBaolin Liu
2026-01-19ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi
2026-01-19ext4: simplify the mapping query logic in ext4_iomap_begin()Zhang Yi
2026-01-19ext4: remove unused unwritten parameter in ext4_dio_write_iter()Zhang Yi
2026-01-19ext4: remove useless ext4_iomap_overwrite_opsZhang Yi
2026-01-19ext4: avoid starting handle when dio writing an unwritten extentZhang Yi
2026-01-19ext4: don't split extent before submitting I/OZhang Yi
2026-01-19ext4: use reserved metadata blocks when splitting extent on endioZhang Yi
2026-01-19ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan
2026-01-19ext4: don't order data when zeroing unwritten or delayed blockZhang Yi
2026-01-19ext4: remove unnecessary zero-initialization via memsetpengdonglin
2026-01-20btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma
2026-01-19ext4: mark group extend fast-commit ineligibleLi Chen
2026-01-19ext4: mark group add fast-commit ineligibleLi Chen
2026-01-19ext4: mark move extents fast-commit ineligibleLi Chen
2026-01-19ext4: mark fs-verity enable fast-commit ineligibleLi Chen
2026-01-19ext4: mark inode format migration fast-commit ineligibleLi Chen
2026-01-19ext4: add sysfs attribute err_report_sec to control s_err_report timerBaolin Liu
2026-01-19ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li
2026-01-19fs/orangefs: Replace deprecated strcpy with memcpy + strscpyThorsten Blum
2026-01-19orangefs: Replace deprecated strcpy with strscpyThorsten Blum