summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-12btrfs: fix use of uninitialized variable at rm device ioctlTom Rix
2022-07-12btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter
2022-07-12xfs: remove incorrect ASSERT in xfs_renameEric Sandeen
2022-07-12rxrpc: Fix locking issueDavid Howells
2022-07-12io_uring: avoid io-wq -EAGAIN looping for !IOPOLLPavel Begunkov
2022-07-12btrfs: zoned: use dedicated lock for data relocationNaohiro Aota
2022-07-12btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn
2022-07-12btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu
2022-07-12NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever
2022-07-12NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)Chuck Lever
2022-07-12btrfs: remove device item and update super block in the same transactionQu Wenruo
2022-07-12btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik
2022-07-12btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik
2022-07-12btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik
2022-07-12gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher
2022-07-12io_uring: ensure that fsnotify is always calledJens Axboe
2022-07-12btrfs: fix deadlock between chunk allocation and chunk btree modificationsFilipe Manana
2022-07-12btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana
2022-07-12btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2022-07-12btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov
2022-07-12btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov
2022-07-07io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprioJens Axboe
2022-07-07vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein
2022-07-07NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov
2022-07-07ksmbd: use vfs_llseek instead of dereferencing NULLJason A. Donenfeld
2022-07-07ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon
2022-07-07ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZE...Namjae Jeon
2022-07-02io_uring: fix not locked access to fixed buf tablePavel Begunkov
2022-07-02fs: account for group membershipChristian Brauner
2022-07-02fs: fix acl translationChristian Brauner
2022-07-02fs: support mapped mounts of mapped filesystemsChristian Brauner
2022-07-02fs: port higher-level mapping helpersChristian Brauner
2022-07-02fs: use low-level mapping helpersChristian Brauner
2022-07-02fs: move mapping helpersChristian Brauner
2022-07-02fs: add is_idmapped_mnt() helperChristian Brauner
2022-07-02xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong
2022-07-02xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong
2022-07-02xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner
2022-07-02xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong
2022-07-02xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu
2022-07-02xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster
2022-07-02xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev
2022-06-29f2fs: attach inline_data after setting compressionJaegeuk Kim
2022-06-29btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik
2022-06-29btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell
2022-06-29afs: Fix dynamic root getattrDavid Howells
2022-06-29btrfs: add error messages to all unrecognized mount optionsDavid Sterba
2022-06-29btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo
2022-06-29btrfs: fix hang during unmount when block group reclaim task is runningFilipe Manana
2022-06-299p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet