summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2022-07-153-13/+17
|\
| * netfs: do not unlock and put the folio twiceXiubo Li2022-07-143-13/+17
* | Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds2022-07-141-1/+1
* | Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-07-143-10/+16
|\ \
| * | smb3: workaround negprot bug in some Samba serversSteve French2022-07-131-6/+7
| * | cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N2022-07-121-2/+0
| * | cifs: fix race condition with delayed threadsShyam Prasad N2022-07-121-2/+9
| |/
* | Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-143-8/+18
|\ \
| * | lockd: fix nlm_close_filesJeff Layton2022-07-111-5/+4
| * | lockd: set fl_owner when unlocking filesJeff Layton2022-07-111-2/+3
| * | NFSD: Decode NFSv4 birth time attributeChuck Lever2022-07-112-1/+11
* | | vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer2022-07-131-1/+1
* | | fs/remap: constrain dedupe of EOF blocksDave Chinner2022-07-131-1/+2
* | | Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-07-121-1/+24
|\ \ \
| * | | ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner2022-07-081-1/+24
* | | | Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-112-21/+27
|\ \ \ \
| * | | | btrfs: zoned: drop optimization of zone finishNaohiro Aota2022-07-081-15/+6
| * | | | btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig2022-07-081-5/+8
| * | | | btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana2022-07-081-1/+13
* | | | | Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-07-111-0/+3
|\ \ \ \ \
| * | | | | nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi2022-07-031-0/+3
* | | | | | fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-111-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-101-0/+3
|\ \ \ \ \
| * | | | | io_uring: check that we have a file table when allocating update slotsJens Axboe2022-07-091-0/+3
* | | | | | Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-07-083-7/+26
|\ \ \ \ \ \
| * | | | | | fscache: Fix invalidation/lookup raceDavid Howells2022-07-051-1/+14
| * | | | | | cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu2022-07-051-1/+2
| * | | | | | fscache: Introduce fscache_cookie_is_dropped()Yue Hu2022-07-051-3/+8
| * | | | | | fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu2022-07-051-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-081-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | io_uring: explicit sqe padding for ioctl commandsPavel Begunkov2022-07-071-1/+1
* | | | | Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-07-0314-131/+130
|\ \ \ \ \
| * | | | | xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong2022-07-011-2/+7
| * | | | | xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong2022-06-291-0/+2
| * | | | | xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-295-65/+12
| * | | | | xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong2022-06-291-9/+17
| * | | | | xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong2022-06-261-19/+26
| * | | | | xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong2022-06-261-1/+19
| * | | | | xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia2022-06-261-2/+2
| * | | | | xfs: factor out the common lock flags assertKaixu Xia2022-06-261-37/+23
| * | | | | xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-235-10/+28
| * | | | | xfs: bound maximum wait time for inodegc workDave Chinner2022-06-233-16/+24
* | | | | | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-021-1/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov2022-06-271-1/+2
* | | | | | Merge tag 'nfs-for-5.19-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-07-012-6/+14
|\ \ \ \ \ \
| * | | | | | NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew2022-06-301-6/+13
| * | | | | | NFS: restore module put when manager exits.NeilBrown2022-06-301-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'ceph-for-5.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2022-07-011-0/+1
|\ \ \ \ \ \
| * | | | | | ceph: wait on async create before checking caps for syncfsJeff Layton2022-06-291-0/+1
| |/ / / / /
* | | | | | Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-011-7/+12
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |