aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-12-11Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+11
2021-12-11Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-8/+27
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-10/+35
2021-12-10Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-31/+36
2021-12-10Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-9/+15
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+76
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-45/+153
2021-12-10io-wq: check for wq exit after adding new worker task_workGravatar Jens Axboe 1-6/+25
2021-12-10io_uring: ensure task_work gets run as part of cancelationsGravatar Jens Axboe 1-2/+4
2021-12-10nfsd: fix use-after-free due to delegation raceGravatar J. Bruce Fields 1-2/+7
2021-12-10nfsd: Fix nsfd startup race (again)Gravatar Alexander Sverdlin 2-7/+8
2021-12-09aio: Fix incorrect usage of eventfd_signal_allowed()Gravatar Xie Yongji 1-1/+1
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingGravatar Eric Biggers 1-31/+106
2021-12-09aio: keep poll requests on waitqueue until completedGravatar Eric Biggers 1-20/+63
2021-12-09signalfd: use wake_up_pollfree()Gravatar Eric Biggers 1-11/+1
2021-12-08cifs: fix ntlmssp auth when there is no key exchangeGravatar Paulo Alcantara 1-18/+36
2021-12-08btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingGravatar Qu Wenruo 1-1/+2
2021-12-08btrfs: zoned: clear data relocation bg on zone finishGravatar Johannes Thumshirn 1-0/+2
2021-12-08btrfs: free exchange changeset on failuresGravatar Johannes Thumshirn 1-3/+9
2021-12-08btrfs: fix re-dirty process of tree-log nodesGravatar Naohiro Aota 1-2/+3
2021-12-08btrfs: call mapping_set_error() on btree inode with a write errorGravatar Josef Bacik 1-0/+8
2021-12-08btrfs: clear extent buffer uptodate when we fail to write itGravatar Josef Bacik 1-0/+6
2021-12-08btrfs: fail if fstrim_range->start == U64_MAXGravatar Josef Bacik 1-0/+3
2021-12-08btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Gravatar Dan Carpenter 1-4/+2
2021-12-08tracefs: Set all files to the same group ownership as the mount optionGravatar Steven Rostedt (VMware) 1-0/+72
2021-12-08tracefs: Have new files inherit the ownership of their parentGravatar Steven Rostedt (VMware) 1-0/+4
2021-12-07cifs: Fix crash on unload of cifs_arc4.koGravatar Vincent Whitchurch 1-13/+0
2021-12-07xfs: remove all COW fork extents when remounting readonlyGravatar Darrick J. Wong 1-3/+11
2021-12-07netfs: fix parameter of cleanup()Gravatar Jeffle Xu 1-3/+3
2021-12-07netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockGravatar David Howells 1-10/+5
2021-12-06io-wq: remove spurious bit clear on task_work additionGravatar Jens Axboe 1-3/+1
2021-12-04Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+0
2021-12-04Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-42/+22
2021-12-04Merge tag 'io_uring-5.16-2021-12-03' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+7
2021-12-04Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-67/+52
2021-12-03cifs: avoid use of dstaddr as key for fscache client cookieGravatar Shyam Prasad N 1-37/+1
2021-12-03cifs: add server conn_id to fscache client cookieGravatar Shyam Prasad N 2-0/+14
2021-12-03cifs: wait for tcon resource_id before getting fscache superGravatar Shyam Prasad N 3-7/+8
2021-12-03cifs: fix missed refcounting of ipc tconGravatar Paulo Alcantara 1-0/+1
2021-12-03fget: check that the fd still exists after getting a ref to itGravatar Linus Torvalds 1-0/+4
2021-12-03io-wq: don't retry task_work creation failure on fatal conditionsGravatar Jens Axboe 1-0/+7
2021-12-02gfs2: gfs2_create_inode reworkGravatar Andreas Gruenbacher 1-6/+10
2021-12-02gfs2: gfs2_inode_lookup reworkGravatar Andreas Gruenbacher 1-51/+33
2021-12-02gfs2: gfs2_inode_lookup cleanupGravatar Andreas Gruenbacher 1-7/+2
2021-12-02gfs2: Fix remote demote of weak glock holdersGravatar Andreas Gruenbacher 1-3/+7
2021-12-01xfs: remove incorrect ASSERT in xfs_renameGravatar Eric Sandeen 1-1/+0
2021-11-29netfs: Adjust docs after foliationGravatar David Howells 1-2/+2
2021-11-27Merge tag '5.16-rc2-ksmbd-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 1-13/+17
2021-11-27fs: ntfs: Limit NTFS_RW to page sizes smaller than 64kGravatar Guenter Roeck 1-0/+1
2021-11-27Merge tag 'xfs-5.16-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-34/+8