summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: add support for refcount btree staging cursorsDarrick J. Wong2020-03-182-10/+66
* xfs: add support for inode btree staging cursorsDarrick J. Wong2020-03-182-12/+76
* xfs: add support for free space btree staging cursorsDarrick J. Wong2020-03-182-16/+84
* xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-186-7/+793
* xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-185-2/+160
* xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong2020-03-187-1/+249
* xfs: replace open-coded bitmap weight logicDarrick J. Wong2020-03-183-10/+18
* xfs: rename xfs_bitmap to xbitmapDarrick J. Wong2020-03-185-79/+79
* xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong2020-03-182-4/+2
* xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong2020-03-171-1/+1
* xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong2020-03-151-1/+3
* xfs: cleanup xfs_log_unmount_writeChristoph Hellwig2020-03-131-16/+16
* xfs: remove dead code from xfs_log_unmount_writeChristoph Hellwig2020-03-131-32/+3
* xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig2020-03-131-10/+5
* xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig2020-03-131-6/+0
* xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig2020-03-131-1/+2
* xfs: make the btree ag cursor private union anonymousDave Chinner2020-03-135-36/+33
* xfs: make the btree cursor union members named structureDave Chinner2020-03-131-15/+24
* xfs: make btree cursor private union anonymousDave Chinner2020-03-131-5/+3
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-134-9/+9
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-136-76/+76
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-1317-187/+187