summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-03kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt
2022-11-03mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins
2022-11-03btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana
2022-11-03btrfs: fix processing of delayed data refs during backref walkingFilipe Manana
2022-11-03ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi
2022-11-03ocfs2: clear dinode links count in case of errorJoseph Qi
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢
2022-10-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2022-10-26ext4: place buffer head allocation before handle startJinke Han
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li
2022-10-26ext4: avoid crash when inline data creation follows DIO writeJan Kara
2022-10-26nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-10-26Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin
2022-10-26quota: Check next/prev free block number after reading from quota fileZhihao Cheng
2022-10-26fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring
2022-10-26fs: dlm: fix race between test_bit() and queue_work()Alexander Aring
2022-10-26ceph: don't truncate file in atomic_openHu Weiwen
2022-10-26nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi
2022-10-26nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi
2022-10-26nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi
2022-10-26fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu
2022-10-05ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara
2022-09-28cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher
2022-09-20tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman
2022-09-05btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues
2022-08-25btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo
2022-08-25btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo
2022-08-25smb3: check xattr value length earlierSteve French
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu
2022-08-25ext4: avoid resizing to a partial cluster sizeKiselev, Oleg
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin
2022-08-25NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust
2022-08-25NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei
2022-08-25NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana
2022-08-25btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo
2022-08-25ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li
2022-08-25ext4: correct max_inline_xattr_value_size computingBaokun Li
2022-08-25ext4: fix extent status tree race in writeback error recovery pathEric Whitney
2022-08-25ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o
2022-08-25ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li
2022-08-25ext4: make sure ext4_append() always allocates new blockLukas Czerner
2022-08-25ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li
2022-08-25jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng
2022-08-25ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng