summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-01-21xfs: improve the calling convention for the xlog_write helpersChristoph Hellwig-110/+77
2026-01-21xfs: regularize iclog space accounting in xlog_write_partialChristoph Hellwig-3/+4
2026-01-21xfs: move struct xfs_log_vec to xfs_log_priv.hChristoph Hellwig-12/+12
2026-01-21xfs: move struct xfs_log_iovec to xfs_log_priv.hChristoph Hellwig-7/+6
2026-01-21xfs: improve the ->iop_format interfaceChristoph Hellwig-194/+180
2026-01-21xfs: set lv_bytes in xlog_write_one_vecChristoph Hellwig-2/+3
2026-01-21xfs: add a xlog_write_one_vec helperChristoph Hellwig-24/+24
2026-01-20fat: remove unused parameterLalit Shankar Chowdhury-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+13
2026-01-20ocfs2: annotate more flexible array members with __counted_by_le()Dmitry Antipov-5/+3
2026-01-20ocfs2: fix oob in __ocfs2_find_pathEdward Adam Davis-4/+5
2026-01-20ocfs2: add validate function for slot map blocksPrithvi Tambewagh-2/+25
2026-01-20ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checksDmitry Antipov-2/+3
2026-01-20ocfs2: validate inline data i_size during inode readDeepanshu Kartikey-6/+19
2026-01-20ocfs2: validate i_refcount_loc when refcount flag is setDeepanshu Kartikey-0/+7
2026-01-20ocfs2: constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET-6/+6
2026-01-20ocfs2: detect released suballocator BG for fh_to_[dentry|parent]Heming Zhao-11/+21
2026-01-20ocfs2: give ocfs2 the ability to reclaim suballocator free bgHeming Zhao-9/+299
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner-13/+1
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky-2/+2
2026-01-20xfs: add media verification ioctlDarrick J. Wong-0/+590
2026-01-20xfs: check if an open file is on the health monitored fsDarrick J. Wong-1/+45
2026-01-20xfs: allow toggling verbose logging on the health monitoring fileDarrick J. Wong-0/+44
2026-01-20xfs: convey file I/O errors to the health monitorDarrick J. Wong-0/+198
2026-01-20xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong-5/+148
2026-01-20xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong-1/+121
2026-01-20xfs: convey metadata health events to the health monitorDarrick J. Wong-2/+511
2026-01-20xfs: convey filesystem unmount events to the health monitorDarrick J. Wong-2/+43
2026-01-20xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong-6/+768
2026-01-20xfs: start creating infrastructure for health monitoringDarrick J. Wong-0/+317
2026-01-20Revert "f2fs: add timeout in f2fs_enable_checkpoint()"Jaegeuk Kim-13/+4
2026-01-20NFS: make nfs_mark_return_unreferenced_delegations less aggressiveChristoph Hellwig-7/+17
2026-01-20NFS: return delegations from the end of a LRU when over the watermarkChristoph Hellwig-3/+59
2026-01-20NFS: add a separate delegation return listChristoph Hellwig-84/+81
2026-01-20NFS: reformat nfs_mark_delegation_revokedChristoph Hellwig-6/+7
2026-01-20NFS: use a local RCU critical section in nfs_start_delegation_returnChristoph Hellwig-6/+5
2026-01-20NFS: use refcount_inc_not_zero nfs_start_delegation_returnChristoph Hellwig-12/+10
2026-01-20NFS: don't consume a delegation reference in nfs_end_delegation_returnChristoph Hellwig-22/+24
2026-01-20NFS: take a delegation reference in nfs4_get_valid_delegationChristoph Hellwig-46/+56
2026-01-20NFS: simplify the detached delegation check in update_open_stateidChristoph Hellwig-2/+1
2026-01-20NFS: move the deleg_cur check out of nfs_detach_delegation_lockedChristoph Hellwig-8/+7
2026-01-20NFS: return bool from nfs_detach_delegation{,_locked}Christoph Hellwig-13/+14
2026-01-20NFS: move delegation lookup into can_open_delegatedChristoph Hellwig-32/+33
2026-01-20NFS: rewrite nfs_delegations_present in terms of nr_active_delegationsChristoph Hellwig-1/+1
2026-01-20NFS: remove nfs_free_delegationChristoph Hellwig-11/+8
2026-01-20NFS: open code nfs_delegation_need_returnChristoph Hellwig-17/+7
2026-01-20NFS: remove NFS_DELEGATION_INODE_FREEINGChristoph Hellwig-13/+2
2026-01-20NFS: drop the _locked postfix from nfs_start_delegation_returnChristoph Hellwig-6/+6
2026-01-20NFS: assert rcu_read_lock is held in nfs_start_delegation_return_lockedChristoph Hellwig-4/+7
2026-01-20NFS: remove nfs_start_delegation_returnChristoph Hellwig-20/+12