public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-11 16:48:38 to 2020-12-24 17:31:16 UTC [more...]

[PATCH v1 0/6] no-copy bvec
 2020-12-24 17:30 UTC  (38+ messages)
` [PATCH v1 1/6] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v1 3/6] bio: deduplicate adding a page into bio
` [PATCH v1 4/6] block/psi: remove PSI annotations from direct IO
` [PATCH v1 5/6] bio: add a helper calculating nr segments to alloc
` [PATCH v1 6/6] block/iomap: don't copy bvec for direct IO

[PATCH] xfs: fix system crash caused by null bp->b_pages
 2020-12-24  9:51 UTC 

[PATCH v14 00/15] xfs: Delayed Attributes
 2020-12-24  8:23 UTC  (35+ messages)
` [PATCH v14 01/15] xfs: Add helper xfs_attr_node_remove_step
` [PATCH v14 02/15] xfs: Add xfs_attr_node_remove_cleanup
` [PATCH v14 03/15] xfs: Hoist transaction handling in xfs_attr_node_remove_step
` [PATCH v14 04/15] xfs: Add delay ready attr remove routines
` [PATCH v14 05/15] xfs: Add delay ready attr set routines
` [PATCH v14 06/15] xfs: Add state machine tracepoints
` [PATCH v14 07/15] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH v14 08/15] xfs: Handle krealloc errors in xlog_recover_add_to_cont_trans
` [PATCH v14 09/15] xfs: Set up infastructure for deferred attribute operations
` [PATCH v14 10/15] xfs: Skip flip flags for delayed attrs
` [PATCH v14 11/15] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v14 12/15] xfs: Remove unused xfs_attr_*_args
` [PATCH v14 13/15] xfs: Add delayed attributes error tag
` [PATCH v14 14/15] xfs: Add delattr mount option
` [PATCH v14 15/15] xfs: Merge xfs_delattr_context into xfs_attr_item

XFS Disk Repair failing with err 117 (Help Recovering Data)
 2020-12-23 18:06 UTC 

Tasks blocking forever with XFS stack traces
 2020-12-23  8:45 UTC  (6+ messages)

Extreme fragmentation ho!
 2020-12-22 13:03 UTC  (2+ messages)

[Bug report] overlayfs over xfs whiteout operation may cause deadlock
 2020-12-22  1:29 UTC  (3+ messages)

[PATCH v14 0/4] xfs: avoid transaction reservation recursion
 2020-12-22  1:21 UTC  (5+ messages)
` [PATCH v14 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v14 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v14 3/4] xfs: introduce xfs_trans_context_swap() for rolling transaction
` [PATCH v14 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

v5.10.1 xfs deadlock
 2020-12-21 12:22 UTC  (7+ messages)

[PATCH v3 1/2] src/dmiperf: Remove obsolete dmiperf
 2020-12-21  0:56 UTC  (2+ messages)

[PATCHv2 1/2] common/rc: Add whitelisted FS support in _require_scratch_swapfile()
 2020-12-20 15:39 UTC  (4+ messages)
` [PATCHv2 2/2] generic/496: Add whitelisted FS support for swapon test

Processing of xfsprogs_5.9.0-1_source.changes
 2020-12-20  4:39 UTC 

[PATCH v13 0/4] xfs: avoid transaction reservation recursion
 2020-12-19  0:31 UTC  (15+ messages)
` [PATCH v13 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v13 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v13 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v13 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

[GIT PULL] xfs: new code for 5.11
 2020-12-18 20:54 UTC  (2+ messages)

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2020-12-18  9:13 UTC  (23+ messages)
` [RFC PATCH v3 1/9] pagemap: Introduce ->memory_failure()
` [RFC PATCH v3 2/9] blk: Introduce ->corrupted_range() for block device
` [RFC PATCH v3 3/9] fs: Introduce ->corrupted_range() for superblock
` [RFC PATCH v3 4/9] mm, fsdax: Refactor memory-failure handler for dax mapping
` [RFC PATCH v3 5/9] mm, pmem: Implement ->memory_failure() in pmem driver
` [RFC PATCH v3 6/9] pmem: Implement ->corrupted_range() for "
` [RFC PATCH v3 7/9] dm: Introduce ->rmap() to find bdev offset
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()
` [RFC PATCH v3 9/9] xfs: Implement ->corrupted_range() for XFS

[PATCH v14 00/14] xfsprogs: Delayed Attributes
 2020-12-18  7:25 UTC  (15+ messages)
` [PATCH v14 01/14] xfsprogs: Add helper xfs_attr_node_remove_step
` [PATCH v14 02/14] xfsprogs: Add xfs_attr_node_remove_cleanup
` [PATCH v14 03/14] xfsprogs: Hoist transaction handling in xfs_attr_node_remove_step
` [PATCH v14 04/14] xfsprogs: Add delay ready attr remove routines
` [PATCH v14 05/14] xfsprogs: Add delay ready attr set routines
` [PATCH v14 06/14] xfsprogs: Add state machine tracepoints
` [PATCH v14 07/14] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v14 08/14] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v14 09/14] xfsprogs: Skip flip flags for delayed attrs
` [PATCH v14 10/14] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v14 11/14] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH v14 12/14] xfsprogs: Add delayed attributes error tag
` [PATCH v14 13/14] xfsprogs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v14 14/14] xfsprogs: Add log item printing for ATTRI and ATTRD

[xfs] 237d7887ae: xfstests.xfs.513.fail
 2020-12-18  7:25 UTC  (2+ messages)

Processing of xfsprogs_5.9.0-1_source.changes
 2020-12-18  5:12 UTC 

[ANNOUNCE] xfs-linux: for-next updated to e82226138b20
 2020-12-17 17:13 UTC 

[PATCH] xfs: sync lazy sb accounting on quiesce of read-only mounts
 2020-12-17 16:35 UTC  (2+ messages)

[PATCH] generic/388: randomly recover via read-only mounts
 2020-12-17 14:59 UTC 

[PATCH] xfs: remove xfs_buf_t typedef
 2020-12-17  2:51 UTC  (2+ messages)

[PATCH] xfsdump: don't try to generate .ltdep in inventory/
 2020-12-17  0:58 UTC  (5+ messages)
` [PATCH V2] "

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-12-16  2:46 UTC  (6+ messages)

Bug#976683: xfsprogs: Import new upstream version
 2020-12-15 17:55 UTC 

[RFC[RAP] PATCH] xfs: allow setting and clearing of log incompat feature flags
 2020-12-15 14:56 UTC  (17+ messages)

[LSFMMBPF 2021] A status update
 2020-12-15 13:43 UTC  (4+ messages)

[PATCH v12 0/4] xfs: avoid transaction reservation recursion
 2020-12-15  4:39 UTC  (8+ messages)
` [PATCH v12 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}

[ANNOUNCE] xfs-linux: for-next updated to 1189686e5440
 2020-12-12 18:58 UTC 

[PATCH] xfs: clean code for setting bma length in xfs_bmapi_write
 2020-12-12 16:12 UTC  (2+ messages)

[ANNOUNCE] xfsprogs v5.10.0 released, master branch updated to 25d27711
 2020-12-11 22:31 UTC  (2+ messages)

[PATCH -next] fs/xfs: convert comma to semicolon
 2020-12-11 16:55 UTC  (5+ messages)

two small setattr cleanups
 2020-12-11 16:17 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove xfs_vn_setattr_nonsize
` [PATCH 2/2] xfs: open code updating i_mode in xfs_set_acl


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox