messages from 2017-10-20 20:36:59 to 2017-10-25 18:57:07 UTC [more...]
[PATCH v2 0/3] xfs: miscellaneous log recovery fixes
2017-10-25 18:57 UTC (4+ messages)
` [PATCH v2 1/3] xfs: more robust recovery xlog buffer validation
` [PATCH v2 2/3] xfs: fix log block underflow during recovery cycle verification
` [PATCH v2 3/3] xfs: drain the buffer LRU on mount
[PATCH 0/5] miscellaneous fstests fixes
2017-10-25 18:54 UTC (8+ messages)
` [PATCH 2/5] common/xfs: refactor xfs_scrub presence testing
` [PATCH 3/5] common/xfs: standardize the xfs_scrub output that gets recorded to $seqres.full
` [PATCH 5/5] xfs: test that we don't leak inodes and dquots during failed cow recovery
[PATCH v5 0/9] cross-release: Enhence performance and fix false positives
2017-10-25 18:20 UTC (12+ messages)
` [PATCH v5 1/9] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v5 2/9] locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEP
` [PATCH v5 3/9] completion: Change the prefix of lock name for completion variable
` [PATCH v5 4/9] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
` [PATCH v5 5/9] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
` [PATCH v5 6/9] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
` [PATCH v5 7/9] completion: Add support for initializing completion with lockdep_map
` [PATCH v5 8/9] workqueue: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v5 9/9] block: Assign a lock_class per gendisk used for wait_for_completion()
[fstests PATCH] generic: add test for DAX MAP_SYNC support
2017-10-25 17:12 UTC (5+ messages)
` [fstests PATCH v2] "
Possible to mount this XFS at least temporarily to retrieve files?
2017-10-25 14:56 UTC (5+ messages)
Fix false positive by LOCKDEP_CROSSRELEASE
2017-10-25 11:49 UTC (10+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
[PATCH RFC] xfs: add a writepage delay error injection tag
2017-10-25 10:42 UTC (4+ messages)
` [PATCH RFC] tests/xfs: test writepage cached mapping validity
[PATCH] fiemap: Implement ranged query
2017-10-25 7:00 UTC (2+ messages)
[PATCH v4 0/7] cross-release: Enhence performance and fix false positives
2017-10-25 6:35 UTC (11+ messages)
` [PATCH v4 1/7] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v4 2/7] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
` [PATCH v4 3/7] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
` [PATCH v4 4/7] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
` [PATCH v4 5/7] completion: Add support for initializing completion with lockdep_map
` [PATCH v4 6/7] workqueue: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v4 7/7] block: Assign a lock_class per gendisk used for wait_for_completion()
even more extent mapping cleanups
2017-10-25 6:19 UTC (12+ messages)
` [PATCH 1/4] xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_space
` [PATCH 2/4] xfs: remove xfs_bmbt_validate_extent
` [PATCH 3/4] xfs: merge xfs_bmap_read_extents into xfs_iread_extents
` [PATCH 4/4] xfs: add a new xfs_iext_lookup_extent_before helper
[PATCH v3 0/8] cross-release: enhence performance and fix false positives
2017-10-25 5:55 UTC (20+ messages)
` [PATCH v3 1/8] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v3 2/8] lockdep: Introduce CROSSRELEASE_STACK_TRACE and make it not unwind as default
` [PATCH v3 3/8] lockdep: Remove BROKEN flag of LOCKDEP_CROSSRELEASE
` [PATCH v3 4/8] lockdep: Add a kernel parameter, crossrelease_fullstack
` [PATCH v3 5/8] completion: Add support for initializing completion with lockdep_map
` [PATCH v3 6/8] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v3 7/8] genhd.h: Remove trailing white space
` [PATCH v3 8/8] block: Assign a lock_class per gendisk used for wait_for_completion()
[PATCH 0/4] xfs: miscellaneous log recovery fixes
2017-10-25 5:09 UTC (14+ messages)
` [PATCH 1/4] xfs: sanity check log record range parameters
` [PATCH 2/4] xfs: fix log block underflow during recovery cycle verification
` [PATCH 3/4] xfs: drain the buffer LRU on mount
` [PATCH RFC 4/4] xfs: enforce a maximum total iclog buffer size
[PATCH 00/42] mkfs: factor the crap out of the code
2017-10-25 0:59 UTC (3+ messages)
[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
2017-10-24 22:23 UTC (23+ messages)
` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/17] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/17] dax, iomap: Add support for synchronous faults
` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/17] ext4: Support for synchronous DAX faults
` [PATCH 17/17] xfs: support "
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
[PATCH 1/2] dm log writes: Add support for inline data buffers
2017-10-24 19:30 UTC (7+ messages)
` [PATCH 2/2] dm log writes: add support for DAX
[PATCH] xfs: validate sb_logsunit is a multiple of the fs blocksize
2017-10-24 18:18 UTC (3+ messages)
[PATCH] xfs: abort extended attribute list operation if btree is obviously weird
2017-10-24 17:00 UTC (3+ messages)
[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
2017-10-24 14:55 UTC (8+ messages)
` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
4.9-stable updates for XFS
2017-10-24 12:54 UTC (2+ messages)
4.13-stable updates for XFS
2017-10-24 12:53 UTC (2+ messages)
[PATCH 00/17] Parent Pointers V3
2017-10-23 19:20 UTC (53+ messages)
` [PATCH 01/17] Add helper functions xfs_attr_set_args and xfs_attr_remove_args
` [PATCH 02/17] Set up infastructure for deferred attribute operations
` [PATCH 03/17] Add xfs_attr_set_defered and xfs_attr_remove_defered
` [PATCH 04/17] Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH 06/17] xfs: get directory offset when removing directory name
` [PATCH 10/17] :xfs: extent transaction reservations for parent attributes
` [PATCH 11/17] Add the extra space requirements for parent pointer attributes when calculating the minimum log size during mkfs
` [PATCH 12/17] xfs: parent pointer attribute creation
` [PATCH 13/17] xfs: add parent attributes to link
` [PATCH 14/17] xfs: remove parent pointers in unlink
` [PATCH 15/17] xfs_bmap_add_attrfork(): re-add error handling from set_attrforkoff() call
` [PATCH 17/17] Add the parent pointer support to the superblock version 5
[PATCH 0/5] xfs refcount conversions
2017-10-23 13:41 UTC (4+ messages)
Question about 67dc288c ("xfs: ensure verifiers are attached to recovered buffers")
2017-10-23 13:08 UTC (11+ messages)
[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
2017-10-23 11:20 UTC (20+ messages)
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax
` [PATCH v3 12/13] dax: handle truncate of dma-busy pages
[PATCH v2 0/4] Fix false positives by cross-release feature
2017-10-23 7:04 UTC (7+ messages)
` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
XFS and reflink status
2017-10-22 19:13 UTC
[PATCH 1/2] slab, slub, slob: add slab_flags_t
2017-10-22 6:40 UTC (4+ messages)
` [PATCH 2/2] slab, slub, slob: convert slab_flags_t to 32-bit
more extent mapping cleanups
2017-10-21 18:06 UTC (19+ messages)
` [PATCH 08/15] xfs: inline xfs_shift_file_space into callers
` [PATCH 09/15] xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
` [PATCH 10/15] xfs: split xfs_bmap_shift_extents
` [PATCH 11/15] xfs: remove xfs_bmse_shift_one
` [PATCH 12/15] xfs: update got in xfs_bmap_shift_update_extent
` [PATCH 13/15] xfs: don't rely on extent indices in xfs_bmap_collapse_extents
` [PATCH 14/15] xfs: don't rely on extent indices in xfs_bmap_insert_extents
` [PATCH 15/15] xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extent
[fstests] hardcoded values in common/rc for xfs (and probably others)
2017-10-21 0:32 UTC (4+ messages)
[PATCH v12 00/30] xfs: online scrub support
2017-10-20 23:34 UTC (4+ messages)
` [PATCH 14/30] xfs: scrub the secondary superblocks
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