summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-07-07io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprioJens Axboe1-0/+4
2022-07-07vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein4-37/+68
2022-07-07NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov1-1/+2
2022-07-07ksmbd: use vfs_llseek instead of dereferencing NULLJason A. Donenfeld1-2/+2
2022-07-07ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon1-10/+17
2022-07-07ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZE...Namjae Jeon1-1/+3
2022-07-02io_uring: fix not locked access to fixed buf tablePavel Begunkov1-14/+14
2022-07-02fs: account for group membershipChristian Brauner1-6/+20
2022-07-02fs: fix acl translationChristian Brauner2-2/+14
2022-07-02fs: support mapped mounts of mapped filesystemsChristian Brauner3-20/+46
2022-07-02fs: port higher-level mapping helpersChristian Brauner2-6/+6
2022-07-02fs: use low-level mapping helpersChristian Brauner4-26/+16
2022-07-02fs: move mapping helpersChristian Brauner5-0/+5
2022-07-02fs: add is_idmapped_mnt() helperChristian Brauner6-6/+6
2022-07-02xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong1-2/+5
2022-07-02xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-3/+3
2022-07-02xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner1-1/+1
2022-07-02xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong1-3/+11
2022-07-02xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-10/+7
2022-07-02xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster1-3/+12
2022-07-02xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev1-3/+3
2022-06-29f2fs: attach inline_data after setting compressionJaegeuk Kim1-6/+11
2022-06-29btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik1-15/+52
2022-06-29btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell1-3/+0
2022-06-29afs: Fix dynamic root getattrDavid Howells1-1/+2
2022-06-29btrfs: add error messages to all unrecognized mount optionsDavid Sterba1-7/+32
2022-06-29btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo1-0/+8
2022-06-29btrfs: fix hang during unmount when block group reclaim task is runningFilipe Manana1-2/+11
2022-06-299p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet1-4/+4
2022-06-299p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet1-0/+3
2022-06-299p: Fix refcounting during full path walks for fid lookupsTyler Hicks1-13/+9
2022-06-25zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal1-30/+64
2022-06-22ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-22ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-22ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-22ext4: fix super block checksum incorrect after mountYe Bin1-8/+8
2022-06-22io_uring: fix races with buffer table unregisterPavel Begunkov1-0/+7
2022-06-22io_uring: fix races with file table unregisterPavel Begunkov1-0/+8
2022-06-22pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust3-6/+11
2022-06-22pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust1-0/+6
2022-06-22quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)1-0/+10
2022-06-22nfsd: Replace use of rwsem with errseq_tTrond Myklebust4-34/+24
2022-06-14zonefs: fix handling of explicit_open option on mountDamien Le Moal1-5/+6
2022-06-14writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun2-10/+29
2022-06-14cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-06-14ceph: flush the mdlog for filesystem syncXiubo Li1-6/+27
2022-06-14ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar1-1/+9
2022-06-14kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo1-12/+19