- 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
- 8970a5b xfs: consolidate mount option features in m_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
- 51b495e xfs: rename xfs_has_attr() by Dave Chinner · 3 years, 4 months ago
- 8cf07f3 xfs: sb verifier doesn't handle uncached sb buffer by Dave Chinner · 3 years, 4 months ago
- e5f2e54 xfs: start documenting common units and tags used in tracepoints by Darrick J. Wong · 3 years, 4 months ago
- c03e4b9 xfs: decode scrub flags in ftrace output by Darrick J. Wong · 3 years, 4 months ago
- b641851 xfs: standardize inode generation formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
- 7eac302 xfs: standardize remaining xfs_buf length tracepoints by Darrick J. Wong · 3 years, 4 months ago
- f93f85f xfs: resolve fork names in trace output by Darrick J. Wong · 3 years, 4 months ago
- c23460e xfs: rename i_disk_size fields in ftrace output by Darrick J. Wong · 3 years, 4 months ago
- d538cf2 xfs: disambiguate units for ftrace fields tagged "count" by Darrick J. Wong · 3 years, 4 months ago
- 7989acc xfs: disambiguate units for ftrace fields tagged "len" by Darrick J. Wong · 3 years, 4 months ago
- 49e68c9 xfs: disambiguate units for ftrace fields tagged "offset" by Darrick J. Wong · 3 years, 4 months ago
- 6f25b21 xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno" by Darrick J. Wong · 3 years, 4 months ago
- 92eff38 xfs: standardize daddr formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
- 97f4f91 xfs: standardize rmap owner number formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
- f7b0816 xfs: standardize AG block number formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
- 9febf39 xfs: standardize AG number formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
- af6265a xfs: standardize inode number formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
- 3fd7cb8 xfs: fix incorrect unit conversion in scrub tracepoint by Darrick J. Wong · 3 years, 4 months ago
- a437b9b xfs: remove support for untagged lookups in xfs_icwalk* by Christoph Hellwig · 3 years, 5 months ago
- 32816fd xfs: constify btree function parameters that are not modified by Darrick J. Wong · 3 years, 5 months ago
- 60e265f xfs: make the start pointer passed to btree update_lastrec functions const by Darrick J. Wong · 3 years, 5 months ago
- deb06b9 xfs: make the start pointer passed to btree alloc_block functions const by Darrick J. Wong · 3 years, 5 months ago
- b5a6e5f xfs: make the pointer passed to btree set_root functions const by Darrick J. Wong · 3 years, 5 months ago
- 22ece4e8 xfs: mark the record passed into xchk_btree functions as const by Darrick J. Wong · 3 years, 5 months ago
- 8e38dc8 xfs: make the keys and records passed to btree inorder functions const by Darrick J. Wong · 3 years, 5 months ago
- 23825cd xfs: mark the record passed into btree init_key functions as const by Darrick J. Wong · 3 years, 5 months ago
- 159eb69 xfs: make the record pointer passed to query_range functions const by Darrick J. Wong · 3 years, 5 months ago
- 04dcb47 xfs: make the key parameters to all btree query range functions const by Darrick J. Wong · 3 years, 5 months ago
- d29d557 xfs: make the key parameters to all btree key comparison functions const by Darrick J. Wong · 3 years, 5 months ago
- 7f89c83 xfs: add trace point for fs shutdown by Darrick J. Wong · 3 years, 5 months ago
- 5440676 xfs: remove unnecessary agno variable from struct xchk_ag by Darrick J. Wong · 3 years, 5 months ago
- 7e1826e xfs: make fsmap backend function key parameters const by Darrick J. Wong · 3 years, 5 months ago
- 9ab72f2 xfs: fix off-by-one error when the last rt extent is in use by Darrick J. Wong · 3 years, 5 months ago
- c02f652 xfs: make xfs_rtalloc_query_range input parameters const by Darrick J. Wong · 3 years, 5 months ago
- 21b4ee7 xfs: drop ->writepage completely by Dave Chinner · 3 years, 5 months ago
- 33c0dd7 xfs: move the CIL workqueue to the CIL by Dave Chinner · 3 years, 5 months ago
- 39823d0 xfs: CIL work is serialised, not pipelined by Dave Chinner · 3 years, 5 months ago
- 0020a19 xfs: AIL needs asynchronous CIL forcing by Dave Chinner · 3 years, 5 months ago
- 68a74dc xfs: order CIL checkpoint start records by Dave Chinner · 3 years, 5 months ago
- caa8009 xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state() by Dave Chinner · 3 years, 5 months ago
- bf034bc xfs: factor out log write ordering from xlog_cil_push_work() by Dave Chinner · 3 years, 5 months ago
- c45aba4 xfs: pass a CIL context to xlog_write() by Dave Chinner · 3 years, 5 months ago
- 2ce82b7 xfs: move xlog_commit_record to xfs_log_cil.c by Dave Chinner · 3 years, 5 months ago
- 2562c32 xfs: log head and tail aren't reliable during shutdown by Dave Chinner · 3 years, 5 months ago
- 502a01f xfs: don't run shutdown callbacks on active iclogs by Dave Chinner · 3 years, 5 months ago
- aad7272 xfs: separate out log shutdown callback processing by Dave Chinner · 3 years, 5 months ago
- 8bb9200 xfs: rework xlog_state_do_callback() by Dave Chinner · 3 years, 5 months ago
- b36d465 xfs: make forced shutdown processing atomic by Dave Chinner · 3 years, 5 months ago
- e1d06e5 xfs: convert log flags to an operational state field by Dave Chinner · 3 years, 5 months ago
- fd67d8a xfs: move recovery needed state updates to xfs_log_mount_finish by Dave Chinner · 3 years, 5 months ago
- 5112e206 xfs: XLOG_STATE_IOERROR must die by Dave Chinner · 3 years, 5 months ago
- 2039a27 xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() by Dave Chinner · 3 years, 5 months ago
- edf2748 xfs: cleanup __FUNCTION__ usage by Dwaipayan Ray · 3 years, 5 months ago
- 5e68b4c xfs: Rename __xfs_attr_rmtval_remove by Allison Henderson · 3 years, 5 months ago
- df08263 xfs: add attr state machine tracepoints by Allison Henderson · 3 years, 5 months ago
- 4bc6198 xfs: refactor xfs_iget calls from log intent recovery by Darrick J. Wong · 3 years, 5 months ago
- 2b73a2c xfs: clear log incompat feature bits when the log is idle by Darrick J. Wong · 3 years, 5 months ago
- 908ce71 xfs: allow setting and clearing of log incompat feature flags by Darrick J. Wong · 3 years, 5 months ago
- d634525 xfs: replace kmem_alloc_large() with kvmalloc() by Dave Chinner · 3 years, 5 months ago
- 98fe2c3 xfs: remove kmem_alloc_io() by Dave Chinner · 3 years, 5 months ago
- de2860f mm: Add kvrealloc() by Dave Chinner · 3 years, 5 months ago
- 43059d5 xfs: dump log intent items that cannot be recovered due to corruption by Darrick J. Wong · 3 years, 5 months ago
- 48c6615 xfs: grab active perag ref when reading AG headers by Darrick J. Wong · 3 years, 5 months ago
- f19ee6b xfs: drop experimental warnings for bigtime and inobtcount by Darrick J. Wong · 3 years, 5 months ago
- b7df763 xfs: fix silly whitespace problems with kernel libxfs 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
- a6343e4 xfs: avoid buffer deadlocks when walking fs inodes by Darrick J. Wong · 3 years, 5 months ago
- e8d04c2 xfs: use background worker pool when transactions can't get free space 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
- 01e8f37 xfs: flush inode inactivation work when compiling usage statistics by Darrick J. Wong · 3 years, 5 months ago
- 2eb6650 xfs: inactivate inodes any time we try to free speculative preallocations 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
- 108523b xfs: queue inactivation immediately when quota is nearing enforcement 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
- 62af7d5 xfs: detach dquots from inode if we don't need to inactivate it by Darrick J. Wong · 3 years, 5 months ago
- c6c2066 xfs: move xfs_inactive call to xfs_inode_mark_reclaimable by Darrick J. Wong · 3 years, 5 months ago
- 0ed17f0 xfs: introduce all-mounts list for cpu hotplug notifications by Dave Chinner · 3 years, 5 months ago
- f1653c2 xfs: introduce CPU hotplug infrastructure 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
- e497dfba xfs: remove the flags argument to xfs_qm_dquot_walk by Christoph Hellwig · 3 years, 5 months ago
- 777eb1f xfs: remove xfs_dqrele_all_inodes by Christoph Hellwig · 3 years, 5 months ago
- 40b5222 xfs: remove support for disabling quota accounting on a mounted file system by Christoph Hellwig · 3 years, 5 months ago
- aa66032 Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 5 months ago
- f3438b4 Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 5 months ago
- 3a34b13 pipe: make pipe writes always wake up readers by Linus Torvalds · 3 years, 5 months ago
- 4669e13 Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
- 27eb687 Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
- 051df24 Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 5 months ago
- ad6ec09 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 5 months ago
- 9449ad3 ocfs2: issue zeroout to EOF blocks by Junxiao Bi · 3 years, 5 months ago
- f267aeb ocfs2: fix zero out valid data by Junxiao Bi · 3 years, 5 months ago
- cade08a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 3 years, 5 months ago