- 2d86293 xfs: return errors in xfs_fs_sync_fs by Darrick J. Wong · 2 years, 11 months ago
- 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
- 7993f1a xfs: only run COW extent recovery when there are no live extents by Darrick J. Wong · 3 years ago
- 089558b xfs: remove all COW fork extents when remounting readonly by Darrick J. Wong · 3 years, 1 month ago
- 5b5abbe xfs: move dax device handling into xfs_{alloc,free}_buftarg by Christoph Hellwig · 3 years, 1 month ago
- 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 1 month ago
- 679a994 xfs: factor out a xfs_setup_dax_always helper by Christoph Hellwig · 3 years, 1 month ago
- 0b9007e xfs: Remove duplicated include in xfs_super by Wan Jiabing · 3 years, 2 months ago
- c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 3 months ago
- f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 3 months ago
- 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
- 9fa47bd xfs: use separate btree cursor cache for each btree type by Darrick J. Wong · 3 years, 3 months ago
- c940a0c xfs: dynamically allocate cursors based on maxlevels by Darrick J. Wong · 3 years, 3 months ago
- 6ca444cf xfs: prepare xfs_btree_cur for dynamic cursor heights by Darrick J. Wong · 3 years, 3 months ago
- 2e5fd48 Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 4 months ago
- 90c90cd Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 4 months ago
- bdd3c50 dax: remove bdev_dax_supported by Christoph Hellwig · 3 years, 4 months ago
- a384f08 xfs: factor out a xfs_buftarg_is_dax helper by Christoph Hellwig · 3 years, 4 months ago
- d6837c1 xfs: introduce xfs_sb_is_v5 helper by Dave Chinner · 3 years, 4 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
- e23b55d xfs: rework attr2 feature and mount options by Dave Chinner · 3 years, 4 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
- e1d06e5 xfs: convert log flags to an operational state field by Dave Chinner · 3 years, 5 months ago
- f19ee6b xfs: drop experimental warnings for bigtime and inobtcount 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
- ab23a77 xfs: per-cpu deferred inode inactivation queues by Dave Chinner · 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
- 2433480 xfs: Convert to use invalidate_lock by Jan Kara · 3 years, 9 months ago
- b5071ad xfs: remove xfs_blkdev_issue_flush by Dave Chinner · 3 years, 6 months ago
- ffc1858 Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
- c076ae7 xfs: refactor per-AG inode tagging functions by Darrick J. Wong · 3 years, 7 months ago
- 9bbafc71 xfs: move xfs_perag_get/put to xfs_ag.[ch] by Dave Chinner · 3 years, 7 months ago
- db07349 xfs: move the di_flags field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
- 25dfa65 xfs: fix xfs_trans slab cache name by Anthony Iliopoulos · 3 years, 9 months ago
- 92cf7d3 xfs: Skip repetitive warnings about mount options by Pavel Reichl · 3 years, 9 months ago
- 0f98b4e xfs: rename variable mp to parsing_mp by Pavel Reichl · 3 years, 9 months ago
- 3fef46f xfs: rename the blockgc workqueue by Darrick J. Wong · 3 years, 9 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 47bd6d3 xfs: expose the blockgc workqueue knobs publicly by Darrick J. Wong · 4 years 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
- 9669f51 xfs: consolidate the eofblocks and cowblocks workers by Darrick J. Wong · 4 years ago
- b943c0c xfs: hide xfs_icache_free_cowblocks by Darrick J. Wong · 4 years ago
- 05a302a xfs: set WQ_SYSFS on all workqueues in debug mode by Darrick J. Wong · 4 years ago
- c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
- f736d93 xfs: support idmapped mounts by Christoph Hellwig · 4 years ago
- 5b0ad7c xfs: cover the log on freeze instead of cleaning it by Brian Foster · 4 years ago
- ea2064d xfs: remove xfs_quiesce_attr() by Brian Foster · 4 years ago
- 5232b93 xfs: remove duplicate wq cancel and log force from attr quiesce by Brian Foster · 4 years ago
- f46e5a1 xfs: fold sbcount quiesce logging into log covering by Brian Foster · 4 years ago
- 9e54ee0 xfs: separate log cleaning from log quiesce by Brian Foster · 4 years ago
- 237d788 xfs: show the proper user quota options by Kaixu Xia · 4 years, 1 month ago
- 1e5c39d xfs: rename xfs_fc_* back to xfs_fs_* by Darrick J. Wong · 4 years, 1 month ago
- 33005fd xfs: refactor file range validation by Darrick J. Wong · 4 years, 1 month ago
- 80c720b xfs: define a new "needrepair" feature by Darrick J. Wong · 4 years, 1 month ago
- 3945ae0 xfs: move kernel-specific superblock validation out of libxfs by Darrick J. Wong · 4 years, 1 month ago
- 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
- c23c393 xfs: remove deprecated mount options by Pavel Reichl · 4 years, 3 months ago
- 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
- b96cb83 xfs: deprecate the V4 format by Darrick J. Wong · 4 years, 4 months ago
- 06dbf82 xfs: trace timestamp limits by Darrick J. Wong · 4 years, 4 months ago
- f93e5436 xfs: widen ondisk inode timestamps to deal with y2038+ by Darrick J. Wong · 4 years, 4 months ago
- 876fdc7 xfs: explicitly define inode timestamp range by Darrick J. Wong · 4 years, 4 months ago
- 2a39946 xfs: store inode btree block counts in AGI header by Darrick J. Wong · 4 years, 4 months ago
- 718ecc5 xfs: xfs_iflock is no longer a completion by Dave Chinner · 4 years, 4 months ago
- 4750a17 xfs: preserve inode versioning across remounts by Eric Sandeen · 4 years, 6 months ago
- c3f2375 xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim by Waiman Long · 4 years, 6 months ago
- 4d0bab3 xfs: remove SYNC_WAIT from xfs_reclaim_inodes() by Dave Chinner · 4 years, 6 months ago
- 8eeae5b Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- 16d9154 Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- b41b46c xfs: remove the m_active_trans counter by Dave Chinner · 4 years, 7 months ago
- 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
- 237aac4 xfs: ensure f_bfree returned by statfs() is non-negative by Zheng Bin · 4 years, 8 months ago
- dae2f8e fs: Lift XFS_IDONTCACHE to the VFS layer by Ira Weiny · 4 years, 8 months ago
- 8d6c344 fs/xfs: Make DAX mount option a tri-state by Ira Weiny · 4 years, 8 months ago
- 606723d fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 8 months ago
- f0f7a67 xfs: move inode flush to the sync workqueue by Darrick J. Wong · 4 years, 9 months ago
- c642570 xfs: ratelimit inode flush on buffered write ENOSPC by Darrick J. Wong · 4 years, 9 months ago
- d59eada xfs: correctly acount for reclaimable slabs by Dave Chinner · 4 years, 9 months ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- 932befe xfs: fix s_maxbytes computation on 32-bit kernels by Darrick J. Wong · 5 years ago
- aaf54eb xfs: Remove kmem_zone_destroy() wrapper by Carlos Maiolino · 5 years ago
- b123176 xfs: Remove slab init wrappers by Carlos Maiolino · 5 years ago
- 7f6bcf7 xfs: remove a stray tab in xfs_remount_rw() by Dan Carpenter · 5 years ago
- 0279c71 xfs: remove redundant assignment to variable error by Colin Ian King · 5 years ago
- 50f8300 xfs: fold xfs_mount-alloc() into xfs_init_fs_context() by Ian Kent · 5 years ago
- 8757c38 xfs: move xfs_fc_parse_param() above xfs_fc_get_tree() by Ian Kent · 5 years ago
- 2f8d66b xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure() by Ian Kent · 5 years ago