linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-18 00:13:01 to 2022-05-22 07:35:02 UTC [more...]

[RFC PATCH v4 00/17] io-uring/xfs: support async buffered writes
 2022-05-22  7:34 UTC  (26+ messages)
` [RFC PATCH v4 01/17] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v4 02/17] mm: Move updates of dirty_exceeded into one place
` [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v4 04/17] mm: Add balance_dirty_pages_ratelimited_flags() function
` [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create()
` [RFC PATCH v4 06/17] iomap: Add async buffered write support
` [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v4 08/17] fs: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v4 11/17] fs: Add async write file modification handling
` [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates
` [RFC PATCH v4 13/17] io_uring: Add support for async buffered writes
` [RFC PATCH v4 14/17] io_uring: Add tracepoint for short writes
` [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support
` [RFC PATCH v4 16/17] xfs: Add "
` [RFC PATCH v4 17/17] xfs: Enable "

[PATCH] xfs: Remove the redundant assignment
 2022-05-22  7:25 UTC  (4+ messages)

[Bug 216007] New: XFS hangs in iowait when extracting large number of files
 2022-05-21 22:31 UTC  (8+ messages)
` [Bug 216007] "

[PATCH] xfs: fix typo in comment
 2022-05-21 19:25 UTC  (2+ messages)

[PATCH v2 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-20 21:06 UTC  (3+ messages)
` [PATCH v2 12/13] tools: add hmm gup tests for device coherent type

[PATCH v2 00/18] xfsprogs: Port larp, enable injects and log print for attri/d
 2022-05-20 19:00 UTC  (19+ messages)
` [PATCH v2 01/18] xfsprogs: zero inode fork buffer at allocation
` [PATCH v2 02/18] xfsprogs: hide log iovec alignment constraints
` [PATCH v2 03/18] xfsprogs: don't commit the first deferred transaction without intents
` [PATCH v2 04/18] xfsprogs: tag transactions that contain intent done items
` [PATCH v2 05/18] xfsprogs: Fix double unlock in defer capture code
` [PATCH v2 06/18] xfsprogs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v2 07/18] xfsprogs: Set up infrastructure for log attribute replay
` [PATCH v2 08/18] xfsprogs: Implement attr logging and replay
` [PATCH v2 09/18] xfsprogs: Skip flip flags for delayed attrs
` [PATCH v2 10/18] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v2 11/18] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH v2 12/18] xfsprogs: Add log attribute error tag
` [PATCH v2 13/18] xfsprogs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v2 14/18] xfsprogs: Add helper function xfs_attr_leaf_addname
` [PATCH v2 15/18] xfsprogs: Add helper function xfs_init_attr_trans
` [PATCH v2 16/18] xfsprogs: add leaf split error tag
` [PATCH v2 17/18] xfsprogs: add leaf to node "
` [PATCH v2 18/18] xfs_logprint: Add log item printing for ATTRI and ATTRD

[RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
 2022-05-20 18:32 UTC  (35+ messages)
` [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v3 04/18] iomap: Add async buffered write support
` [RFC PATCH v3 05/18] xfs: Add iomap "
` [RFC PATCH v3 06/18] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v3 07/18] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v3 08/18] xfs: Enable async write file modification handling
` [RFC PATCH v3 09/18] fs: Optimization for concurrent file time updates
` [RFC PATCH v3 10/18] xfs: Add async buffered write support
` [RFC PATCH v3 11/18] io_uring: Add support for async buffered writes
` [RFC PATCH v3 12/18] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v3 13/18] mm: Move updates of dirty_exceeded into one place
` [RFC PATCH v3 14/18] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
` [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v3 17/18] io_uring: Add tracepoint for short writes
` [RFC PATCH v3 18/18] xfs: Enable async buffered write support

[PATCHSET v2 0/7] xfs: cleanups for logged xattr updates
 2022-05-20 15:49 UTC  (18+ messages)
` [PATCH 1/7] xfs: clean up xfs_attr_node_hasname
` [PATCH 2/7] xfs: put the xattr intent item op flags in their own namespace
` [PATCH 3/7] xfs: use a separate slab cache for deferred xattr work state
` [PATCH 4/7] xfs: remove struct xfs_attr_item.xattri_flags
` [PATCH 5/7] xfs: put attr[id] log item cache init with the others
` [PATCH 6/7] xfs: clean up state variable usage in xfs_attr_node_remove_attr
` [PATCH 7/7] xfs: rename struct xfs_attr_item to xfs_attr_intent

