aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 6-58/+36
2022-07-26userfaultfd: provide properly masked address for huge-pagesGravatar Nadav Amit 1-5/+7
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+11
2022-07-21io_uring: do not recycle buffer in READVGravatar Dylan Yudaken 1-0/+8
2022-07-21io_uring: fix free of unallocated buffer listGravatar Dylan Yudaken 1-3/+3
2022-07-18Revert "ocfs2: mount shared volume without ha stack"Gravatar Junxiao Bi 3-51/+20
2022-07-18fs: sendfile handles O_NONBLOCK of out_fdGravatar Andrei Vagin 1-0/+3
2022-07-18ntfs: fix use-after-free in ntfs_ucsncmp()Gravatar ChenXiaoSong 1-2/+6
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-256/+340
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-13/+17
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"Gravatar David Sterba 4-44/+50
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"Gravatar David Sterba 1-18/+22
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"Gravatar David Sterba 4-55/+97
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"Gravatar David Sterba 6-139/+171
2022-07-14Revert "vf/remap: return the amount of bytes actually deduplicated"Gravatar Linus Torvalds 1-1/+1
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-10/+16
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 3-8/+18
2022-07-14netfs: do not unlock and put the folio twiceGravatar Xiubo Li 3-13/+17
2022-07-13smb3: workaround negprot bug in some Samba serversGravatar Steve French 1-6/+7
2022-07-13vf/remap: return the amount of bytes actually deduplicatedGravatar Ansgar Lößer 1-1/+1
2022-07-13fs/remap: constrain dedupe of EOF blocksGravatar Dave Chinner 1-1/+2
2022-07-12Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+24
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionGravatar Shyam Prasad N 1-2/+0
2022-07-12cifs: fix race condition with delayed threadsGravatar Shyam Prasad N 1-2/+9
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-21/+27
2022-07-11lockd: fix nlm_close_filesGravatar Jeff Layton 1-5/+4
2022-07-11Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+3
2022-07-11lockd: set fl_owner when unlocking filesGravatar Jeff Layton 1-2/+3
2022-07-11NFSD: Decode NFSv4 birth time attributeGravatar Chuck Lever 2-1/+11
2022-07-11fix race between exit_itimers() and /proc/pid/timersGravatar Oleg Nesterov 1-1/+1
2022-07-10Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+3
2022-07-09io_uring: check that we have a file table when allocating update slotsGravatar Jens Axboe 1-0/+3
2022-07-08Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-7/+26
2022-07-08Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-07-08btrfs: zoned: drop optimization of zone finishGravatar Naohiro Aota 1-15/+6
2022-07-08btrfs: zoned: fix a leaked bioc in read_zone_infoGravatar Christoph Hellwig 1-5/+8
2022-07-08btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Gravatar Filipe Manana 1-1/+13
2022-07-08ovl: turn of SB_POSIXACL with idmapped layers temporarilyGravatar Christian Brauner 1-1/+24
2022-07-07io_uring: explicit sqe padding for ioctl commandsGravatar Pavel Begunkov 1-1/+1
2022-07-05fscache: Fix invalidation/lookup raceGravatar David Howells 1-1/+14
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdGravatar Jia Zhu 1-1/+2
2022-07-05fscache: Introduce fscache_cookie_is_dropped()Gravatar Yue Hu 1-3/+8
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Gravatar Yue Hu 1-2/+2
2022-07-03nilfs2: fix incorrect masking of permission flags for symlinksGravatar Ryusuke Konishi 1-0/+3
2022-07-03Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 14-131/+130
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-1/+2
2022-07-01Merge tag 'nfs-for-5.19-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 2-6/+14
2022-07-01Merge tag 'ceph-for-5.19-rc5' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+1
2022-07-01Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+12
2022-07-01xfs: prevent a UAF when log IO errors race with unmountGravatar Darrick J. Wong 1-2/+7