summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana2022-11-101-19/+17
* 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
* mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins2022-11-031-1/+1
* btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana2022-11-031-6/+7
* btrfs: fix processing of delayed data refs during backref walkingFilipe Manana2022-11-031-9/+24