summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢2022-10-261-1/+1
* NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker2022-10-261-1/+1
* f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong2022-10-261-2/+1
* ext4: place buffer head allocation before handle startJinke Han2022-10-261-0/+7
* ext4: make ext4_lazyinit_thread freezableLalith Rajendran2022-10-261-0/+1
* ext4: fix null-ptr-deref in ext4_write_infoBaokun Li2022-10-261-1/+1
* ext4: avoid crash when inline data creation follows DIO writeJan Kara2022-10-261-0/+6
* nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi2022-10-261-1/+17
* btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana2022-10-261-0/+15
* Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin2022-10-261-4/+6
* quota: Check next/prev free block number after reading from quota fileZhihao Cheng2022-10-261-0/+38
* fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring2022-10-261-8/+8
* fs: dlm: fix race between test_bit() and queue_work()Alexander Aring2022-10-261-2/+4
* ceph: don't truncate file in atomic_openHu Weiwen2022-10-261-3/+7
* nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi2022-10-261-4/+10
* nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi2022-10-261-4/+3
* nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi2022-10-261-0/+2
* fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu2022-10-261-4/+3
* ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong2022-10-051-1/+2
* ext4: make directory inode spreading reflect flexbg sizeJan Kara2022-09-281-1/+1
* cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher2022-09-281-2/+2
* tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-201-8/+23
* debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-151-0/+22
* btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-09-051-0/+3
* btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo2022-08-251-13/+6
* btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo2022-08-251-4/+51
* smb3: check xattr value length earlierSteve French2022-08-251-2/+3
* f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-08-251-1/+5
* ext4: avoid resizing to a partial cluster sizeKiselev, Oleg2022-08-251-0/+10
* ext4: avoid remove directory when directory is corruptedYe Bin2022-08-251-5/+2
* NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-251-5/+6
* NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-08-251-0/+3
* NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust2022-08-251-22/+24
* btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana2022-08-251-1/+3
* btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo2022-08-251-0/+14
* ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li2022-08-251-2/+1
* ext4: correct max_inline_xattr_value_size computingBaokun Li2022-08-251-0/+3
* ext4: fix extent status tree race in writeback error recovery pathEric Whitney2022-08-251-0/+7
* ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o2022-08-251-0/+1
* ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2022-08-251-2/+4
* ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-251-0/+16
* ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li2022-08-251-0/+13
* jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng2022-08-251-2/+12
* ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng2022-08-251-1/+3
* fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld2022-08-251-6/+4
* ext2: Add more validity checks for inode countsJan Kara2022-08-251-2/+10
* fuse: limit nsecMiklos Szeredi2022-08-251-0/+6
* ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang2022-08-251-1/+1