linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-19 14:23:01 to 2017-10-24 09:39:03 UTC [more...]

[PATCH v3 0/8] cross-release: enhence performance and fix false positives
 2017-10-24  9:38 UTC  (9+ 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()

even more extent mapping cleanups
 2017-10-24  7:54 UTC  (10+ 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 00/42] mkfs: factor the crap out of the code
 2017-10-24  3:00 UTC  (2+ messages)

[PATCH] xfs: validate sb_logsunit is a multiple of the fs blocksize
 2017-10-24  0:28 UTC 

[PATCH] xfs: abort extended attribute list operation if btree is obviously weird
 2017-10-24  0:28 UTC 

[PATCH 0/4] xfs: miscellaneous log recovery fixes
 2017-10-24  0:23 UTC  (10+ 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/17] Parent Pointers V3
 2017-10-23 19:20 UTC  (56+ 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 1/2] dm log writes: Add support for inline data buffers
 2017-10-23 18:59 UTC  (8+ messages)
` [PATCH 2/2] dm log writes: add support for DAX
` [fstests PATCH] generic: add test for DAX MAP_SYNC support
  ` [fstests PATCH v2] "

[PATCH 0/5] xfs refcount conversions
 2017-10-23 13:41 UTC  (9+ messages)
` [PATCH 1/5] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t
` [PATCH 2/5] fs, xfs: convert xfs_efi_log_item.efi_refcount "
` [PATCH 3/5] fs, xfs: convert xlog_ticket.t_ref "
` [PATCH 4/5] fs, xfs: convert xfs_cui_log_item.cui_refcount "
` [PATCH 5/5] fs, xfs: convert xfs_rui_log_item.rui_refcount "

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  (34+ messages)
` [PATCH v3 01/13] dax: quiet bdev_dax_supported()
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax
` [PATCH v3 03/13] dax: stop using VM_MIXEDMAP for dax
` [PATCH v3 04/13] dax: stop using VM_HUGEPAGE "
` [PATCH v3 05/13] dax: stop requiring a live device for dax_flush()
` [PATCH v3 06/13] dax: store pfns in the radix
` [PATCH v3 07/13] dax: warn if dma collides with truncate
` [PATCH v3 08/13] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v3 09/13] IB/core: disable memory registration of fileystem-dax vmas
` [PATCH v3 10/13] mm: disable get_user_pages_fast() for dax
` [PATCH v3 11/13] fs: use smp_load_acquire in break_{layout,lease}
` [PATCH v3 12/13] dax: handle truncate of dma-busy pages
` [PATCH v3 13/13] xfs: wire up FL_ALLOCATED support

[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()

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-23  2:08 UTC  (12+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map

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  (36+ messages)
` [PATCH 01/15] xfs: add a xfs_bmap_fork_to_state helper
` [PATCH 02/15] xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
` [PATCH 03/15] xfs: remove post-bmap tracing in xfs_bmap_local_to_extents
` [PATCH 04/15] xfs: move pre/post-bmap tracing into xfs_iext_update_extent
` [PATCH 05/15] xfs: remove XFS_BMAP_TRACE_EXLIST
` [PATCH 06/15] xfs: remove the never fully implemented UUID fork format
` [PATCH 07/15] xfs: remove if_rdev
` [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

[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
 2017-10-20 21:47 UTC  (6+ 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

[PATCH 0/5] miscellaneous fstests fixes
 2017-10-20 17:56 UTC  (4+ messages)
` [PATCH 4/5] generic/45[34]: force UTF-8 codeset to enable utf-8 namer checks in xfs_scrub

[PATCH 1/3] db: increase metadump's default overly long extent discard threshold
 2017-10-20 11:23 UTC  (6+ messages)
` [PATCH 2/3] xfsprogs: explicitly cast troublesome types to match printf format specifiers
` [PATCH 3/3] xfs_io: add new error injection knobs to inject command

[PATCH for-4.14] xfs: fix AIM7 regression
 2017-10-20  6:55 UTC  (5+ messages)

[PATCH v3 41/49] xfs: convert to bio_for_each_segment_all_sp()
 2017-10-19 23:52 UTC  (3+ messages)

4.9-stable updates for XFS
 2017-10-19 14:22 UTC  (17+ messages)
` [PATCH 01/16] xfs: don't unconditionally clear the reflink flag on zero-block files
` [PATCH 02/16] xfs: evict CoW fork extents when performing finsert/fcollapse
` [PATCH 03/16] fs/xfs: Use %pS printk format for direct addresses
` [PATCH 04/16] xfs: report zeroed or not correctly in xfs_zero_range()
` [PATCH 05/16] xfs: update i_size after unwritten conversion in dio completion
` [PATCH 06/16] xfs: perag initialization should only touch m_ag_max_usable for AG 0
` [PATCH 07/16] xfs: Capture state of the right inode in xfs_iflush_done
` [PATCH 08/16] xfs: always swap the cow forks when swapping extents
` [PATCH 09/16] xfs: handle racy AIO in xfs_reflink_end_cow
` [PATCH 10/16] xfs: Don't log uninitialised fields in inode structures
` [PATCH 11/16] xfs: move more RT specific code under CONFIG_XFS_RT
` [PATCH 12/16] xfs: don't change inode mode if ACL update fails
` [PATCH 13/16] xfs: reinit btree pointer on attr tree inactivation walk
` [PATCH 14/16] xfs: handle error if xfs_btree_get_bufs fails
` [PATCH 15/16] xfs: cancel dirty pages on invalidation
` [PATCH 16/16] xfs: trim writepage mapping to within eof


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