summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi2022-11-081-2/+0
| * | | | hugetlbfs: don't delete error page from pagecacheJames Houghton2022-11-081-7/+6
| |/ / /
* | | | Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-11-112-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | nfsd: put the export reference in nfsd4_verify_deleg_dentryJeff Layton2022-11-081-0/+1
| * | | nfsd: fix use-after-free in nfsd_file_do_acquire tracepointJeff Layton2022-11-051-0/+1
* | | | Merge tag 'fixes_for_v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-111-1/+1
|\ \ \ \
| * | | | udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng2022-11-091-1/+1
* | | | | Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-109-25/+109
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn2022-11-071-1/+0
| * | | | btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn2022-11-073-4/+13
| * | | | btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn2022-11-073-0/+63
| * | | | Revert "btrfs: scrub: use larger block size for data extent scrub"Qu Wenruo2022-11-071-7/+1
| * | | | btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba2022-11-072-4/+23
| * | | | btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-071-1/+1
| * | | | btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin2022-11-071-8/+8
* | | | | fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister()Liam Howlett2022-11-071-0/+3
| |_|/ / |/| | |
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-066-7/+21
|\ \ \ \
| * | | | ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o2022-11-061-2/+3
| * | | | ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan2022-11-061-1/+1
| * | | | ext4: fix warning in 'ext4_da_release_space'Ye Bin2022-11-061-1/+2
| * | | | ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques2022-11-061-1/+9
| * | | | ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o2022-10-272-2/+6