summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-257-35/+132
|\
| * btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei2022-11-231-2/+5
| * btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana2022-11-231-4/+55
| * btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig2022-11-231-3/+3
| * btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-11-211-8/+1
| * btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana2022-11-211-1/+23
| * btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig2022-11-211-1/+2
| * btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-11-151-0/+2
| * btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-11-151-0/+2
| * btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-11-151-9/+7
| * btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-11-151-1/+2
| * btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana2022-11-151-6/+30
* | Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-252-1/+9
|\ \
| * | nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin2022-11-221-0/+8
| * | proc/meminfo: fix spacing in SecPageTablesYosry Ahmed2022-11-221-1/+1
* | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-11-252-2/+12
|\ \ \
| * | | vfs: vfs_tmpfile: ensure O_EXCL flag is enforcedPeter Griffin2022-11-191-1/+2
| * | | fs: use acquire ordering in __fget_light()Jann Horn2022-10-311-1/+10
* | | | Merge tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-242-16/+32
|\ \ \ \
| * | | | fs: do not update freeing inode i_io_listSvyatoslav Feldsherov2022-11-221-11/+19
| * | | | ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li2022-11-071-5/+13
* | | | | fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells2022-11-231-2/+5
* | | | | Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-11-193-5/+17
|\ \ \ \ \
| * | | | | cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-161-0/+2
| * | | | | cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-161-2/+2
| * | | | | cifs: add check for returning value of SMB2_close_initAnastasia Belova2022-11-151-0/+2
| * | | | | cifs: Fix connections leak when tlink setup failedZhang Xiaoxu2022-11-111-3/+11
| |/ / / /
* | | | | Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-11-182-15/+27
|\ \ \ \ \
| * | | | | zonefs: Remove to_attr() helper functionDamien Le Moal2022-11-161-5/+0
| * | | | | zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal2022-11-161-10/+27
* | | | | | Merge tag 'driver-core-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-181-2/+12
|\ \ \ \ \ \
| * | | | | | kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()Tejun Heo2022-11-101-2/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'ceph-for-6.1-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds2022-11-173-38/+15
|\ \ \ \ \ \
| * | | | | | ceph: fix NULL pointer dereference for req->r_sessionXiubo Li2022-11-141-36/+12
| * | | | | | ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-11-141-1/+2
| * | | | | | ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Dan Carpenter2022-11-141-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'nfsd-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-11-171-1/+4
|\ \ \ \ \ \
| * | | | | | NFSD: Fix trace_nfsd_fh_verify_err() crasherChuck Lever2022-11-141-1/+4
* | | | | | | AMerge tag 'netfs-fixes-20221115' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-152-7/+16
|\ \ \ \ \ \ \
| * | | | | | | netfs: Fix dodgy mathsDavid Howells2022-11-151-8/+9
| * | | | | | | netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells2022-11-152-2/+10
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-155-37/+54
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | erofs: fix missing xas_retry() in fscache modeJingbo Xu2022-11-141-3/+7
| * | | | | | erofs: fix use-after-free of fsid and domain_id stringJingbo Xu2022-11-104-30/+37
| * | | | | | erofs: get correct count for unmapped range in fscache modeJingbo Xu2022-11-081-3/+4
| * | | | | | erofs: put metabuf in error path in fscache modeJingbo Xu2022-11-081-1/+3
| * | | | | | erofs: fix general protection fault when reading fragmentYue Hu2022-11-081-0/+3
| |/ / / / /
* | | | | | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-116-31/+33
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | fs: fix leaked psi pressure stateJohannes Weiner2022-11-082-13/+19
| * | | | | nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-082-9/+8