summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-07xfs: remove unused variable 'done'YueHaibing1-1/+0
2022-10-07xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong1-1/+1
2022-10-07xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong2-81/+29
2022-10-07xfs: move incore structures out of xfs_da_format.hChristoph Hellwig6-57/+58
2022-10-07xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong2-40/+44
2022-10-07xfs: refactor remote attr value buffer invalidationDarrick J. Wong2-19/+31
2022-10-07xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig1-1/+6
2022-10-07xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong1-27/+21
2022-10-07xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong1-12/+12
2022-10-07xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong2-1/+9
2022-10-07xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig4-6/+6
2022-09-28xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong1-1/+1
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong3-20/+26
2022-09-28xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong4-1/+130
2022-09-28xfs: split the sunit parameter update into two partsDarrick J. Wong1-51/+72
2022-09-28xfs: refactor agfl length computation functionDarrick J. Wong1-5/+13
2022-09-28xfs: use bitops interface for buf log item AIL flag checkBrian Foster1-1/+1
2022-09-28xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2-1/+13
2022-09-28xfs: fix some memory leaks in log recoveryDarrick J. Wong1-3/+5
2022-09-28xfs: always log corruption errorsDarrick J. Wong25-45/+179
2022-09-28xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong4-8/+8
2022-09-28xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong5-21/+21
2022-09-28xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia3-5/+42
2022-09-28xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong1-0/+10