summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: refactor quotacheck flags usageDarrick J. Wong2020-07-281-11/+7
* xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong2020-07-282-7/+7
* xfs: validate ondisk/incore dquot flagsDarrick J. Wong2020-07-281-3/+20
* xfs: fix inode quota reservation checksDarrick J. Wong2020-07-281-1/+1
* xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong2020-07-281-0/+1
* xfs: fix inode allocation block res calculation precedenceBrian Foster2020-07-281-1/+1
* xfs: drain the buf delwri queue before xfsaild idlesBrian Foster2020-07-281-10/+6
* xfs: preserve inode versioning across remountsEric Sandeen2020-07-171-0/+4
* xfs: remove duplicated include from xfs_buf_item.cYueHaibing2020-07-141-1/+0
* xfs: remove SYNC_WAIT and SYNC_TRYLOCKChristoph Hellwig2020-07-141-3/+0
* xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang2020-07-148-91/+34
* xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long2020-07-091-1/+11
* xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong2020-07-071-0/+7
* xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong2020-07-071-0/+40
* xfs: remove xfs_inobp_check()Dave Chinner2020-07-073-32/+0
* xfs: factor xfs_iflush_doneDave Chinner2020-07-071-75/+82
* xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner2020-07-073-98/+83
* xfs: rename xfs_iflush_int()Dave Chinner2020-07-071-147/+146
* xfs: xfs_iflush() is no longer necessaryDave Chinner2020-07-073-127/+33
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-075-24/+27
* xfs: rework stale inodes in xfs_ifree_clusterDave Chinner2020-07-071-99/+62
* xfs: clean up inode reclaim commentsDave Chinner2020-07-071-93/+35
* xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner2020-07-074-60/+35
* xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner2020-07-071-38/+25
* xfs: don't block inode reclaim on the ILOCKDave Chinner2020-07-071-3/+5
* xfs: allow multiple reclaimers per AGDave Chinner2020-07-073-24/+12
* xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner2020-07-071-86/+31
* xfs: make inode reclaim almost non-blockingDave Chinner2020-07-071-1/+1
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-075-24/+105
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-073-8/+3
* xfs: unwind log item error flaggingDave Chinner2020-07-074-71/+14
* xfs: handle buffer log item IO errors directlyDave Chinner2020-07-071-70/+144
* xfs: get rid of log item callbacksDave Chinner2020-07-075-29/+6
* xfs: clean up the buffer iodone callback functionsDave Chinner2020-07-073-114/+29
* xfs: use direct calls for dquot IO completionDave Chinner2020-07-063-5/+40
* xfs: make inode IO completion buffer centricDave Chinner2020-07-064-55/+56
* xfs: clean up whacky buffer log item list reinitDave Chinner2020-07-061-2/+0
* xfs: call xfs_buf_iodone directlyDave Chinner2020-07-065-63/+24
* xfs: mark log recovery buffers for completionDave Chinner2020-07-066-8/+18
* xfs: mark dquot buffers in cacheDave Chinner2020-07-066-0/+20
* xfs: mark inode buffers in cacheDave Chinner2020-07-066-30/+77
* xfs: add an inode item lockDave Chinner2020-07-065-40/+66
* xfs: remove logged flag from inode log itemDave Chinner2020-07-063-35/+14
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-063-4/+26
* xfs: remove useless definitions in xfs_linux.hYafang Shao2020-07-061-4/+0
* xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner2020-07-061-1/+14
* xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong2020-07-065-97/+99
* xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong2020-07-063-23/+34
* xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong2020-07-062-4/+4
* xfs: reflink can skip remap existing mappingsDarrick J. Wong2020-07-061-0/+16