linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 01:21:10 to 2021-05-25 18:10:09 UTC [more...]

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-05-25 18:10 UTC  (2+ messages)

[PATCH v3] xfs: validate extsz hints against rt extent size when rtinherit is set
 2021-05-25 17:29 UTC  (5+ messages)

[PATCH 0/13 v6] fs: Hole punch vs page cache filling races
 2021-05-25 13:50 UTC  (14+ messages)
` [PATCH 01/13] mm: Fix comments mentioning i_mutex
` [PATCH 02/13] documentation: Sync file_operations members with reality
` [PATCH 03/13] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/13] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/13] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/13] ext2: Convert to using invalidate_lock
` [PATCH 07/13] xfs: Convert to use invalidate_lock
` [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 09/13] zonefs: Convert to using invalidate_lock
` [PATCH 10/13] f2fs: "
` [PATCH 11/13] fuse: "
` [PATCH 12/13] ceph: Fix race between hole punch and page fault
` [PATCH 13/13] cifs: "

[PATCHSET v2 0/2] xfs: strengthen validation of extent size hints
 2021-05-25 11:53 UTC  (10+ messages)
` [PATCH 1/2] xfs: standardize extent size hint validation
` [PATCH 2/2] xfs: validate extsz hints against rt extent size when rtinherit is set

[PATCH v3 0/3] iomap: avoid soft lockup warnings on large ioends
 2021-05-25  9:07 UTC  (19+ messages)
` [PATCH v3 1/3] iomap: resched ioend completion when in non-atomic context
` [PATCH RFC v3 3/3] iomap: bound ioend size to 4096 pages

[PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-05-25  7:18 UTC  (5+ messages)

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-05-25  5:00 UTC  (9+ messages)

[PATCHSET 0/1] xfs: fixes for online shrink
 2021-05-24 15:09 UTC  (5+ messages)
` [PATCH 1/1] xfs: check free AG space when making per-AG reservations

[GIT PULL] xfs: fixes for 5.13-rc3
 2021-05-22 17:35 UTC  (2+ messages)

[ANNOUNCE] xfsprogs 5.12.0 released
 2021-05-21 21:25 UTC 

[ANNOUNCE] xfsprogs 5.12.0-rc1 released
 2021-05-21 21:22 UTC 

[PATCHSET v2 0/2] xfs: strengthen validation of extent size hints
 2021-05-21 19:31 UTC  (6+ messages)
` [PATCH 1/2] xfs: standardize extent size hint validation
` [PATCH 2/2] xfs: validate extsz hints against rt extent size when rtinherit is set

[PATCH RFC v2] xfs: Print XFS UUID on mount and umount events
 2021-05-21 17:13 UTC  (6+ messages)

[PATCH] xfs: use alloc_pages_bulk_array() for buffers
 2021-05-21  8:15 UTC  (3+ messages)

[PATCHSET 0/6] fstests: miscellaneous fixes
 2021-05-21  8:08 UTC  (13+ messages)
` [PATCH 1/6] common/xfs: refactor commands to select a particular xfs backing device
` [PATCH 2/6] xfs: force file creation to the data device for certain layout tests
` [PATCH 3/6] xfs/117: fix fragility in this fuzz test
` [PATCH 4/6] fsx/fsstress: round blocksize properly
` [PATCH 5/6] xfs/178: fix mkfs success test
` [PATCH 6/6] aio-dio-append-write-fallocate-race: fix directio buffer alignment bugs

[PATCH 00/39 v4] xfs: CIL and log optimisations
 2021-05-21  0:38 UTC  (47+ messages)
