summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-30NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia
2024-05-30NFS: abort nfs_atomic_open_v23 if name is too long.NeilBrown
2024-05-30fs/file: fix the check in find_next_fd()Yuntao Wang
2024-05-29bcachefs: Fix failure to return error on misaligned dio writeKent Overstreet
2024-05-29Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds
2024-05-29Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds
2024-05-29Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque...Christian Brauner
2024-05-29cachefiles: make on-demand read killableBaokun Li
2024-05-29cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li
2024-05-29cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo
2024-05-29cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li
2024-05-29cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li
2024-05-29cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li
2024-05-29cachefiles: add consistency check for copen/creadBaokun Li
2024-05-29cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li
2024-05-29cachefiles: remove requests from xarray during flushing requestsBaokun Li
2024-05-28bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet
2024-05-28bcachefs: Fix uninitialized var warningKent Overstreet
2024-05-28bcachefs: Split out sb-errors_format.hKent Overstreet
2024-05-28bcachefs: Split out journal_seq_blacklist_format.hKent Overstreet
2024-05-28bcachefs: Split out replicas_format.hKent Overstreet
2024-05-28bcachefs: Split out disk_groups_format.hKent Overstreet
2024-05-28bcachefs: split out sb-downgrade_format.hKent Overstreet
2024-05-28bcachefs: split out sb-members_format.hKent Overstreet
2024-05-28bcachefs: Better fsck error message for key versionKent Overstreet
2024-05-28bcachefs: btree_gc can now handle unknown btreesKent Overstreet
2024-05-28bcachefs: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-05-28bcachefs: Fix setting of downgrade recovery passes/errorsKent Overstreet
2024-05-28bcachefs: Run check_key_has_snapshot in snapshot_delete_keys()Kent Overstreet
2024-05-28bcachefs: Refactor delete_dead_snapshots()Kent Overstreet
2024-05-28bcachefs: Fix locking assertKent Overstreet
2024-05-28bcachefs: Fix lookup_first_inode() when inode_generations are presentKent Overstreet
2024-05-28bcachefs: Plumb bkey into __btree_err()Kent Overstreet
2024-05-28btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana
2024-05-28debugfs: continue to ignore unknown mount optionsChristian Brauner
2024-05-27xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells
2024-05-27xfs: don't open-code u64_to_user_ptrDarrick J. Wong
2024-05-27xfs: allow symlinks with short remote targetsDarrick J. Wong
2024-05-27xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong
2024-05-27xfs: drop xfarray sortinfo folio on errorDarrick J. Wong
2024-05-27xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry
2024-05-27xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()John Garry
2024-05-27fs: smb: common: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-26bcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)
2024-05-26bcachefs: Fix sb-downgrade validationKent Overstreet
2024-05-26bcachefs: Fix debug assertKent Overstreet