summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz2023-01-181-0/+1
* pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz2023-01-181-3/+4
* orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu2023-01-181-0/+3
* hfs: fix OOB Read in __hfs_brec_findZhangPeng2023-01-181-0/+2
* nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi2023-01-181-4/+27
* fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu2023-01-181-0/+5
* udf: Avoid double brelse() in udf_rename()Shigeru Yoshida2023-01-181-4/+4
* fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu2023-01-181-6/+16
* binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin2023-01-181-4/+4
* nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni2023-01-181-1/+3
* chardev: fix error handling in cdev_device_add()Yang Yingliang2023-01-181-1/+1
* orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu2023-01-181-4/+4
* f2fs: fix normal discard processDongdong Zhang2023-01-181-1/+1
* NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust2023-01-181-0/+2
* NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust2023-01-181-7/+12
* NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust2023-01-181-6/+4
* hfs: Fix OOB Write in hfs_asc2macZhangPeng2023-01-181-1/+1
* fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin2023-01-181-1/+1
* debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2023-01-181-6/+22
* libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2023-01-181-3/+19
* ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing2023-01-181-1/+7
* fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek2023-01-181-1/+1
* pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd2023-01-181-1/+5
* pstore/ram: Fix error return code in ramoops_probe()Wang Yufen2023-01-181-0/+2
* udf: Fix extending file within last blockJan Kara2023-01-181-15/+17
* udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara2023-01-181-1/+2
* udf: Fix preallocation discarding at indirect extent boundaryJan Kara2023-01-181-32/+13
* udf: Discard preallocation before extending file with a holeJan Kara2023-01-181-28/+18
* nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng2022-12-081-0/+7
* btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-12-081-8/+1
* btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-12-081-9/+7
* btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-12-081-1/+2
* nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin2022-12-081-0/+8
* ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-12-081-1/+2
* ceph: do not update snapshot context when there is no new snapshotXiubo Li2022-12-081-9/+19
* ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei2022-11-251-0/+8
* ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei2022-11-251-4/+16
* ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-11-251-0/+7
* mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2022-11-252-3/+3
* gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher2022-11-251-2/+4
* gfs2: Check sb_bsize_shift after reading superblockAndrew Price2022-11-251-1/+4
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-251-2/+2
* btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-251-12/+4
* NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington2022-11-251-2/+4
* udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng2022-11-251-1/+1
* btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-251-1/+1
* nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-252-9/+8
* nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi2022-11-251-2/+0