summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-25io_uring: use original request task for inflight trackingJens Axboe1-1/+1
2022-06-25fsnotify: consistent behavior for parent not watching childrenAmir Goldstein2-24/+20
2022-06-25fsnotify: introduce mark type iteratorAmir Goldstein2-37/+30
2022-06-25zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal1-30/+64
2022-06-22netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells38-217/+193
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-22fs: account for group membershipChristian Brauner1-6/+20
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-22netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2-0/+6
2022-06-22quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)1-0/+10
2022-06-22io_uring: reinstate the inflight trackingJens Axboe1-26/+56
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: populate empty hostnames for extra channelsShyam Prasad N2-1/+8
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-14cifs: fix potential deadlock in direct reclaimVincent Whitchurch10-53/+71
2022-06-14ceph: fix possible deadlock when holding Fwb to get inline_dataXiubo Li1-14/+19
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-14ksmbd: smbd: fix connection dropped issueHyunchul Lee1-0/+1
2022-06-14kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo1-12/+19
2022-06-14NFSD: Fix potential use-after-free in nfsd_file_put()Chuck Lever1-4/+5
2022-06-14f2fs: fix to tag gcing flag on page during file defragmentChao Yu1-0/+1
2022-06-14NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust1-0/+4
2022-06-14f2fs: avoid infinite loop to flush node pagesJaegeuk Kim3-22/+32
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-14erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang1-1/+1
2022-06-14jffs2: fix memory leak in jffs2_do_fill_superBaokun Li1-0/+1
2022-06-14ksmbd: fix reference count leak in smb_check_perm_dacl()Xin Xiong1-0/+1
2022-06-09fs/ntfs3: Fix invalid free in log_replayNamjae Jeon1-3/+3
2022-06-09exportfs: support idmapped mountsChristian Brauner1-2/+3
2022-06-09fs: add two trivial lookup helpersChristian Brauner1-10/+60
2022-06-09ext4: only allow test_dummy_encryption when supportedEric Biggers2-28/+38
2022-06-09SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French1-2/+0
2022-06-09ceph: fix decoding of client session messages flagsLuís Henriques1-5/+9
2022-06-09ksmbd: fix outstanding credits related bugsHyunchul Lee3-3/+5
2022-06-09ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel1-1/+15
2022-06-09dlm: fix missing lkb refcount handlingAlexander Aring1-2/+9
2022-06-09dlm: fix wake_up() calls for pending removeAlexander Aring1-2/+2
2022-06-09dlm: uninitialized variable on error in dlm_listen_for_all()Dan Carpenter1-1/+1
2022-06-09dlm: fix plock invalid readAlexander Aring1-7/+5