summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-08configfs_remove_dir(), detach_attrs(): switch to passing dentryAl Viro
2026-06-08populate_attrs(): move cleanup to the sole callerAl Viro
2026-06-08populate_group(): move cleanup on failure to the sole callerAl Viro
2026-06-08configfs_detach_rollback(): pass configfs_dirent instead of dentryAl Viro
2026-06-08configfs_do_depend_item(): pass configfs_dirent instead of dentryAl Viro
2026-06-08configfs_depend_prep(): pass configfs_dirent instead of dentryAl Viro
2026-06-08configfs_detach_prep(): pass configfs_dirent instead of dentryAl Viro
2026-06-08configfs_mkdir(): use take_dentry_name_snapshot()Al Viro
2026-06-08configfs: fix lockless traversals of ->s_childrenAl Viro
2026-06-08nfs: expose FMODE_NOWAIT for read-only filesDylan Yudaken
2026-06-08nfs: add nowait version of nfs_start_io_directDylan Yudaken
2026-06-08NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS in pg_get_mirror_count_writeMike Snitzer
2026-06-08NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS on fatal DS connect errorsMike Snitzer
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