summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix confusing debug messagePaulo Alcantara2023-01-071-1/+3
* pnode: terminate at peers of sourceChristian Brauner2023-01-071-1/+1
* hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg2023-01-073-2/+8
* reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2023-01-072-1/+5
* orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu2023-01-071-0/+3
* hfs: fix OOB Read in __hfs_brec_findZhangPeng2023-01-071-0/+2
* nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi2023-01-071-4/+27
* fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu2023-01-071-0/+5
* udf: Avoid double brelse() in udf_rename()Shigeru Yoshida2023-01-071-4/+4
* fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu2023-01-071-6/+16
* binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin2023-01-071-4/+4
* nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni2023-01-071-1/+3
* chardev: fix error handling in cdev_device_add()Yang Yingliang2023-01-071-1/+1
* orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu2023-01-071-4/+4
* NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust2023-01-071-7/+12
* NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust2023-01-071-6/+4
* hfs: Fix OOB Write in hfs_asc2macZhangPeng2023-01-071-1/+1
* fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin2023-01-071-1/+1
* libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2023-01-071-3/+19
* ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing2023-01-071-1/+7
* fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek2023-01-071-1/+1
* pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd2023-01-071-1/+5
* udf: Fix extending file within last blockJan Kara2023-01-071-15/+17
* udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara2023-01-071-1/+2
* udf: Fix preallocation discarding at indirect extent boundaryJan Kara2023-01-071-32/+13
* udf: Drop unused arguments of udf_delete_aext()Jan Kara2023-01-073-9/+7
* udf: Discard preallocation before extending file with a holeJan Kara2023-01-071-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
* nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin2022-12-081-0/+8
* 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
* nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-252-9/+8
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-251-2/+2
* 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 deadlock in nilfs_count_free_blocks()Ryusuke Konishi2022-11-251-2/+0
* ext4: fix warning in 'ext4_da_release_space'Ye Bin2022-11-101-1/+2
* btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2022-11-102-2/+2
* btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-101-5/+15
* nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu2022-11-101-0/+1
* NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust2022-11-101-0/+1
* NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust2022-11-101-0/+1
* kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt2022-11-031-1/+4
* ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi2022-11-031-10/+1
* ocfs2: clear dinode links count in case of errorJoseph Qi2022-11-031-2/+10