[PATCH v2] xfs: Remove dead code
 2022-05-20 15:45 UTC  (2+ messages)

[PATCH] xfs: annotate fix commits for upcoming 5.10.y backports
 2022-05-20 14:32 UTC 

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-05-20 11:52 UTC  (13+ messages)
` [RFC PATCH v2 1/7] statx: add "
` [RFC PATCH v2 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH v2 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH v2 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH v2 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH v2 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH v2 7/7] f2fs: support STATX_IOALIGN

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-05-20  5:37 UTC  (4+ messages)
` [RFC PATCH v2] "

[PATCHSET v2 0/4] xfs: fix leaks and validation errors in logged xattr updates
 2022-05-20  3:38 UTC  (10+ messages)
` [PATCH 1/4] xfs: don't leak da state when freeing the attr intent item
` [PATCH 2/4] xfs: don't leak the retained da state when doing a leaf to node conversion
` [PATCH 3/4] xfs: reject unknown xattri log item operation flags during recovery
` [PATCH 4/4] xfs: reject unknown xattri log item filter "

[PATCHSET 0/3] xfs: fix name/value buffer lifetime errrors
 2022-05-20  3:22 UTC  (11+ messages)
` [PATCH 1/3] xfs: validate xattr name earlier in recovery
` [PATCH 2/3] xfs: share xattr name and value buffers when logging xattr updates
` [PATCH 3/3] xfs: free xfs_attrd_log_items correctly

[PATCH 00/18] xfsprogs: Port larp, enable injects and log print for attri/d
 2022-05-19 23:17 UTC  (10+ messages)
` [PATCH 08/18] xfsprogs: Implement attr logging and replay
` [PATCH 18/18] xfsprogs: Add log item printing for ATTRI and ATTRD

[QUESTION] Upgrade xfs filesystem to reflink support?
 2022-05-19 23:05 UTC  (11+ messages)

[PATCHSET 0/3] xfs: fix buffer cancellation table leak during log recovery
 2022-05-19 18:01 UTC  (10+ messages)
` [PATCH 1/3] xfs: refactor buffer cancellation table allocation
` [PATCH 2/3] xfs: don't leak xfs_buf_cancel structures when recovery fails
` [PATCH 3/3] xfs: convert buf_cancel_table allocation to kmalloc_array

[ANNOUNCE] xfs-linux: iomap-for-next updated to e9c3a8e820ed
 2022-05-19 16:41 UTC 

fstrim and strace considered harmful?
 2022-05-19 15:25 UTC  (8+ messages)

[RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes
 2022-05-18 23:31 UTC  (27+ messages)
` [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v2 04/16] iomap: add async buffered write support
` [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v2 08/16] fs: add pending file update time flag
` [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages()
` [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function

[PATCH] xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO
 2022-05-18 20:38 UTC  (2+ messages)

[PATCHSET 0/4] xfs: fix leaks and validation errors in logged xattr updates
 2022-05-18 17:05 UTC  (3+ messages)

[xfs] 1eb70f54c4: xfstests.xfs.348.fail
 2022-05-18 14:45 UTC 

[xfs] 5349b2afc1: xfstests.xfs.050.fail
 2022-05-18  9:41 UTC 

[ANNOUNCE] xfsprogs for-next updated to 9f4d6358
 2022-05-18  3:00 UTC 

[PATCHSET 0/4] xfs_scrub: improve balancing of threads for inode scan
 2022-05-18  2:47 UTC  (3+ messages)
` [PATCH 4/4] xfs_scrub: don't revisit scanned inodes when reprocessing a stale inode

[PATCHSET 0/6] xfs: cleanups for logged xattr updates
 2022-05-18  0:20 UTC  (4+ messages)
` [PATCH 3/6] xfs: use a separate slab cache for deferred xattr work state


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).