` [PATCH 01/39] xfs: log stripe roundoff is a property of the log
` [PATCH 02/39] xfs: separate CIL commit record IO
` [PATCH 03/39] xfs: remove xfs_blkdev_issue_flush
` [PATCH 04/39] xfs: async blkdev cache flush
` [PATCH 05/39] xfs: CIL checkpoint flushes caches unconditionally
` [PATCH 06/39] xfs: remove need_start_rec parameter from xlog_write()
` [PATCH 07/39] xfs: journal IO cache flush reductions
` [PATCH 08/39] xfs: Fix CIL throttle hang when CIL space used going backwards
` [PATCH 09/39] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 10/39] xfs: AIL needs asynchronous CIL forcing
` [PATCH 11/39] xfs: CIL work is serialised, not pipelined
` [PATCH 12/39] xfs: factor out the CIL transaction header building
` [PATCH 13/39] xfs: only CIL pushes require a start record
` [PATCH 14/39] xfs: embed the xlog_op_header in the unmount record
` [PATCH 15/39] xfs: embed the xlog_op_header in the commit record
` [PATCH 16/39] xfs: log tickets don't need log client id
` [PATCH 17/39] xfs: move log iovec alignment to preparation function
` [PATCH 18/39] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 19/39] xfs: log ticket region debug is largely useless
` [PATCH 20/39] xfs: pass lv chain length into xlog_write()
` [PATCH 21/39] xfs: introduce xlog_write_single()
` [PATCH 22/39] xfs:_introduce xlog_write_partial()
` [PATCH 23/39] xfs: xlog_write() no longer needs contwr state
` [PATCH 24/39] xfs: xlog_write() doesn't need optype anymore
` [PATCH 25/39] xfs: CIL context doesn't need to count iovecs
` [PATCH 26/39] xfs: use the CIL space used counter for emptiness checks
` [PATCH 27/39] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 28/39] xfs: rework per-iclog header CIL reservation
` [PATCH 29/39] xfs: introduce per-cpu CIL tracking structure
` [PATCH 30/39] xfs: implement percpu cil space used calculation
` [PATCH 31/39] xfs: track CIL ticket reservation in percpu structure
` [PATCH 32/39] xfs: convert CIL busy extents to per-cpu
` [PATCH 33/39] xfs: Add order IDs to log items in CIL
` [PATCH 34/39] xfs: convert CIL to unordered per cpu lists
` [PATCH 35/39] xfs: convert log vector chain to use list heads
` [PATCH 36/39] xfs: move CIL ordering to the logvec chain
` [PATCH 37/39] xfs: avoid cil push lock if possible
` [PATCH 38/39] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 39/39] xfs: expanding delayed logging design with background material

RFC: buffer cache backing page allocation cleanup
 2021-05-20 23:43 UTC  (21+ messages)
` [PATCH 01/11] xfs: cleanup error handling in xfs_buf_get_map
` [PATCH 02/11] xfs: split xfs_buf_allocate_memory
` [PATCH 03/11] xfs: remove ->b_offset handling for page backed buffers
` [PATCH 04/11] xfs: cleanup _xfs_buf_get_pages
` [PATCH 05/11] xfs: remove the xb_page_found stat counter in xfs_buf_alloc_pages
` [PATCH 06/11] xfs: remove the size and nbytes variables "
` [PATCH 07/11] xfs: simplify the b_page_count calculation
` [PATCH 08/11] xfs: centralize page allocation and freeing for buffers
` [PATCH 09/11] xfs: lift the buffer zeroing logic into xfs_buf_alloc_pages
` [PATCH 10/11] xfs: retry allocations from xfs_buf_get_uncached as well
` [PATCH 11/11] xfs: use alloc_pages_bulk_array() for buffers

regressions in xfs/168?
 2021-05-20 16:44 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e3c2b047475b
 2021-05-20 15:39 UTC 

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-05-20 12:33 UTC  (14+ messages)
` [PATCH 25/45] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 26/45] xfs: log ticket region debug is largely useless
` [PATCH 28/45] xfs: introduce xlog_write_single()
` [PATCH 29/45] xfs:_introduce xlog_write_partial()

[PATCH 4.19] iomap: fix sub-page uptodate handling
 2021-05-20  8:36 UTC  (2+ messages)

[PATCHSET 0/2] xfs: random pending stuff for 5.13
 2021-05-19 23:35 UTC  (6+ messages)
` [PATCH 1/2] xfs: fix deadlock retry tracepoint arguments
` [PATCH 2/2] xfs: restore old ioctl definitions

[PATCHSET 0/8] fstests: miscellaneous fixes
 2021-05-19 23:20 UTC  (9+ messages)
` [PATCH 2/8] common/xfs: refactor commands to select a particular xfs backing device
` [PATCH 8/8] xfs/178: fix mkfs success test

[PATCH RFC] xfs: Print XFS UUID on mount and umount events
 2021-05-19 12:38 UTC  (2+ messages)

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-19 10:57 UTC  (9+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock

[PATCH v6 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-19  6:00 UTC  (8+ messages)
` [PATCH v6 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v6 2/7] fsdax: Replace mmap entry in case of CoW
` [PATCH v6 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v6 4/7] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v6 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v6 7/7] fs/xfs: Add dax dedupe support

[PATCH 00/23] xfs: initial agnumber -> perag conversions for shrink
 2021-05-19  1:21 UTC  (13+ messages)
` [PATCH 03/23] xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
` [PATCH 09/23] xfs: push perags through the ag reservation callouts
` [PATCH 12/23] xfs: convert rmap btree cursor to using a perag
` [PATCH 14/23] xfs: convert allocbt cursors to use perags
` [PATCH 15/23] xfs: use perag for ialloc btree cursors
` [PATCH 16/23] xfs: remove agno from btree cursor
` [PATCH 17/23] xfs: simplify xfs_dialloc_select_ag() return values
` [PATCH 18/23] xfs: collapse AG selection for inode allocation
` [PATCH 19/23] xfs: get rid of xfs_dir_ialloc()
` [PATCH 21/23] xfs: clean up and simplify xfs_dialloc()
` [PATCH 22/23] xfs: use perag through unlink processing
` [PATCH 23/23] xfs: remove xfs_perag_t


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).