messages from 2020-12-07 14:22:22 to 2020-12-15 13:52:12 UTC [more...]
[RFC[RAP] PATCH] xfs: allow setting and clearing of log incompat feature flags
2020-12-15 13:50 UTC (19+ messages)
[LSFMMBPF 2021] A status update
2020-12-15 13:43 UTC (4+ messages)
[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
2020-12-15 12:14 UTC (10+ 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 v1 0/6] no-copy bvec
2020-12-15 12:03 UTC (21+ 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
[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
2020-12-15 11:58 UTC (3+ messages)
[PATCH v12 0/4] xfs: avoid transaction reservation recursion
2020-12-15 4:39 UTC (11+ messages)
` [PATCH v12 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v12 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v12 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v12 4/4] xfs: use current->journal_info to avoid transaction reservation recursion
[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)
[Bug report] overlayfs over xfs whiteout operation may cause deadlock
2020-12-11 23:42 UTC
[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 (7+ messages)
` [PATCH 1/2] xfs: remove xfs_vn_setattr_nonsize
` [PATCH 2/2] xfs: open code updating i_mode in xfs_set_acl
[PATCH 0/2] xfs: don't drain buffer lru on freeze
2020-12-11 13:42 UTC (6+ messages)
` [PATCH 1/2] xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
` [PATCH 2/2] xfs: don't drain buffer lru on freeze and read-only remount
[PATCH V11 00/14] Bail out if transaction can cause extent count to overflow
2020-12-11 5:49 UTC (10+ messages)
` [PATCH V11 04/14] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V11 05/14] xfs: Check for extent overflow when adding/removing dir entries
[PATCH] xfs: silence a cppcheck warning
2020-12-11 3:25 UTC (4+ messages)
[Bug 210577] New: [xfstests generic/616] kernel BUG at lib/list_debug.c:28!
2020-12-10 19:17 UTC (7+ messages)
` [Bug 210577] "
[PATCH v2] xfs: remove unneeded return value check for *init_cursor()
2020-12-10 16:59 UTC (3+ messages)
[PATCH v2 0/3] xfs: add the ability to flag a fs for repair
2020-12-09 18:12 UTC (10+ messages)
` [PATCH 1/3] xfs: move kernel-specific superblock validation out of libxfs
` [PATCH 2/3] xfs: define a new "needrepair" feature
[ANNOUNCE] xfs-linux: for-next updated to 207ddc0ef4f4
2020-12-09 17:54 UTC
[PATCH v5 0/6] xfs: some xfs_dialloc() cleanup
2020-12-09 11:28 UTC (7+ messages)
` [PATCH v5 1/6] xfs: convert noroom, okalloc in xfs_dialloc() to bool
` [PATCH v5 2/6] xfs: introduce xfs_dialloc_roll()
` [PATCH v5 3/6] xfs: move on-disk inode allocation out of xfs_ialloc()
` [PATCH v5 4/6] xfs: move xfs_dialloc_roll() into xfs_dialloc()
` [PATCH v5 5/6] xfs: spilt xfs_dialloc() into 2 functions
` [PATCH v5 6/6] xfs: kill ialloced in xfs_dialloc()
[PATCH v4 0/6] xfs: some xfs_dialloc() cleanup
2020-12-09 11:13 UTC (15+ messages)
` [PATCH v4 1/6] xfs: convert noroom, okalloc in xfs_dialloc() to bool
` [PATCH v4 2/6] xfs: introduce xfs_dialloc_roll()
` [PATCH v4 3/6] xfs: move on-disk inode allocation out of xfs_ialloc()
` [PATCH v4 4/6] xfs: move xfs_dialloc_roll() into xfs_dialloc()
` [PATCH v4 5/6] xfs: spilt xfs_dialloc() into 2 functions
` [PATCH v4 6/6] xfs: kill ialloced in xfs_dialloc()
[PATCH v11 0/4] xfs: avoid transaction reservation recursion
2020-12-09 10:43 UTC (12+ messages)
` [PATCH v11 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v11 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v11 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v11 4/4] xfs: use current->journal_info to avoid transaction reservation recursion
[PATCH] xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
2020-12-09 4:27 UTC (3+ messages)
[Bug 210535] New: [xfstests generic/466] XFS: Assertion failed: next_agino == irec->ir_startino + XFS_INODES_PER_CHUNK, file: fs/xfs/xfs_iwalk.c, line: 366
2020-12-08 17:13 UTC (7+ messages)
` [Bug 210535] "
[ANNOUNCE] xfsprogs-5.10.0-rc1 released
2020-12-08 16:46 UTC
RCU stall in xfs_reclaim_inodes_ag
2020-12-08 8:07 UTC (4+ messages)
[PATCH v10 0/4] xfs: avoid transaction reservation recursion
2020-12-08 5:01 UTC (11+ messages)
` [PATCH v10 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v10 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v10 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v10 4/4] xfs: use current->journal_info to avoid transaction reservation recursion
[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
2020-12-08 2:10 UTC
[PATCH] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
2020-12-08 2:08 UTC
[PATCH v3 0/6] xfs: some xfs_dialloc() cleanup
2020-12-07 22:03 UTC (19+ messages)
` [PATCH v3 3/6] xfs: move on-disk inode allocation out of xfs_ialloc()
` [PATCH v3 4/6] xfs: move xfs_dialloc_roll() into xfs_dialloc()
` [PATCH v3 5/6] xfs: spilt xfs_dialloc() into 2 functions
` [PATCH v3 6/6] xfs: kill ialloced in xfs_dialloc()
[PATCH] [RFC] xfs: initialise attr fork on inode create
2020-12-07 20:49 UTC (16+ messages)
[PATCH v3 00/10] xfs: strengthen log intent validation
2020-12-07 18:30 UTC (7+ messages)
` [PATCH 09/10] xfs: validate feature support when recovering rmap/refcount/bmap intents
` [PATCH v3.1 09/10] xfs: validate feature support when recovering rmap/refcount intents
` [PATCH 10/10] xfs: trace log intent item recovery failures
[PATCH 0/4] xfs: refactor extent validation for 5.11
2020-12-07 17:46 UTC (9+ messages)
` [PATCH 1/4] xfs: refactor data device extent validation
` [PATCH 2/4] xfs: refactor realtime volume "
` [PATCH 3/4] xfs: refactor file range validation
` [PATCH 4/4] xfs: rename xfs_fc_* back to xfs_fs_*
[PATCH] xfs/513: fix the regression caused by mount option uqnoenforce
2020-12-07 17:01 UTC (2+ messages)
[PATCH v2 00/10] xfs: strengthen log intent validation
2020-12-07 16:50 UTC (6+ messages)
` [PATCH 09/10] xfs: validate feature support when recovering rmap/refcount/bmap intents
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox