Linux XFS
[Prev Page][Next Page]
- Re: [PATCH v4 08/10] md: Implement dax_holder_operations, (continued)
- [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
- [PATCH 20/39] xfs: pass lv chain length into xlog_write(), Dave Chinner
- [PATCH 26/39] xfs: use the CIL space used counter for emptiness checks, Dave Chinner
- [PATCH 10/39] xfs: AIL needs asynchronous CIL forcing, Dave Chinner
- [PATCH 05/39] xfs: CIL checkpoint flushes caches unconditionally, Dave Chinner
- [PATCH 04/39] xfs: async blkdev cache flush, Dave Chinner
- [PATCH 01/39] xfs: log stripe roundoff is a property of the log, Dave Chinner
- [PATCH 21/39] xfs: introduce xlog_write_single(), Dave Chinner
- [PATCH 35/39] xfs: convert log vector chain to use list heads, 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 19/39] xfs: log ticket region debug is largely useless, Dave Chinner
- [PATCH 25/39] xfs: CIL context doesn't need to count iovecs, Dave Chinner
- [PATCH 13/39] xfs: only CIL pushes require a start record, Dave Chinner
- [PATCH 30/39] xfs: implement percpu cil space used calculation, Dave Chinner
- [PATCH 27/39] xfs: lift init CIL reservation out of xc_cil_lock, Dave Chinner
- [PATCH 33/39] xfs: Add order IDs to log items in CIL, Dave Chinner
- [PATCH 12/39] xfs: factor out the CIL transaction header building, Dave Chinner
- [PATCH 18/39] xfs: reserve space and initialise xlog_op_header in item formatting, Dave Chinner
- [PATCH 29/39] xfs: introduce per-cpu CIL tracking structure, Dave Chinner
- [PATCH 36/39] xfs: move CIL ordering to the logvec chain, Dave Chinner
- [PATCH 38/39] xfs: xlog_sync() manually adjusts grant head space, Dave Chinner
- [PATCH 32/39] xfs: convert CIL busy extents to per-cpu, Dave Chinner
- [PATCH 24/39] xfs: xlog_write() doesn't need optype anymore, Dave Chinner
- [PATCH 28/39] xfs: rework per-iclog header CIL reservation, Dave Chinner
- [PATCH 37/39] xfs: avoid cil push lock if possible, Dave Chinner
- [PATCH 07/39] xfs: journal IO cache flush reductions, Dave Chinner
- [PATCH 34/39] xfs: convert CIL to unordered per cpu lists, Dave Chinner
- [PATCH 39/39] xfs: expanding delayed logging design with background material, Dave Chinner
- [PATCH 31/39] xfs: track CIL ticket reservation in percpu structure, Dave Chinner
- [PATCH 09/39] xfs: xfs_log_force_lsn isn't passed a LSN, Dave Chinner
- [PATCH RFC] xfs: Print XFS UUID on mount and umount events.,
Lukas Herbolt
- [PATCH v6 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax,
Shiyang Ruan
- [PATCH 00/23] xfs: initial agnumber -> perag conversions for shrink,
Dave Chinner
- [PATCH 07/23] xfs: convert secondary superblock walk to use perags, Dave Chinner
- [PATCH 01/23] xfs: move xfs_perag_get/put to xfs_ag.[ch], Dave Chinner
- [PATCH 04/23] xfs: make for_each_perag... a first class citizen, Dave Chinner
- [PATCH 02/23] xfs: prepare for moving perag definitions and support to libxfs, Dave Chinner
- [PATCH 05/23] xfs: convert raw ag walks to use for_each_perag, Dave Chinner
- [PATCH 08/23] xfs: pass perags through to the busy extent code, Dave Chinner
- [PATCH 11/23] xfs: add a perag to the btree cursor, Dave Chinner
- [PATCH 06/23] xfs: convert xfs_iwalk to use perag references, Dave Chinner
- [PATCH 03/23] xfs: move perag structure and setup to libxfs/xfs_ag.[ch], Dave Chinner
- [PATCH 10/23] xfs: pass perags around in fsmap data dev functions, Dave Chinner
- [PATCH 13/23] xfs: convert refcount btree cursor to use perags, Dave Chinner
- [PATCH 20/23] xfs: inode allocation can use a single perag instance, Dave Chinner
- [PATCH 09/23] xfs: push perags through the ag reservation callouts, Dave Chinner
- [PATCH 16/23] xfs: remove agno from btree cursor, Dave Chinner
- [PATCH 18/23] xfs: collapse AG selection for inode allocation, Dave Chinner
- [PATCH 15/23] xfs: use perag for ialloc btree cursors, Dave Chinner
- [PATCH 12/23] xfs: convert rmap btree cursor to using a perag, Dave Chinner
- [PATCH 22/23] xfs: use perag through unlink processing, Dave Chinner
- [PATCH 14/23] xfs: convert allocbt cursors to use perags, Dave Chinner
- [PATCH 17/23] xfs: simplify xfs_dialloc_select_ag() return values, Dave Chinner
- [PATCH 21/23] xfs: clean up and simplify xfs_dialloc(), Dave Chinner
- [PATCH 23/23] xfs: remove xfs_perag_t, Dave Chinner
- [PATCH 19/23] xfs: get rid of xfs_dir_ialloc(), Dave Chinner
- [PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath,
Dave Chinner
- [PATCH] xfs: use alloc_pages_bulk_array() for buffers,
Dave Chinner
- [PATCH v3 0/3] iomap: avoid soft lockup warnings on large ioends,
Brian Foster
- [PATCH 4.19] iomap: fix sub-page uptodate handling,
Matthew Wilcox (Oracle)
- How capacious and well-indexed are ext4, xfs and btrfs directories?,
David Howells
- [PATCH 5.4] iomap: fix sub-page uptodate handling,
Matthew Wilcox (Oracle)
- no xfs-5.13-fixes branch yet, Darrick J. Wong
- [PATCH] xfs: Remove redundant assignment to busy,
Jiapeng Chong
- [PATCHSET 0/4] xfs: strengthen validation of extent size hints,
Darrick J. Wong
- [PATCHSET 0/2] xfs: random pending stuff for 5.13,
Darrick J. Wong
- [PATCH RESEND v18 00/11] Delay Ready Attributes,
Allison Henderson
- [PATCH RESEND v18 06/11] xfs: Add helper xfs_attr_node_addname_find_attr, Allison Henderson
- [PATCH RESEND v18 08/11] xfs: Hoist xfs_attr_leaf_addname, Allison Henderson
- [PATCH RESEND v18 09/11] xfs: Hoist node transaction handling, Allison Henderson
- [PATCH RESEND v18 05/11] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete, Allison Henderson
- [PATCH RESEND v18 04/11] xfs: Add helper xfs_attr_set_fmt, Allison Henderson
- [PATCH RESEND v18 02/11] xfs: Add xfs_attr_node_remove_name, Allison Henderson
- [PATCH RESEND v18 07/11] xfs: Hoist xfs_attr_node_addname, Allison Henderson
- [PATCH RESEND v18 01/11] xfs: Reverse apply 72b97ea40d, Allison Henderson
- [PATCH RESEND v18 03/11] xfs: Hoist xfs_attr_set_shortform, Allison Henderson
- [PATCH RESEND v18 11/11] xfs: Add delay ready attr set routines, Allison Henderson
- [PATCH RESEND v18 10/11] xfs: Add delay ready attr remove routines, Allison Henderson
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]