summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong3-0/+23
2020-03-26xfs: shutdown on failure to add page to log bioBrian Foster1-3/+9
2020-03-26xfs: directory bestfree check should release buffersDarrick J. Wong1-4/+6
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong1-17/+25
2020-03-26xfs: preserve default grace interval during quotacheckDarrick J. Wong1-6/+14
2020-03-23xfs: remove xlog_state_want_syncChristoph Hellwig1-32/+18
2020-03-23xfs: move the ioerror check out of xlog_state_clean_iclogChristoph Hellwig1-4/+5
2020-03-23xfs: refactor xlog_state_clean_iclogChristoph Hellwig1-92/+88
2020-03-23xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig3-39/+23
2020-03-23xfs: simplify log shutdown checking in xfs_log_release_iclogChristoph Hellwig1-14/+6
2020-03-23xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig3-9/+6
2020-03-23xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig1-45/+31
2020-03-23xfs: merge xlog_cil_push into xlog_cil_push_workChristoph Hellwig1-28/+18
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig9-44/+24
2020-03-19xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig1-2/+1
2020-03-19xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig1-10/+3
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig11-37/+27
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig7-21/+25
2020-03-18xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster2-6/+22
2020-03-18xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster2-9/+21
2020-03-18xfs: add support for rmap btree staging cursorsDarrick J. Wong2-10/+62
2020-03-18xfs: add support for refcount btree staging cursorsDarrick J. Wong2-10/+66
2020-03-18xfs: add support for inode btree staging cursorsDarrick J. Wong2-12/+76
2020-03-18xfs: add support for free space btree staging cursorsDarrick J. Wong2-16/+84
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong6-7/+793
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong5-2/+160
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong7-1/+249
2020-03-18xfs: replace open-coded bitmap weight logicDarrick J. Wong3-10/+18
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong5-79/+79
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong2-4/+2
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong1-1/+1
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong1-1/+3
2020-03-13xfs: cleanup xfs_log_unmount_writeChristoph Hellwig1-16/+16
2020-03-13xfs: remove dead code from xfs_log_unmount_writeChristoph Hellwig1-32/+3
2020-03-13xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig1-10/+5
2020-03-13xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig1-6/+0
2020-03-13xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig1-1/+2
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner5-36/+33
2020-03-13xfs: make the btree cursor union members named structureDave Chinner1-15/+24
2020-03-13xfs: make btree cursor private union anonymousDave Chinner1-5/+3
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner4-9/+9
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner6-76/+76
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner17-187/+187
2020-03-13xfs: introduce new private btree cursor namesDave Chinner1-0/+2
2020-03-13xfs: fix regression in "cleanup xfs_dir2_block_getdents"Tommi Rantala1-5/+7
2020-03-12xfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-5/+5
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-03-12xfs: check owner of dir3 blocksDarrick J. Wong1-2/+31
2020-03-12xfs: check owner of dir3 data blocksDarrick J. Wong1-2/+30