summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-21btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig
2022-11-19cifs: Use after free in debug codeDan Carpenter
2022-11-19Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-11-19vfs: vfs_tmpfile: ensure O_EXCL flag is enforcedPeter Griffin
2022-11-18Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2022-11-18Merge tag 'driver-core-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17exec: Remove FOLL_FORCE for stack setupKees Cook
2022-11-17binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()Bo Liu
2022-11-17Merge tag 'ceph-for-6.1-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-11-17Merge tag 'nfsd-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2022-11-17filelock: WARN_ON_ONCE when ->fl_file and filp don't matchJeff Layton
2022-11-16cifs: add check for returning value of SMB2_set_info_initAnastasia Belova
2022-11-16zonefs: Remove to_attr() helper functionDamien Le Moal
2022-11-16zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal
2022-11-16cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu
2022-11-15AMerge tag 'netfs-fixes-20221115' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-15cifs: add check for returning value of SMB2_close_initAnastasia Belova
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-11-15netfs: Fix dodgy mathsDavid Howells
2022-11-15netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells
2022-11-15btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying fspath to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik
2022-11-15btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana
2022-11-14erofs: fix missing xas_retry() in fscache modeJingbo Xu
2022-11-14NFSD: Fix trace_nfsd_fh_verify_err() crasherChuck Lever
2022-11-14ceph: fix NULL pointer dereference for req->r_sessionXiubo Li
2022-11-14ceph: avoid putting the realm twice when decoding snaps failsXiubo Li
2022-11-14ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Dan Carpenter
2022-11-11Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-11Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2022-11-11Merge tag 'fixes_for_v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-11cifs: Fix connections leak when tlink setup failedZhang Xiaoxu
2022-11-10kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()Tejun Heo
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu
2022-11-09udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner
2022-11-08nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi
2022-11-08nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton
2022-11-08nfsd: put the export reference in nfsd4_verify_deleg_dentryJeff Layton
2022-11-08erofs: get correct count for unmapped range in fscache modeJingbo Xu
2022-11-08erofs: put metabuf in error path in fscache modeJingbo Xu
2022-11-08erofs: fix general protection fault when reading fragmentYue Hu
2022-11-07fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister()Liam Howlett