summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-10-29mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins1-1/+1
2022-10-29btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana1-6/+7
2022-10-29btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-10-29ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi1-10/+1
2022-10-29ocfs2: clear dinode links count in case of errorJoseph Qi1-2/+10
2022-10-29xfs: fix use-after-free on CIL context on shutdownDave Chinner2-6/+6
2022-10-29xfs: move inode flush to the sync workqueueDarrick J. Wong2-5/+28
2022-10-29xfs: reflink should force the log out if mounted with wsyncChristoph Hellwig1-0/+4
2022-10-29xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig4-24/+22
2022-10-29xfs: trylock underlying buffer on dquot flushBrian Foster3-9/+14
2022-10-29xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong1-13/+13
2022-10-29xfs: tail updates only need to occur when LSN changesDave Chinner3-23/+51
2022-10-29xfs: factor common AIL item deletion codeDave Chinner3-34/+30
2022-10-29xfs: Throttle commits on delayed background CIL pushDave Chinner3-4/+58
2022-10-29xfs: Lower CIL flush limit for large logsDave Chinner1-6/+23
2022-10-29xfs: preserve default grace interval during quotacheckDarrick J. Wong1-6/+14
2022-10-29xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster2-6/+22
2022-10-29xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster2-9/+21
2022-10-29xfs: Replace function declaration by actual definitionPavel Reichl1-74/+66
2022-10-29xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl4-34/+39
2022-10-29xfs: remove the xfs_dq_logitem_t typedefPavel Reichl3-7/+7
2022-10-29xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl9-108/+111
2022-10-29xfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-5/+5
2022-10-29xfs: check owner of dir3 blocksDarrick J. Wong1-2/+31
2022-10-29xfs: check owner of dir3 data blocksDarrick J. Wong1-2/+30
2022-10-29xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong1-1/+1
2022-10-29xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong3-4/+5
2022-10-29xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong12-20/+46
2022-10-29xfs: rework collapse range into an atomic operationBrian Foster1-14/+15
2022-10-29xfs: rework insert range into an atomic operationBrian Foster1-19/+13
2022-10-29xfs: open code insert range extent split helperBrian Foster3-32/+17
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢1-1/+1
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+1
2022-10-26btrfs: scrub: try to fix super block errorsQu Wenruo1-0/+36
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-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2022-10-26userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek1-2/+2
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-26jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2-4/+4
2022-10-26nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi1-1/+17
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu2-4/+21
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu3-1/+21
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana1-0/+15
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