summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-25ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton1-14/+13
2022-08-25ceph: use correct index when encoding client supported featuresLuís Henriques2-8/+5
2022-08-25NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust1-5/+6
2022-08-25NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei1-0/+3
2022-08-25NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust1-22/+24
2022-08-25NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust1-1/+0
2022-08-25NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust1-3/+2
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana1-1/+3
2022-08-21btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo1-13/+6
2022-08-21btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo1-4/+51
2022-08-21ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-21ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-21ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-21ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-08-21ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-21ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-21ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-21ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-21ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-21btrfs: reset block group chunk force if we have to waitJosef Bacik1-0/+1
2022-08-21btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo1-0/+14
2022-08-21__follow_mount_rcu(): verify that mount_lock remains unchangedAl Viro1-0/+2
2022-08-21posix-cpu-timers: Cleanup CPU timers before freeing them during execThadeu Lima de Souza Cascardo1-0/+3
2022-08-21f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu1-8/+1
2022-08-21f2fs: write checkpoint during FG_GCByungki Lee1-15/+23
2022-08-21f2fs: don't set GC_FAILURE_PIN for background GCChao Yu1-1/+2
2022-08-21fuse: Remove the control interface for virtio-fsXie Yongji1-2/+2
2022-08-21jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-21ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-08-21jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi1-1/+1
2022-08-21fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld1-6/+4
2022-08-21erofs: avoid consecutive detection for Highmem memoryGao Xiang1-6/+10
2022-08-21ext2: Add more validity checks for inode countsJan Kara1-2/+10
2022-08-21epoll: autoremove wakers even more aggressivelyBenjamin Segall1-0/+22
2022-08-21fuse: limit nsecMiklos Szeredi1-0/+6
2022-08-21ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang1-1/+1
2022-08-21fs: Add missing umask strip in vfs_tmpfileYang Xu1-0/+2
2022-08-21vfs: Check the truncate maximum size in inode_newsize_ok()David Howells1-0/+2
2022-08-21xfs: fix I_DONTCACHEDave Chinner2-2/+3
2022-08-21xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong1-4/+4
2022-08-21mm: Add kvrealloc()Dave Chinner1-1/+3
2022-08-21Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"Trond Myklebust1-1/+0
2022-08-03xfs: Enforce attr3 buffer recovery orderDave Chinner1-0/+1
2022-08-03xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2-11/+39
2022-08-03xfs: remove dead stale buf unpin handling codeBrian Foster1-19/+2
2022-08-03xfs: hold buffer across unpin and potential shutdown processingBrian Foster1-16/+21
2022-08-03xfs: force the log offline when log intent item recovery failsDarrick J. Wong2-1/+7
2022-08-03xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong1-1/+9
2022-08-03xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-3/+3
2022-08-03xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner13-65/+56