summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-03xfs: refactor xfs_file_fsyncChristoph Hellwig1-31/+50
2022-08-03ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong1-2/+6
2022-08-03Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi3-51/+20
2022-07-29dlm: fix pending remove if msg allocation failsAlexander Aring1-1/+2
2022-07-29io_uring: Use original task for req identity in io_identity_cow()Lee Jones1-1/+1
2022-07-21ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2-13/+5
2022-07-21nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi1-0/+3
2022-07-21fs/remap: constrain dedupe of EOF blocksDave Chinner1-1/+2
2022-07-21btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana1-1/+13
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-12xfs: remove incorrect ASSERT in xfs_renameEric Sandeen1-1/+0
2022-07-07xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong1-1/+2
2022-07-07xfs: update superblock counters correctly for !lazysbcountDave Chinner2-3/+16
2022-07-07xfs: fix xfs_trans slab cache nameAnthony Iliopoulos1-1/+1
2022-07-07xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang1-0/+2
2022-07-07xfs: Skip repetitive warnings about mount optionsPavel Reichl1-4/+20
2022-07-07xfs: rename variable mp to parsing_mpPavel Reichl1-51/+51
2022-07-07xfs: use current->journal_info for detecting transaction recursionDave Chinner5-26/+60
2022-07-07io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprioJens Axboe1-0/+4
2022-07-07NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov1-1/+2
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-8/+5
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-29afs: Fix dynamic root getattrDavid Howells1-1/+2
2022-06-29btrfs: add error messages to all unrecognized mount optionsDavid Sterba1-7/+32
2022-06-27io_uring: use separate list entry for iopoll requestsJens Axboe1-11/+13
2022-06-25io_uring: add missing item types for various requestsJens Axboe1-9/+14
2022-06-25zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal1-30/+62
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-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-30/+19
2022-06-229p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro1-7/+3
2022-06-14zonefs: fix handling of explicit_open option on mountDamien Le Moal1-5/+6
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: 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
2022-06-14NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust1-0/+4
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu1-2/+2
2022-06-14afs: Fix infinite loop found by xfstest generic/676David Howells1-1/+4
2022-06-14jffs2: fix memory leak in jffs2_do_fill_superBaokun Li1-0/+1
2022-06-09ext4: only allow test_dummy_encryption when supportedEric Biggers2-14/+10