summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-07-22ksmbd: use SOCK_NONBLOCK type for kernel_accept()Namjae Jeon1-1/+1
2022-07-22netfs: do not unlock and put the folio twiceXiubo Li3-13/+17
2022-07-22smb3: workaround negprot bug in some Samba serversSteve French1-6/+7
2022-07-22lockd: fix nlm_close_filesJeff Layton1-5/+4
2022-07-22lockd: set fl_owner when unlocking filesJeff Layton1-2/+3
2022-07-22NFSD: Decode NFSv4 birth time attributeChuck Lever2-1/+11
2022-07-22nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi1-0/+3
2022-07-22fs/remap: constrain dedupe of EOF blocksDave Chinner1-1/+2
2022-07-22btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig1-5/+8
2022-07-22btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana1-1/+13
2022-07-22fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-12fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu1-2/+2
2022-07-12fscache: Fix invalidation/lookup raceDavid Howells1-1/+14
2022-07-12io_uring: fix provided buffer importDylan Yudaken1-3/+11
2022-07-07cifs: fix minor compile warningSteve French1-0/+2
2022-07-07fanotify: refine the validation checks on non-dir inode maskAmir Goldstein1-15/+19
2022-07-07io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprioJens Axboe1-2/+2
2022-07-07vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein4-37/+68
2022-07-07NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew1-6/+13
2022-07-07NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov1-1/+2
2022-07-07NFS: restore module put when manager exits.NeilBrown1-0/+1
2022-07-07ceph: wait on async create before checking caps for syncfsJeff Layton1-0/+1
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-16/+18
2022-06-29smb3: use netname when available on secondary channelsShyam Prasad N1-2/+9
2022-06-29smb3: fix empty netname context on secondary channelsSteve French1-6/+8
2022-06-29f2fs: do not count ENOENT for error caseJaegeuk Kim1-1/+3
2022-06-29f2fs: fix iostat related lock protectionDaeho Jeong1-13/+18
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-29btrfs: fix race between reflinking and ordered extent completionFilipe Manana1-4/+11
2022-06-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-20/+34
2022-06-29io_uring: fix wrong arm_poll error handlingPavel Begunkov1-0/+1
2022-06-29io_uring: fix req->apoll_eventsPavel Begunkov1-4/+8
2022-06-29io_uring: make apoll_events a __poll_tChristoph Hellwig1-3/+4
2022-06-29io_uring: fail links when poll failsPavel Begunkov1-0/+2
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 EBADF errors in cached modeDominique Martinet1-0/+13
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-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