summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong
2020-03-26xfs: shutdown on failure to add page to log bioBrian Foster
2020-03-26xfs: directory bestfree check should release buffersDarrick J. Wong
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong
2020-03-26xfs: preserve default grace interval during quotacheckDarrick J. Wong
2020-03-23xfs: remove xlog_state_want_syncChristoph Hellwig
2020-03-23xfs: move the ioerror check out of xlog_state_clean_iclogChristoph Hellwig
2020-03-23xfs: refactor xlog_state_clean_iclogChristoph Hellwig
2020-03-23xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig
2020-03-23xfs: simplify log shutdown checking in xfs_log_release_iclogChristoph Hellwig
2020-03-23xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig
2020-03-23xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig
2020-03-23xfs: merge xlog_cil_push into xlog_cil_push_workChristoph Hellwig
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-19xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig
2020-03-19xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2020-03-18xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster
2020-03-18xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster
2020-03-18xfs: add support for rmap btree staging cursorsDarrick J. Wong
2020-03-18xfs: add support for refcount btree staging cursorsDarrick J. Wong
2020-03-18xfs: add support for inode btree staging cursorsDarrick J. Wong
2020-03-18xfs: add support for free space btree staging cursorsDarrick J. Wong
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2020-03-18xfs: replace open-coded bitmap weight logicDarrick J. Wong
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong
2020-03-13xfs: cleanup xfs_log_unmount_writeChristoph Hellwig
2020-03-13xfs: remove dead code from xfs_log_unmount_writeChristoph Hellwig
2020-03-13xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig
2020-03-13xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig
2020-03-13xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner
2020-03-13xfs: make the btree cursor union members named structureDave Chinner
2020-03-13xfs: make btree cursor private union anonymousDave Chinner
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-13xfs: introduce new private btree cursor namesDave Chinner
2020-03-13xfs: fix regression in "cleanup xfs_dir2_block_getdents"Tommi Rantala
2020-03-12xfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong
2020-03-12xfs: check owner of dir3 blocksDarrick J. Wong
2020-03-12xfs: check owner of dir3 data blocksDarrick J. Wong