Linux XFS
[Prev Page][Next Page]
- Re: [PATCH 05/16] xfs: separate primary inode selection criteria in xfs_iget_cache_hit, (continued)
- [PATCH 06/16] xfs: defer inode inactivation to a workqueue, Darrick J. Wong
- [PATCH 07/16] xfs: drop dead dquots before scheduling inode for inactivation, Darrick J. Wong
- [PATCH 08/16] xfs: expose sysfs knob to control inode inactivation delay, Darrick J. Wong
- [PATCH 09/16] xfs: reduce inactivation delay when things are tight, Darrick J. Wong
- [PATCH 10/16] xfs: inactivate inodes any time we try to free speculative preallocations, Darrick J. Wong
- [PATCH 11/16] xfs: flush inode inactivation work when compiling usage statistics, Darrick J. Wong
- [PATCH 12/16] xfs: parallelize inode inactivation, Darrick J. Wong
- [PATCH 13/16] xfs: don't run speculative preallocation gc when fs is frozen, Darrick J. Wong
- [PATCH 14/16] xfs: scale speculative preallocation gc delay based on free space, Darrick J. Wong
- [PATCH 15/16] xfs: use background worker pool when transactions can't get free space, Darrick J. Wong
- [PATCH 16/16] xfs: avoid buffer deadlocks when walking fs inodes, Darrick J. Wong
- [ANNOUNCE] xfs-linux: for-next updated to e0d2d97b5477, Darrick J. Wong
- Re: A Potential Bug in fs/xfs/libxfs/xfs_bmap.c, Darrick J. Wong
- [PATCH -next] xfs: Fix -Wunused-variable warning,
YueHaibing
- [BUG] generic/475 recovery failure(s),
Brian Foster
[PATCH] xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs(),
Geert Uytterhoeven
[bug report] xfs: use perag for ialloc btree cursors,
Dan Carpenter
[GIT PULL] xfs: Delay Ready Attributes,
Allison Henderson
[ANNOUNCE] xfs-linux: for-next **REBASED** to 7e4311b04be4, Darrick J. Wong
[PATCHSET v1 00/13] fstests: move test group lists into test files,
Darrick J. Wong
- [PATCH 01/13] fstests: fix group check in new script, Darrick J. Wong
- [PATCH 02/13] misc: move exit status into trap handler, Darrick J. Wong
- [PATCH 03/13] fstests: refactor test boilerplate code, Darrick J. Wong
- [PATCH 04/13] fstests: add tool migrate group membership data to test files, Darrick J. Wong
- [PATCH 05/13] fstests: move test group info to test files, Darrick J. Wong
- [PATCH 06/13] fstests: clean up open-coded golden output, Darrick J. Wong
- [PATCH 07/13] fstests: automatically generate group files, Darrick J. Wong
- [PATCH 08/13] fstests: convert nextid to use automatic group generation, Darrick J. Wong
- [PATCH 09/13] fstests: adapt the new test script to our new group tagging scheme, Darrick J. Wong
- [PATCH 10/13] check: use generated group files, Darrick J. Wong
- [PATCH 11/13] fstests: remove group files, Darrick J. Wong
- [PATCH 12/13] fstests: remove test group management code, Darrick J. Wong
- [PATCH 13/13] misc: update documentation to reflect auto-generated group files, Darrick J. Wong
[GIT PULL v2] xfs: CIL and log scalability improvements,
Dave Chinner
[GIT PULL v2] xfs: buffer cache bulk page allocation,
Dave Chinner
[PATCHSET v6 0/9] xfs: deferred inode inactivation,
Darrick J. Wong
[PATCH 0/14 v7] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 02/14] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 01/14] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 06/14] ext2: Convert to using invalidate_lock, Jan Kara
- [PATCH 10/14] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 14/14] cifs: Fix race between hole punch and page fault, Jan Kara
- [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock, Jan Kara
- [PATCH 08/14] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 07/14] xfs: Refactor xfs_isilocked(), Jan Kara
- [PATCH 13/14] ceph: Fix race between hole punch and page fault, Jan Kara
- [PATCH 12/14] fuse: Convert to using invalidate_lock, Jan Kara
- [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- [PATCH 11/14] f2fs: Convert to using invalidate_lock, Jan Kara
- Re: [PATCH 0/14 v7] fs: Hole punch vs page cache filling races, Jan Kara
[PATCH v20 10/14] xfs: Add delay ready attr set routines,
Allison Henderson
[PATCH] xfs: drop the AGI being passed to xfs_check_agi_freecount,
Dave Chinner
[PATCHSET v2 0/2] xfs: rename struct xfs_eofblocks,
Darrick J. Wong
[PATCHSET v3 0/3] xfs: preserve inode health reports for longer,
Darrick J. Wong
[ANNOUNCE] xfs-linux: for-next updated to 6a180b1d35a0, Darrick J. Wong
[PATCH] xfs: remove redundant initialization of variable error,
Shaokun Zhang
[PATCH v20 00/14] Delay Ready Attributes,
Allison Henderson
[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto,
Satya Tangirala
[GIT PULL] xfs: CIL and log scalability improvements,
Dave Chinner
[PATCH v4 00/10] fsdax: introduce fs query to support reflink,
Shiyang Ruan
- [PATCH v4 02/10] dax: Introduce holder for dax_device, Shiyang Ruan
- [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock, Shiyang Ruan
- [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping, Shiyang Ruan
- [PATCH v4 01/10] pagemap: Introduce ->memory_failure(), Shiyang Ruan
- [PATCH v4 05/10] mm, pmem: Implement ->memory_failure() in pmem driver, Shiyang Ruan
- [PATCH v4 06/10] fs/dax: Implement dax_holder_operations, Shiyang Ruan
- [PATCH v4 07/10] dm: Introduce ->rmap() to find bdev offset, Shiyang Ruan
- [PATCH v4 08/10] md: Implement dax_holder_operations, Shiyang Ruan
- [PATCH v4 09/10] xfs: Implement ->corrupted_range() for XFS, Shiyang Ruan
- [PATCH v4 10/10] fs/dax: Remove useless functions, Shiyang Ruan
[PATCH 00/39 v5] xfs: CIL and log optimisations,
Dave Chinner
- [PATCH 06/39] xfs: remove need_start_rec parameter from xlog_write(), Dave Chinner
- [PATCH 14/39] xfs: embed the xlog_op_header in the unmount record, Dave Chinner
- [PATCH 22/39] xfs:_introduce xlog_write_partial(), Dave Chinner
- [PATCH 23/39] xfs: xlog_write() no longer needs contwr state, Dave Chinner
- [PATCH 13/39] xfs: only CIL pushes require a start record, Dave Chinner
- [PATCH 15/39] xfs: embed the xlog_op_header in the commit record, Dave Chinner
- [PATCH 07/39] xfs: journal IO cache flush reductions, Dave Chinner
- [PATCH 19/39] xfs: log ticket region debug is largely useless, Dave Chinner
- [PATCH 02/39] xfs: separate CIL commit record IO, Dave Chinner
- [PATCH 08/39] xfs: Fix CIL throttle hang when CIL space used going backwards, Dave Chinner
- [PATCH 09/39] xfs: xfs_log_force_lsn isn't passed a LSN, Dave Chinner
- [PATCH 17/39] xfs: move log iovec alignment to preparation function, Dave Chinner
- [PATCH 11/39] xfs: CIL work is serialised, not pipelined, Dave Chinner
- [PATCH 01/39] xfs: log stripe roundoff is a property of the log, Dave Chinner
- [PATCH 03/39] xfs: remove xfs_blkdev_issue_flush, Dave Chinner
- [PATCH 04/39] xfs: async blkdev cache flush, Dave Chinner
- [PATCH 27/39] xfs: lift init CIL reservation out of xc_cil_lock, Dave Chinner
- [PATCH 25/39] xfs: CIL context doesn't need to count iovecs, Dave Chinner
- [PATCH 31/39] xfs: track CIL ticket reservation in percpu structure, Dave Chinner
- [PATCH 32/39] xfs: convert CIL busy extents to per-cpu, Dave Chinner
- [PATCH 35/39] xfs: convert log vector chain to use list heads, Dave Chinner
- [PATCH 37/39] xfs: avoid cil push lock if possible, Dave Chinner
- [PATCH 20/39] xfs: pass lv chain length into xlog_write(), Dave Chinner
- [PATCH 10/39] xfs: AIL needs asynchronous CIL forcing, Dave Chinner
- [PATCH 12/39] xfs: factor out the CIL transaction header building, Dave Chinner
- [PATCH 34/39] xfs: convert CIL to unordered per cpu lists, Dave Chinner
- [PATCH 21/39] xfs: introduce xlog_write_single(), Dave Chinner
- [PATCH 18/39] xfs: reserve space and initialise xlog_op_header in item formatting, Dave Chinner
- [PATCH 33/39] xfs: Add order IDs to log items in CIL, Dave Chinner
- [PATCH 28/39] xfs: rework per-iclog header CIL reservation, Dave Chinner
- [PATCH 16/39] xfs: log tickets don't need log client id, Dave Chinner
- [PATCH 29/39] xfs: introduce per-cpu CIL tracking structure, Dave Chinner
- [PATCH 38/39] xfs: xlog_sync() manually adjusts grant head space, Dave Chinner
- [PATCH 36/39] xfs: move CIL ordering to the logvec chain, Dave Chinner
- [PATCH 39/39] xfs: expanding delayed logging design with background material, Dave Chinner
- [PATCH 26/39] xfs: use the CIL space used counter for emptiness checks, Dave Chinner
- [PATCH 30/39] xfs: implement percpu cil space used calculation, Dave Chinner
- [PATCH 24/39] xfs: xlog_write() doesn't need optype anymore, Dave Chinner
- [PATCH 05/39] xfs: CIL checkpoint flushes caches unconditionally, Dave Chinner
- Re: [PATCH 00/39 v5] xfs: CIL and log optimisations, Darrick J. Wong
[PATCHSET 0/2] xfs: rename struct xfs_eofblocks,
Darrick J. Wong
[PATCHSET v2 0/3] xfs: preserve inode health reports for longer,
Darrick J. Wong
[PATCHSET v6 00/15] xfs: clean up incore inode walk functions,
Darrick J. Wong
- [PATCH 01/15] xfs: move the quotaoff dqrele inode walk into xfs_icache.c, Darrick J. Wong
- [PATCH 02/15] xfs: detach inode dquots at the end of inactivation, Darrick J. Wong
- [PATCH 03/15] xfs: move the inode walk functions further down, Darrick J. Wong
- [PATCH 04/15] xfs: rename xfs_inode_walk functions to xfs_icwalk, Darrick J. Wong
- [PATCH 05/15] xfs: pass the goal of the incore inode walk to xfs_inode_walk(), Darrick J. Wong
- [PATCH 06/15] xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab, Darrick J. Wong
- [PATCH 07/15] xfs: move xfs_inew_wait call into xfs_dqrele_inode, Darrick J. Wong
- [PATCH 08/15] xfs: remove iter_flags parameter from xfs_inode_walk_*, Darrick J. Wong
- [PATCH 09/15] xfs: remove indirect calls from xfs_inode_walk{,_ag}, Darrick J. Wong
- [PATCH 10/15] xfs: clean up inode state flag tests in xfs_blockgc_igrab, Darrick J. Wong
- [PATCH 11/15] xfs: make the icwalk processing functions clean up the grab state, Darrick J. Wong
- [PATCH 12/15] xfs: fix radix tree tag signs, Darrick J. Wong
- [PATCH 13/15] xfs: pass struct xfs_eofblocks to the inode scan callback, Darrick J. Wong
- [PATCH 14/15] xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag, Darrick J. Wong
- [PATCH 15/15] xfs: refactor per-AG inode tagging functions, Darrick J. Wong
[GIT PULL] xfs: initial agnumber -> perag conversions for shrink,
Dave Chinner
[PATCHSET v5 00/14] xfs: clean up incore inode walk functions,
Darrick J. Wong
- [PATCH 01/14] xfs: move the quotaoff dqrele inode walk into xfs_icache.c, Darrick J. Wong
- [PATCH 02/14] xfs: detach inode dquots at the end of inactivation, Darrick J. Wong
- [PATCH 03/14] xfs: move the inode walk functions further down, Darrick J. Wong
- [PATCH 04/14] xfs: pass the goal of the incore inode walk to xfs_inode_walk(), Darrick J. Wong
- [PATCH 05/14] xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab, Darrick J. Wong
- [PATCH 06/14] xfs: move xfs_inew_wait call into xfs_dqrele_inode, Darrick J. Wong
- [PATCH 07/14] xfs: remove iter_flags parameter from xfs_inode_walk_*, Darrick J. Wong
- [PATCH 08/14] xfs: remove indirect calls from xfs_inode_walk{,_ag}, Darrick J. Wong
- [PATCH 09/14] xfs: clean up the blockgc grab and scan calls a little, Darrick J. Wong
- [PATCH 10/14] xfs: clean up xfs_dqrele_inode calling conventions, Darrick J. Wong
- [PATCH 11/14] xfs: fix radix tree tag signs, Darrick J. Wong
- [PATCH 12/14] xfs: pass struct xfs_eofblocks to the inode scan callback, Darrick J. Wong
- [PATCH 13/14] xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag, Darrick J. Wong
- [PATCH 14/14] xfs: refactor per-AG inode tagging functions, Darrick J. Wong
[GIT PULL] xfs: Use bulk page allocator for buffer cache,
Dave Chinner
[PATCHSET v2 0/5] xfs: clean up quotaoff inode walks,
Darrick J. Wong
[PATCHSET 0/3] xfs: various unit conversion,
Darrick J. Wong
[GIT PULL] xfs: fixes for 5.13-rc4,
Darrick J. Wong
[PATCH] xfs: sort variable alphabetically to avoid repeated declaration,
Shaokun Zhang
[ANNOUNCE] xfs-linux: for-next updated to 0fe0bbe00a6f, Darrick J. Wong
attempt to restore file dumps, but no files selectable in interactive mode, L A Walsh
[PATCH] generic/639: Add tiny swapfile test, Ritesh Harjani
[PATCH 0/6] xfs: bunmapi needs updating for deferred freeing,
Dave Chinner
[PATCH] xfs: btree format inode forks can have zero extents,
Dave Chinner
[PATCH 00/10] xfs: buffer bulk page allocation and cleanups,
Dave Chinner
- [PATCH 03/10] xfs: use alloc_pages_bulk_array() for buffers, Dave Chinner
- [PATCH 07/10] xfs: simplify the b_page_count calculation, Dave Chinner
- [PATCH 10/10] xfs: merge xfs_buf_allocate_memory, Dave Chinner
- [PATCH 05/10] xfs: move page freeing into _xfs_buf_free_pages(), Dave Chinner
- [PATCH 06/10] xfs: remove ->b_offset handling for page backed buffers, Dave Chinner
- [PATCH 09/10] xfs: cleanup error handling in xfs_buf_get_map, Dave Chinner
- [PATCH 08/10] xfs: get rid of xb_to_gfp(), Dave Chinner
- [PATCH 04/10] xfs: merge _xfs_buf_get_pages(), Dave Chinner
- [PATCH 01/10] xfs: split up xfs_buf_allocate_memory, Dave Chinner
- [PATCH 02/10] xfs: use xfs_buf_alloc_pages for uncached buffers, Dave Chinner
[PATCH] xfs: add new IRC channel to MAINTAINERS,
Darrick J. Wong
we moved #xfs to oftc, Darrick J. Wong
[PATCHSET RFC 00/10] fstests: move test group lists into test files,
Darrick J. Wong
- [PATCH 01/10] fstests: fix group check in new script, Darrick J. Wong
- [PATCH 02/10] fstests: refactor setting test sequence number variables, Darrick J. Wong
- [PATCH 03/10] fstests: add tool migrate group membership data to test files, Darrick J. Wong
- [PATCH 04/10] fstests: move test group info to test files, Darrick J. Wong
- [PATCH 05/10] fstests: clean up open-coded golden output, Darrick J. Wong
- [PATCH 06/10] fstests: automatically generate group files, Darrick J. Wong
- [PATCH 07/10] fstests: convert nextid to use automatic group generation, Darrick J. Wong
- [PATCH 08/10] fstests: adapt the new test script to our new group tagging scheme, Darrick J. Wong
- [PATCH 09/10] fstests: remove group files, Darrick J. Wong
- [PATCH 10/10] fstests: remove test group management code, Darrick J. Wong
- Re: [PATCHSET RFC 00/10] fstests: move test group lists into test files, Amir Goldstein
- Re: [PATCHSET RFC 00/10] fstests: move test group lists into test files, Eryu Guan
patch review scheduling...,
Darrick J. Wong
more regressions in xfs/168?,
Darrick J. Wong
[PATCH v19 00/14] Delay Ready Attributes,
Allison Henderson
- [PATCH v19 02/14] xfs: Add xfs_attr_node_remove_name, Allison Henderson
- [PATCH v19 01/14] xfs: Reverse apply 72b97ea40d, Allison Henderson
- [PATCH v19 04/14] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete, Allison Henderson
- [PATCH v19 03/14] xfs: Refactor xfs_attr_set_shortform, Allison Henderson
- [PATCH v19 06/14] xfs: Hoist xfs_attr_node_addname, Allison Henderson
- [PATCH v19 07/14] xfs: Hoist xfs_attr_leaf_addname, Allison Henderson
- [PATCH v19 08/14] xfs: Hoist node transaction handling, Allison Henderson
- [PATCH v19 11/14] xfs: Remove xfs_attr_rmtval_set, Allison Henderson
- [PATCH v19 09/14] xfs: Add delay ready attr remove routines, Allison Henderson
- [PATCH v19 05/14] xfs: Add helper xfs_attr_node_addname_find_attr, Allison Henderson
- [PATCH v19 12/14] xfs: Clean up xfs_attr_node_addname_clear_incomplete, Allison Henderson
- [PATCH v19 10/14] xfs: Add delay ready attr set routines, Allison Henderson
- [PATCH v19 13/14] xfs: Remove default ASSERT in xfs_attr_set_iter, Allison Henderson
- [PATCH v19 14/14] xfs: Make attr name schemes consistent, Allison Henderson
- Re: [PATCH v19 00/14] Delay Ready Attributes, Darrick J. Wong
[PATCH 0/13 v6] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 02/13] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 01/13] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 04/13] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 03/13] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 09/13] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 07/13] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 10/13] f2fs: Convert to using invalidate_lock, Jan Kara
- [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- [PATCH 13/13] cifs: Fix race between hole punch and page fault, Jan Kara
- [PATCH 11/13] fuse: Convert to using invalidate_lock, Jan Kara
- [PATCH 06/13] ext2: Convert to using invalidate_lock, Jan Kara
- [PATCH 12/13] ceph: Fix race between hole punch and page fault, Jan Kara
- [PATCH 05/13] ext4: Convert to use mapping->invalidate_lock, Jan Kara
[PATCH v3] xfs: validate extsz hints against rt extent size when rtinherit is set,
Darrick J. Wong
[PATCHSET 0/1] xfs: fixes for online shrink,
Darrick J. Wong
[GIT PULL] xfs: fixes for 5.13-rc3,
Darrick J. Wong
[ANNOUNCE] xfsprogs 5.12.0 released, Eric Sandeen
[PATCHSET v2 0/2] xfs: strengthen validation of extent size hints,
Darrick J. Wong
[ANNOUNCE] xfs-linux: for-next updated to e3c2b047475b, Darrick J. Wong
[PATCHSET 0/6] fstests: miscellaneous fixes,
Darrick J. Wong
regressions in xfs/168?,
Darrick J. Wong
RFC: buffer cache backing page allocation cleanup,
Christoph Hellwig
- [PATCH 01/11] xfs: cleanup error handling in xfs_buf_get_map, Christoph Hellwig
- [PATCH 02/11] xfs: split xfs_buf_allocate_memory, Christoph Hellwig
- [PATCH 03/11] xfs: remove ->b_offset handling for page backed buffers, Christoph Hellwig
- [PATCH 04/11] xfs: cleanup _xfs_buf_get_pages, Christoph Hellwig
- [PATCH 05/11] xfs: remove the xb_page_found stat counter in xfs_buf_alloc_pages, Christoph Hellwig
- [PATCH 06/11] xfs: remove the size and nbytes variables in xfs_buf_alloc_pages, Christoph Hellwig
- [PATCH 07/11] xfs: simplify the b_page_count calculation, Christoph Hellwig
- [PATCH 08/11] xfs: centralize page allocation and freeing for buffers, Christoph Hellwig
- [PATCH 09/11] xfs: lift the buffer zeroing logic into xfs_buf_alloc_pages, Christoph Hellwig
- [PATCH 10/11] xfs: retry allocations from xfs_buf_get_uncached as well, Christoph Hellwig
- [PATCH 11/11] xfs: use alloc_pages_bulk_array() for buffers, Christoph Hellwig
[PATCH RFC v2] xfs: Print XFS UUID on mount and umount events.,
Lukas Herbolt
[PATCH 00/39 v4] xfs: CIL and log optimisations,
Dave Chinner
- [PATCH 11/39] xfs: CIL work is serialised, not pipelined, Dave Chinner
- [PATCH 06/39] xfs: remove need_start_rec parameter from xlog_write(), Dave Chinner
- [PATCH 17/39] xfs: move log iovec alignment to preparation function, Dave Chinner
- [PATCH 16/39] xfs: log tickets don't need log client id, Dave Chinner
- [PATCH 08/39] xfs: Fix CIL throttle hang when CIL space used going backwards, Dave Chinner
- [PATCH 14/39] xfs: embed the xlog_op_header in the unmount record, Dave Chinner
- [PATCH 15/39] xfs: embed the xlog_op_header in the commit record, Dave Chinner
- [PATCH 03/39] xfs: remove xfs_blkdev_issue_flush, Dave Chinner
- [PATCH 02/39] xfs: separate CIL commit record IO, Dave Chinner
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]