summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-07-10Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2022-07-09io_uring: check that we have a file table when allocating update slotsJens Axboe1-0/+3
2022-07-08Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+26
2022-07-08Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-07-07io_uring: explicit sqe padding for ioctl commandsPavel Begunkov1-1/+1
2022-07-05fscache: Fix invalidation/lookup raceDavid Howells1-1/+14
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu1-1/+2
2022-07-05fscache: Introduce fscache_cookie_is_dropped()Yue Hu1-3/+8
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu1-2/+2
2022-07-03Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-131/+130
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+2
2022-07-01Merge tag 'nfs-for-5.19-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-6/+14
2022-07-01Merge tag 'ceph-for-5.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+1
2022-07-01Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+12
2022-07-01xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong1-2/+7
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein4-37/+68
2022-06-30NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew1-6/+13
2022-06-30NFS: restore module put when manager exits.NeilBrown1-0/+1
2022-06-30io_uring: fix provided buffer importDylan Yudaken1-3/+4
2022-06-30Merge tag 'fsnotify_for_v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+19
2022-06-30io_uring: keep sendrecv flags in ioprioPavel Begunkov1-4/+8
2022-06-29Merge tag '5.19-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-28/+24
2022-06-29ceph: wait on async create before checking caps for syncfsJeff Layton1-0/+1
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong1-0/+2
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong5-65/+12
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong1-9/+17
2022-06-28fanotify: refine the validation checks on non-dir inode maskAmir Goldstein1-15/+19
2022-06-27NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov1-1/+2
2022-06-26xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong1-19/+26
2022-06-26xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong1-1/+19
2022-06-26xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia1-2/+2
2022-06-26xfs: factor out the common lock flags assertKaixu Xia1-37/+23
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-15/+53
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-27/+145
2022-06-26Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-06-26Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-139/+366
2022-06-25ksmbd: use vfs_llseek instead of dereferencing NULLJason A. Donenfeld1-2/+2
2022-06-25Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-20/+32
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara1-1/+7
2022-06-24Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+15
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N2-15/+33
2022-06-23ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon1-10/+17
2022-06-23ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZE...Namjae Jeon1-1/+3
2022-06-23ksmbd: remove duplicate flag set in smb2_writeHyunchul Lee1-4/+1
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner5-10/+28
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner3-16/+24
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-06-23io_uring: use original request task for inflight trackingJens Axboe1-1/+1
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N4-1/+35
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N3-0/+88