- 7993f1a xfs: only run COW extent recovery when there are no live extents by Darrick J. Wong · 3 years ago
- b74e15d xfs: compute maximum AG btree height for critical reservation calculation by Darrick J. Wong · 3 years, 3 months ago
- ebd9027 xfs: convert xfs_sb_version_has checks to use mount features by Dave Chinner · 3 years, 4 months ago
- 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 4 months ago
- 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 4 months ago
- 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 4 months ago
- 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 4 months ago
- a1d86e8 xfs: reflect sb features in xfs_mount by Dave Chinner · 3 years, 4 months ago
- e23b55d xfs: rework attr2 feature and mount options by Dave Chinner · 3 years, 4 months ago
- 908ce71 xfs: allow setting and clearing of log incompat feature flags by Darrick J. Wong · 3 years, 5 months ago
- 40b1de007 xfs: throttle inode inactivation queuing on memory reclaim by Darrick J. Wong · 3 years, 5 months ago
- 6f64909 xfs: don't run speculative preallocation gc when fs is frozen by Darrick J. Wong · 3 years, 5 months ago
- 65f03d8 xfs: queue inactivation immediately when free realtime extents are tight by Darrick J. Wong · 3 years, 5 months ago
- 7d6f07d xfs: queue inactivation immediately when free space is tight by Darrick J. Wong · 3 years, 5 months ago
- ab23a77 xfs: per-cpu deferred inode inactivation queues by Dave Chinner · 3 years, 5 months ago
- 149e53a xfs: remove the active vs running quota differentiation by Christoph Hellwig · 3 years, 5 months ago
- 81ed947 xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodes by Darrick J. Wong · 3 years, 6 months ago
- 07b6403 xfs: move perag structure and setup to libxfs/xfs_ag.[ch] by Dave Chinner · 3 years, 7 months ago
- 61aa005 xfs: prepare for moving perag definitions and support to libxfs by Dave Chinner · 3 years, 7 months ago
- 9bbafc71 xfs: move xfs_perag_get/put to xfs_ag.[ch] by Dave Chinner · 3 years, 7 months ago
- fd43cf6 xfs: set aside allocation btree blocks from block reservation by Brian Foster · 3 years, 8 months ago
- b294104 xfs: precalculate default inode attribute offset by Dave Chinner · 3 years, 9 months ago
- d336f7e xfs: force log and push AIL to clear pinned inodes when aborting mount by Darrick J. Wong · 3 years, 10 months ago
- 894ecac xfs: parallelize block preallocation garbage collection by Darrick J. Wong · 4 years ago
- c9a6526 xfs: rename block gc start and stop functions by Darrick J. Wong · 4 years ago
- ea2064d xfs: remove xfs_quiesce_attr() by Brian Foster · 4 years ago
- f46e5a1 xfs: fold sbcount quiesce logging into log covering by Brian Foster · 4 years ago
- 50d2548 xfs: sync lazy sb accounting on quiesce of read-only mounts by Brian Foster · 4 years ago
- 10fb9ac xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain() by Brian Foster · 4 years ago
- 595189c xfs: return corresponding errcode if xfs_initialize_perag() fail by Yu Kuai · 4 years, 1 month ago
- b3f8e08 xfs: remove xfs_getsb by Christoph Hellwig · 4 years, 4 months ago
- 718ecc5 xfs: xfs_iflock is no longer a completion by Dave Chinner · 4 years, 4 months ago
- 771915c xfs: remove kmem_realloc() by Carlos Maiolino · 4 years, 4 months ago
- 4d0bab3 xfs: remove SYNC_WAIT from xfs_reclaim_inodes() by Dave Chinner · 4 years, 6 months ago
- 0e8e2c6 xfs: allow multiple reclaimers per AG by Dave Chinner · 4 years, 6 months ago
- f18c9a9 xfs: reduce free inode accounting overhead by Dave Chinner · 4 years, 7 months ago
- ec43f6d xfs: define printk_once variants for xfs messages by Eric Sandeen · 4 years, 8 months ago
- 3e6e8af xfs: remove XFS_BUF_TO_SBP by Christoph Hellwig · 4 years, 10 months ago
- 13eaec4 xfs: don't commit sunit/swidth updates to disk if that would cause repair failures by Darrick J. Wong · 5 years ago
- 4f5b1b3 xfs: split the sunit parameter update into two parts by Darrick J. Wong · 5 years ago
- a71895c xfs: convert open coded corruption check to use XFS_IS_CORRUPT by Darrick J. Wong · 5 years ago
- e1d3d21 xfs: use super s_id instead of struct xfs_mount m_fsname by Ian Kent · 5 years ago
- 2fcddee xfs: simplify parsing of allocsize mount option by Christoph Hellwig · 5 years ago
- 5da8a07 xfs: rename the m_writeio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
- 3cd1d18 xfs: remove the m_readio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
- b5ad616 xfs: don't use a different allocsice for -o wsync by Christoph Hellwig · 5 years ago
- eb2e999 xfs: Use WARN_ON_ONCE for bailout mount-operation by Austin Kim · 5 years ago
- 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
- 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
- 8c9ce2f xfs: remove unused flags arg from getsb interfaces by Eric Sandeen · 6 years ago
- 490d451 xfs: fix inode_cluster_size rounding mayhem by Darrick J. Wong · 6 years ago
- 494dba7 xfs: refactor inode geometry setup routines by Darrick J. Wong · 6 years ago
- ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
- ed30dcb xfs: rename the speculative block allocation reclaim toggle functions by Darrick J. Wong · 6 years ago
- 9fe82b8 xfs: track delayed allocation reservations across the filesystem by Darrick J. Wong · 6 years ago
- 519841c xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem by Darrick J. Wong · 6 years ago
- 39353ff xfs: replace the BAD_SUMMARY mount flag with the equivalent health code by Darrick J. Wong · 6 years ago
- 6772c1f xfs: track metadata health status by Darrick J. Wong · 6 years ago
- 9b24717 xfs: cache unlinked pointers in an rhashtable by Darrick J. Wong · 6 years ago
- c1b4a32 xfs: precalculate cluster alignment in inodes and blocks by Darrick J. Wong · 6 years ago
- 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
- 00d22a1 xfs: recalculate summary counters at mount time if icount is bad by Darrick J. Wong · 6 years ago
- ff23f4a xfs: move extent busy tree initialization to xfs_initialize_perag by Darrick J. Wong · 6 years ago
- 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
- f467cad xfs: force summary counter recalc at next mount by Darrick J. Wong · 6 years ago
- 2e9e648 xfs: detect and fix bad summary counts at mount by Darrick J. Wong · 6 years ago
- 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
- 541b5ac xfs: verify root inode more thoroughly by Dave Chinner · 7 years ago
- d6b636e xfs: halt auto-reclamation activities while rebuilding rmap by Darrick J. Wong · 7 years ago
- 72c44e3 xfs: clean up xfs_mount allocation and dynamic initializers by Brian Foster · 7 years ago
- 4603fa7 xfs: remove unused m_dmevmask from xfs_mount struct by Eric Sandeen · 7 years ago
- 1da0618 xfs: destroy mutex pag_ici_reclaim_lock before free by Xiongwei Song · 7 years ago
- 2d1d1da xfs: on failed mount, force-reclaim inodes after unmounting quota controls by Darrick J. Wong · 7 years ago
- 749f24f xfs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
- 77aff8c xfs: don't leak quotacheck dquots when cow recovery by Darrick J. Wong · 7 years ago
- 8204f8d xfs: clear MS_ACTIVE after finishing log recovery by Darrick J. Wong · 7 years ago
- 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
- a4c20b9 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
- 31965ef xfs: make errortag a per-mountpoint structure by Darrick J. Wong · 8 years ago
- 104b4e5 percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch by Nikolay Borisov · 8 years ago
- c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
- 8578709 fs: switch ->s_uuid to uuid_t by Christoph Hellwig · 8 years ago
- d905fda xfs: use the common helper uuid_is_null() by Amir Goldstein · 8 years ago
- cb0ba6c xfs: remove uuid_getnodeuniq and xfs_uu_t by Christoph Hellwig · 8 years ago
- 8f720d9 xfs: publish UUID in struct super_block by Amir Goldstein · 8 years ago
- d582571 xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask by Chandan Rajendra · 8 years ago
- 4560e78 xfs: don't block the log commit handler for discards by Christoph Hellwig · 8 years ago
- ebf5587 xfs: improve handling of busy extents in the low-level allocator by Christoph Hellwig · 8 years ago
- b20fe47 xfs: correct null checks and error processing in xfs_initialize_perag by Bill O'Donnell · 8 years ago
- 6031e73 xfs: use rhashtable to track buffer cache by Lucas Stach · 8 years ago
- d099245 xfs: unset MS_ACTIVE if mount fails by Darrick J. Wong · 8 years ago
- 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
- 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
- 174edb0 xfs: store in-progress CoW allocations in the refcount btree by Darrick J. Wong · 8 years ago
- 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
- 1946b91 xfs: define the on-disk refcount btree format by Darrick J. Wong · 8 years ago
- ddeb14f xfs: quiesce the filesystem after recovery on readonly mount by Dave Chinner · 8 years ago
- 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
- 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
- 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago