summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: move inode flush to the sync workqueueDarrick J. Wong2020-04-162-19/+27
* xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong2020-04-131-0/+1
* xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2020-04-132-1/+14
* xfs: reflink should force the log out if mounted with wsyncChristoph Hellwig2020-04-061-0/+4
* xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig2020-04-064-24/+22
* xfs: fix inode number overflow in ifree cluster helperBrian Foster2020-04-021-1/+1
* xfs: remove redundant variable assignment in xfs_symlink()Kaixu Xia2020-03-311-1/+0
* xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong2020-03-312-0/+15
* xfs: return locked status of inode buffer on xfsaild pushBrian Foster2020-03-281-1/+2
* xfs: trylock underlying buffer on dquot flushBrian Foster2020-03-283-9/+14
* xfs: remove unnecessary ternary from xfs_createKaixu Xia2020-03-281-2/+1
* xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong2020-03-271-13/+14
* xfs: factor inode lookup from xfs_ifree_clusterDave Chinner2020-03-271-68/+84
* xfs: tail updates only need to occur when LSN changesDave Chinner2020-03-273-23/+51
* xfs: factor common AIL item deletion codeDave Chinner2020-03-273-34/+30
* xfs: correctly acount for reclaimable slabsDave Chinner2020-03-271-1/+2
* xfs: Improve metadata buffer reclaim accountabilityDave Chinner2020-03-271-3/+8
* xfs: don't allow log IO to be throttledDave Chinner2020-03-271-1/+9
* xfs: Throttle commits on delayed background CIL pushDave Chinner2020-03-273-4/+58
* xfs: Lower CIL flush limit for large logsDave Chinner2020-03-271-6/+23
* xfs: remove some stale comments from the log codeDave Chinner2020-03-271-46/+13
* xfs: refactor unmount record writingDave Chinner2020-03-271-20/+29
* xfs: merge xlog_commit_record with xlog_write_doneDave Chinner2020-03-273-35/+12
* xfs: split xlog_ticket_doneChristoph Hellwig2020-03-275-73/+47
* xfs: kill XLOG_TIC_INITEDDave Chinner2020-03-272-8/+2
* xfs: refactor and split xfs_log_done()Dave Chinner2020-03-275-65/+44
* xfs: re-order initial space accounting checks in xlog_writeDave Chinner2020-03-271-21/+10
* xfs: don't try to write a start record into every iclogDave Chinner2020-03-273-49/+42
* xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong2020-03-271-0/+32
* xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong2020-03-263-0/+23
* xfs: shutdown on failure to add page to log bioBrian Foster2020-03-261-3/+9
* xfs: directory bestfree check should release buffersDarrick J. Wong2020-03-261-4/+6
* xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong2020-03-261-17/+25
* xfs: preserve default grace interval during quotacheckDarrick J. Wong2020-03-261-6/+14
* xfs: remove xlog_state_want_syncChristoph Hellwig2020-03-231-32/+18
* xfs: move the ioerror check out of xlog_state_clean_iclogChristoph Hellwig2020-03-231-4/+5
* xfs: refactor xlog_state_clean_iclogChristoph Hellwig2020-03-231-92/+88
* xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig2020-03-233-39/+23
* xfs: simplify log shutdown checking in xfs_log_release_iclogChristoph Hellwig2020-03-231-14/+6
* xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig2020-03-233-9/+6
* xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig2020-03-231-45/+31
* xfs: merge xlog_cil_push into xlog_cil_push_workChristoph Hellwig2020-03-231-28/+18
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-199-44/+24
* xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig2020-03-191-2/+1
* xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig2020-03-191-10/+3
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-1911-37/+27
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-197-21/+25
* xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster2020-03-182-6/+22
* xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster2020-03-182-9/+21
* xfs: add support for rmap btree staging cursorsDarrick J. Wong2020-03-182-10/+62