summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-22nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi
2023-02-22revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton
2023-02-22aio: fix mremap after fork null-derefSeth Jenkins
2023-02-22btrfs: limit device extents to the device sizeJosef Bacik
2023-02-22Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher
2023-02-22mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-02-22squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin
2023-02-06sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2023-02-06fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu
2023-02-06affs: initialize fsdata in affs_truncate()Alexander Potapenko
2023-01-24nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim
2023-01-24pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia
2023-01-18hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds
2023-01-18hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann
2023-01-18nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton
2023-01-18udf: Fix extension of the last extent in the fileJan Kara
2023-01-18ext4: allocate extended attribute value in vmalloc areaYe Bin
2023-01-18ext4: avoid unaccounted block allocation when expanding inodeJan Kara
2023-01-18ext4: initialize quota before expanding inode in setproject ioctlJan Kara
2023-01-18ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin
2023-01-18ext4: avoid BUG_ON when creating xattrsJan Kara
2023-01-18ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques
2023-01-18ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin
2023-01-18ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li
2023-01-18ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui
2023-01-18ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li
2023-01-18cifs: fix confusing debug messagePaulo Alcantara
2023-01-18pnode: terminate at peers of sourceChristian Brauner
2023-01-18hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg
2023-01-18reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu
2023-01-18pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz
2023-01-18pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz
2023-01-18orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu
2023-01-18hfs: fix OOB Read in __hfs_brec_findZhangPeng
2023-01-18nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi
2023-01-18fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2023-01-18udf: Avoid double brelse() in udf_rename()Shigeru Yoshida
2023-01-18fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu
2023-01-18binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin
2023-01-18nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni
2023-01-18chardev: fix error handling in cdev_device_add()Yang Yingliang
2023-01-18orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu
2023-01-18NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust
2023-01-18NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust
2023-01-18NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust
2023-01-18hfs: Fix OOB Write in hfs_asc2macZhangPeng
2023-01-18fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin
2023-01-18libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2023-01-18ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing