summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-1624-138/+438
|\
| * afs: Fix mmapDavid Howells2021-12-162-2/+4
| * Merge tag 'ceph-for-5.16-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2021-12-153-14/+25
| |\
| | * ceph: fix up non-directory creation in SGID directoriesChristian Brauner2021-12-011-3/+15
| | * ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li2021-12-011-2/+1
| | * ceph: initialize i_size variable in ceph_sync_readJeff Layton2021-12-011-1/+1
| | * ceph: fix duplicate increment of opened_inodes metricHu Weiwen2021-12-011-8/+8
| * | fget: clarify and improve __fget_files() implementationLinus Torvalds2021-12-131-16/+56
| * | Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-12-111-3/+11
| |\ \
| | * | xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong2021-12-071-3/+11
| * | | Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-112-8/+27
| |\ \ \
| | * | | io-wq: check for wq exit after adding new worker task_workJens Axboe2021-12-101-6/+25
| | * | | io_uring: ensure task_work gets run as part of cancelationsJens Axboe2021-12-101-2/+4
| | * | | io-wq: remove spurious bit clear on task_work additionJens Axboe2021-12-061-3/+1
| * | | | Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-107-10/+35
| |\ \ \ \
| | * | | | btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo2021-12-081-1/+2
| | * | | | btrfs: zoned: clear data relocation bg on zone finishJohannes Thumshirn2021-12-081-0/+2
| | * | | | btrfs: free exchange changeset on failuresJohannes Thumshirn2021-12-081-3/+9
| | * | | | btrfs: fix re-dirty process of tree-log nodesNaohiro Aota2021-12-081-2/+3
| | * | | | btrfs: call mapping_set_error() on btree inode with a write errorJosef Bacik2021-12-081-0/+8
| | * | | | btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik2021-12-081-0/+6
| | * | | | btrfs: fail if fstrim_range->start == U64_MAXJosef Bacik2021-12-081-0/+3
| | * | | | btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter2021-12-081-4/+2
| * | | | | Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-12-102-31/+36
| |\ \ \ \ \
| | * | | | | cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara2021-12-081-18/+36
| | * | | | | cifs: Fix crash on unload of cifs_arc4.koVincent Whitchurch2021-12-071-13/+0
| * | | | | | Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-12-103-9/+15
| |\ \ \ \ \ \
| | * | | | | | nfsd: fix use-after-free due to delegation raceJ. Bruce Fields2021-12-101-2/+7
| | * | | | | | nfsd: Fix nsfd startup race (again)Alexander Sverdlin2021-12-102-7/+8
| | |/ / / / /
| * | | | | | Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-12-101-0/+76
| |\ \ \ \ \ \
| | * | | | | | tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)2021-12-081-0/+72
| | * | | | | | tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)2021-12-081-0/+4
| | |/ / / / /
| * | | | | | Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-12-102-45/+153
| |\ \ \ \ \ \
| | * | | | | | aio: Fix incorrect usage of eventfd_signal_allowed()Xie Yongji2021-12-091-1/+1
| | * | | | | | aio: fix use-after-free due to missing POLLFREE handlingEric Biggers2021-12-091-31/+106
| | * | | | | | aio: keep poll requests on waitqueue until completedEric Biggers2021-12-091-20/+63
| | * | | | | | signalfd: use wake_up_pollfree()Eric Biggers2021-12-091-11/+1
| | |/ / / / /
* | / / / / / net: add netns refcount tracker to struct seq_net_privateEric Dumazet2021-12-101-3/+16
|/ / / / / /
* | | | | | netfs: fix parameter of cleanup()Jeffle Xu2021-12-071-3/+3
* | | | | | netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells2021-12-071-10/+5
|/ / / / /
* | | | | Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-12-041-1/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | xfs: remove incorrect ASSERT in xfs_renameEric Sandeen2021-12-011-1/+0
* | | | | Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-12-043-42/+22
|\ \ \ \ \
| * | | | | cifs: avoid use of dstaddr as key for fscache client cookieShyam Prasad N2021-12-031-37/+1
| * | | | | cifs: add server conn_id to fscache client cookieShyam Prasad N2021-12-032-0/+14
| * | | | | cifs: wait for tcon resource_id before getting fscache superShyam Prasad N2021-12-033-7/+8
| * | | | | cifs: fix missed refcounting of ipc tconPaulo Alcantara2021-12-031-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'io_uring-5.16-2021-12-03' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-041-0/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | io-wq: don't retry task_work creation failure on fatal conditionsJens Axboe2021-12-031-0/+7
* | | | | Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-12-042-67/+52
|\ \ \ \ \