summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-08nfs: keep PG_UPTODATE clear after read errors in page groupsClark Wang
2026-06-08NFSv4/pnfs: defer return_range callbacks until after inode unlockDai Ngo
2026-06-08pNFS: Fix use-after-free in pnfs_update_layout()Wentao Liang
2026-06-08NFS: fix eof updates after NFSv4.2 fallocate/zero-rangeDai Ngo
2026-06-08NFS: show redacted cert_serial and privkey_serial in mount optionsSagi Grimberg
2026-06-08pNFS/filelayout: fix cheking if a layout is stripedSagi Grimberg
2026-06-08NFSv4: clear exception state on successful mkdir retryIgor Raits
2026-06-08NFSv4/flexfiles: reject zero filehandle version countMichael Bommarito
2026-06-08nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_inoJeff Layton
2026-06-08nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64Jeff Layton
2026-06-08nfs: store the full NFS fileid in inode->i_inoJeff Layton
2026-06-08ntfs: fix u16 truncation of restart-area length checkBryam Vargas
2026-06-08ntfs: bound the attribute-list entry in ntfs_read_inode_mount()Bryam Vargas
2026-06-08ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()Bryam Vargas
2026-06-08ntfs: validate resident attribute lists and harden the validatorBryam Vargas
2026-06-08btrfs: tracepoints: add trace event for log_new_dir_dentries()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for log_all_new_ancestors()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_all_parents()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_inode()Filipe Manana
2026-06-08btrfs: use a named enum for the log mode in inode log functionsFilipe Manana
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_inode_parent()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for when fsync finishesFilipe Manana
2026-06-08btrfs: remove redundant writeback error check during fsyncFilipe Manana
2026-06-08btrfs: stop checking for greater then zero return values in btrfs_sync_file()Filipe Manana
2026-06-08btrfs: tracepoints: trace transaction states during commit phaseFilipe Manana
2026-06-08btrfs: tracepoints: add trace event for the start of a new transactionFilipe Manana
2026-06-08btrfs: tracepoints: add trace event for transaction abortsFilipe Manana
2026-06-08btrfs: tracepoints: pass a transaction handle to transaction commit eventFilipe Manana
2026-06-08btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction()Filipe Manana
2026-06-08btrfs: remove call to transaction commit trace in warn_about_uncommitted_trans()Filipe Manana
2026-06-08btrfs: tree-checker: add more cross checks for free space treeQu Wenruo
2026-06-08btrfs: tree-checker: ensure free space tree entries won't overflowQu Wenruo
2026-06-08btrfs: tree-checker: extract the shared key check for free space entriesQu Wenruo
2026-06-08btrfs: remove folio ordered flag and subpage bitmapQu Wenruo
2026-06-08btrfs: remove folio_test_ordered() usageQu Wenruo
2026-06-08btrfs: use dirty flag to check if an ordered extent needs to be truncatedQu Wenruo
2026-06-08btrfs: unify folio dirty flag clearingQu Wenruo
2026-06-08btrfs: detect dirty blocks without an ordered extent more reliablyQu Wenruo
2026-06-08btrfs: remove locked subpage bitmapQu Wenruo
2026-06-08btrfs: tree-checker: validate names in ROOT_REF and ROOT_BACKREFZhang Cen
2026-06-08btrfs: free-space-tree: reject mismatched extent and bitmap itemsZhang Cen
2026-06-08btrfs: use on stack backref iterator in build_backref_tree()David Sterba
2026-06-08btrfs: remove fs_info from struct btrfs_backref_iterDavid Sterba
2026-06-08btrfs: simplify the btree folio wait during invalidationQu Wenruo
2026-06-08btrfs: unexport and move extent_invalidate_folio()Qu Wenruo
2026-06-08btrfs: optimize fill_holes() to merge a new hole with both adjacent itemsDave Chen
2026-06-08btrfs: warn about extent buffer that can not be releasedQu Wenruo
2026-06-08btrfs: make sure report_eb_range() is not inlinedFilipe Manana
2026-06-08btrfs: move transaction abort message to __btrfs_abort_transaction()David Sterba
2026-06-08btrfs: don't force DIO writes to be serializedMark Harmstone