summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman
2022-11-21Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman
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-18lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore
2022-11-18squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li
2022-11-18ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing
2022-11-18squashfs: allows users to configure the number of decompression threadsXiaoming Ni
2022-11-18squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni
2022-11-18nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi
2022-11-18nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi
2022-11-18proc: give /proc/cmdline sizeAlexey Dobriyan
2022-11-18proc: report open files as size in stat() for /proc/pid/fdIvan Babrou
2022-11-18proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie
2022-11-18ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi
2022-11-18ocfs2: use bitmap API in fill_node_mapJoseph Qi
2022-11-18ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi
2022-11-18core_pattern: add CPU specifierOleksandr Natalenko
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-16xfs: Print XFS UUID on mount and umount events.Lukas Herbolt
2022-11-16xfs: fix sb write verify for lazysbcountLong Li
2022-11-16xfs: fix incorrect error-out in xfs_removeDarrick J. Wong
2022-11-16xfs: check inode core when scrubbing metadata filesDarrick J. Wong
2022-11-16xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong
2022-11-16xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong
2022-11-16xfs: check that CoW fork extents are not sharedDarrick J. Wong
2022-11-16xfs: check quota files for unwritten extentsDarrick J. Wong
2022-11-16xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong
2022-11-16xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2022-11-16xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong
2022-11-16xfs: online checking of the free rt extent countDarrick J. Wong
2022-11-16xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong
2022-11-16xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong
2022-11-16xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong
2022-11-16xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong
2022-11-16xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-11-16xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong
2022-11-16xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2022-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-11-16xfs: initialize the check_owner object fullyDarrick J. Wong