summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-11-25[elf][non-regset] use elf_core_copy_task_regs() for dumper as wellAl Viro1-1/+1
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-3/+2
2022-11-24Merge tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+32
2022-11-23NFSD: Fix reads with a non-zero offset that don't end on a page boundaryChuck Lever1-3/+4
2022-11-23fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells1-2/+5
2022-11-23btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei1-2/+5
2022-11-23btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana1-4/+55
2022-11-23btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig1-3/+3
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi1-21/+16
2022-11-23nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin1-0/+8
2022-11-23proc/meminfo: fix spacing in SecPageTablesYosry Ahmed1-1/+1
2022-11-23fs: do not update freeing inode i_io_listSvyatoslav Feldsherov1-11/+19
2022-11-22zonefs: Fix race between modprobe and mountZhang Xiaoxu1-6/+6
2022-11-21cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong1-1/+3
2022-11-21btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong1-8/+1
2022-11-21btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana1-1/+23
2022-11-21btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig1-1/+2
2022-11-19cifs: Use after free in debug codeDan Carpenter1-2/+2
2022-11-19Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-5/+17
2022-11-19vfs: vfs_tmpfile: ensure O_EXCL flag is enforcedPeter Griffin1-1/+2
2022-11-19Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-15/+27
2022-11-19squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li1-1/+2
2022-11-19ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing1-1/+7
2022-11-19squashfs: allows users to configure the number of decompression threadsXiaoming Ni4-10/+66
2022-11-19squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni9-32/+147
2022-11-19nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi1-4/+38
2022-11-19nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2022-11-19proc: give /proc/cmdline sizeAlexey Dobriyan1-1/+5
2022-11-19proc: report open files as size in stat() for /proc/pid/fdIvan Babrou1-0/+45
2022-11-19proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie1-0/+1
2022-11-19ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi4-27/+24
2022-11-19ocfs2: use bitmap API in fill_node_mapJoseph Qi6-20/+16
2022-11-19ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi2-11/+11
2022-11-19core_pattern: add CPU specifierOleksandr Natalenko1-0/+5
2022-11-18Merge tag 'driver-core-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+12
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-3/+3
2022-11-18treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld1-7/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld13-27/+26
2022-11-18exec: Remove FOLL_FORCE for stack setupKees Cook1-1/+1
2022-11-18binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()Bo Liu1-3/+3
2022-11-18Merge tag 'ceph-for-6.1-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds3-38/+15
2022-11-17Merge tag 'nfsd-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+4
2022-11-17filelock: WARN_ON_ONCE when ->fl_file and filp don't matchJeff Layton1-0/+3
2022-11-16cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-16zonefs: Remove to_attr() helper functionDamien Le Moal1-5/+0
2022-11-16zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal1-10/+27
2022-11-16cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-11-16AMerge tag 'netfs-fixes-20221115' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+16
2022-11-15cifs: add check for returning value of SMB2_close_initAnastasia Belova1-0/+2
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-37/+54