summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.16-2021-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-231-3/+7
|\
| * io_uring: zero iocb->ki_pos for stream file typesJens Axboe2021-12-221-3/+7
* | Merge tag 'nfsd-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-12-212-11/+8
|\ \
| * | NFSD: Fix READDIR buffer overflowChuck Lever2021-12-182-11/+8
* | | Merge tag '5.16-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-12-193-14/+44
|\ \ \
| * | | cifs: sanitize multiple delimiters in prepathThiago Rafael Becker2021-12-171-1/+37
| * | | cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2021-12-172-13/+7
| |/ /
* | | Merge tag 'zonefs-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-12-171-0/+1
|\ \ \
| * | | zonefs: add MODULE_ALIAS_FSNaohiro Aota2021-12-171-0/+1
| |/ /
* | | Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-1710-24/+54
|\ \ \
| * | | btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki2021-12-151-2/+4
| * | | btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana2021-12-151-3/+4
| * | | btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-156-22/+31
| * | | btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik2021-12-151-0/+8
| * | | btrfs: fix missing last dir item offset update when logging directoryFilipe Manana2021-12-141-0/+1
| * | | btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana2021-12-141-0/+8
| * | | btrfs: fix memory leak in __add_inode_ref()Jianglei Nie2021-12-141-0/+1
* | | | Merge tag 'io_uring-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-171-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | io-wq: drop wqe lock before creating new workerJens Axboe2021-12-131-0/+2
* | | | 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
| |/ / / / /