summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-11-25ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-11-25ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-11-25ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-11-25mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2-3/+3
2022-11-25gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-2/+4
2022-11-25gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-11-25nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2-9/+8
2022-11-25cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-11-25udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng1-1/+1
2022-11-25btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu1-1/+1
2022-11-25nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi1-2/+0
2022-11-10ext4: fix warning in 'ext4_da_release_space'Ye Bin1-1/+2
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2-2/+2
2022-11-10btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana1-5/+15
2022-11-10btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana1-19/+17
2022-11-10nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu1-0/+1
2022-11-10NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust1-0/+1
2022-11-10NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust1-0/+1
2022-11-03kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt1-1/+4
2022-11-03btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-11-03ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi1-10/+1
2022-11-03ocfs2: clear dinode links count in case of errorJoseph Qi1-2/+10
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢1-1/+1
2022-10-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker1-1/+1
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong1-2/+1
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1
2022-10-26ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-10-26nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi5-21/+92
2022-10-26nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi10-51/+155
2022-10-26nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi1-1/+17
2022-10-26Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin1-4/+6
2022-10-26quota: Check next/prev free block number after reading from quota fileZhihao Cheng1-0/+38
2022-10-26fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring1-8/+8
2022-10-26fs: dlm: fix race between test_bit() and queue_work()Alexander Aring1-2/+4
2022-10-26ceph: don't truncate file in atomic_openHu Weiwen1-3/+7
2022-10-26nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi1-4/+10
2022-10-26nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi1-4/+3
2022-10-26nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi1-0/+2
2022-10-26fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu1-4/+3
2022-10-26ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong1-1/+2
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-28cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-20tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris1-8/+23
2022-09-05btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues1-0/+3
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-08-25ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-25btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo1-13/+6