summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-02io_uring: fix not locked access to fixed buf tablePavel Begunkov
2022-06-29smb3: use netname when available on secondary channelsShyam Prasad N
2022-06-29smb3: fix empty netname context on secondary channelsSteve French
2022-06-29f2fs: do not count ENOENT for error caseJaegeuk Kim
2022-06-29f2fs: fix iostat related lock protectionDaeho Jeong
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-29btrfs: fix race between reflinking and ordered extent completionFilipe Manana
2022-06-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)
2022-06-29io_uring: fix wrong arm_poll error handlingPavel Begunkov
2022-06-29io_uring: fix req->apoll_eventsPavel Begunkov
2022-06-29io_uring: make apoll_events a __poll_tChristoph Hellwig
2022-06-29io_uring: fail links when poll failsPavel Begunkov
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 EBADF errors in cached modeDominique Martinet
2022-06-299p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet
2022-06-299p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet
2022-06-299p: Fix refcounting during full path walks for fid lookupsTyler Hicks
2022-06-25io_uring: use original request task for inflight trackingJens Axboe
2022-06-25fsnotify: consistent behavior for parent not watching childrenAmir Goldstein
2022-06-25fsnotify: introduce mark type iteratorAmir Goldstein
2022-06-25zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal
2022-06-22netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-22ext4: add reserved GDT blocks checkZhang Yi
2022-06-22ext4: make variable "count" signedDing Xiang
2022-06-22ext4: fix bug_on ext4_mb_use_inode_paBaokun Li
2022-06-22ext4: fix super block checksum incorrect after mountYe Bin
2022-06-22fs: account for group membershipChristian Brauner
2022-06-22io_uring: fix races with buffer table unregisterPavel Begunkov
2022-06-22io_uring: fix races with file table unregisterPavel Begunkov
2022-06-22pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust
2022-06-22pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust
2022-06-22netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds
2022-06-22quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)
2022-06-22io_uring: reinstate the inflight trackingJens Axboe
2022-06-14zonefs: fix handling of explicit_open option on mountDamien Le Moal
2022-06-14writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun
2022-06-14cifs: populate empty hostnames for extra channelsShyam Prasad N
2022-06-14cifs: fix reconnect on smb3 mount typesPaulo Alcantara
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French
2022-06-14cifs: fix potential deadlock in direct reclaimVincent Whitchurch
2022-06-14ceph: fix possible deadlock when holding Fwb to get inline_dataXiubo Li
2022-06-14ceph: flush the mdlog for filesystem syncXiubo Li
2022-06-14ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar
2022-06-14ksmbd: smbd: fix connection dropped issueHyunchul Lee