messages from 2017-10-16 19:26:28 to 2017-10-19 20:03:14 UTC [more...]
[PATCH 00/17] Parent Pointers V3
2017-10-19 20:03 UTC (32+ 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 05/17] xfs: get directory offset when adding directory name
` [PATCH 06/17] xfs: get directory offset when removing "
` [PATCH 07/17] xfs: get directory offset when replacing a "
` [PATCH 08/17] xfs: add parent pointer support to attribute code
` [PATCH 09/17] xfs: define parent pointer xattr format
` [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 16/17] Add parent pointers to rename
` [PATCH 17/17] Add the parent pointer support to the superblock version 5
[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
2017-10-19 16:48 UTC (21+ 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
Fix false positive by LOCKDEP_CROSSRELEASE
2017-10-19 14:52 UTC (9+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
` [RESEND PATCH 2/3] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [RESEND PATCH 3/3] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
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
4.13-stable updates for XFS
2017-10-19 14:21 UTC (19+ messages)
` [PATCH 01/18] iomap_dio_rw: Allocate AIO completion queue before submitting dio
` [PATCH 02/18] xfs: don't unconditionally clear the reflink flag on zero-block files
` [PATCH 03/18] xfs: evict CoW fork extents when performing finsert/fcollapse
` [PATCH 04/18] fs/xfs: Use %pS printk format for direct addresses
` [PATCH 05/18] xfs: report zeroed or not correctly in xfs_zero_range()
` [PATCH 06/18] xfs: update i_size after unwritten conversion in dio completion
` [PATCH 07/18] xfs: perag initialization should only touch m_ag_max_usable for AG 0
` [PATCH 08/18] xfs: Capture state of the right inode in xfs_iflush_done
` [PATCH 09/18] xfs: always swap the cow forks when swapping extents
` [PATCH 10/18] xfs: handle racy AIO in xfs_reflink_end_cow
` [PATCH 11/18] xfs: Don't log uninitialised fields in inode structures
` [PATCH 12/18] xfs: move more RT specific code under CONFIG_XFS_RT
` [PATCH 13/18] xfs: don't change inode mode if ACL update fails
` [PATCH 14/18] xfs: reinit btree pointer on attr tree inactivation walk
` [PATCH 15/18] xfs: handle error if xfs_btree_get_bufs fails
` [PATCH 16/18] xfs: cancel dirty pages on invalidation
` [PATCH 17/18] xfs: trim writepage mapping to within eof
` [PATCH 18/18] xfs: move two more RT specific functions into CONFIG_XFS_RT
[PATCH for-4.14] xfs: fix AIM7 regression
2017-10-19 13:14 UTC (3+ messages)
[PATCH] fiemap: Implement ranged query
2017-10-19 10:34 UTC
[PATCH V2] xfs: implement cgroup writeback support
2017-10-19 7:35 UTC (6+ messages)
[PATCH 0/5] miscellaneous fstests fixes
2017-10-19 7:18 UTC (7+ messages)
` [PATCH 1/5] quota: clear speculative delalloc when checking quota usage
` [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 4/5] generic/45[34]: force UTF-8 codeset to enable utf-8 namer checks in xfs_scrub
` [PATCH 5/5] xfs: test that we don't leak inodes and dquots during failed cow recovery
[PATCH v2 0/4] Fix false positives by cross-release feature
2017-10-19 7:03 UTC (5+ messages)
` [PATCH v2 1/4] completion: Add support for initializing completion with lockdep_map
` [PATCH v2 2/4] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v2 3/4] genhd.h: Remove trailing white space
` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
more extent mapping cleanups
2017-10-19 6:59 UTC (16+ 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
[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
2017-10-19 6:02 UTC (16+ messages)
[PATCH 1/3] db: increase metadump's default overly long extent discard threshold
2017-10-19 1:25 UTC (3+ 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
[ANNOUNCE] xfsprogs: for-next updated to 9d199c7
2017-10-18 21:27 UTC (2+ messages)
[GIT PULL] xfs: fixes for 4.14-rc6
2017-10-18 18:38 UTC
xfs_quota hang sometimes when running generic/232
2017-10-18 14:14 UTC
[Bug Report]: generic/085 trigger a XFS panic on kernel 4.14-rc2
2017-10-18 12:05 UTC (10+ messages)
agcount for 2TB, 4TB and 8TB drives
2017-10-18 7:31 UTC (13+ messages)
[PATCH 0/19 v3] dax, ext4, xfs: Synchronous page faults
2017-10-18 6:59 UTC (13+ messages)
` [PATCH 01/19] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 17/19] ext4: Add support for MAP_SYNC flag
[PATCH] xfsdocs: fix description of directory free block nvalid and nused header fields
2017-10-18 4:57 UTC
[PATCH v12 00/30] xfs: online scrub support
2017-10-17 23:51 UTC (59+ messages)
` [PATCH 02/30] xfs: create block pointer check functions
` [PATCH 04/30] xfs: refactor btree block header checking functions
` [PATCH v2 "
` [PATCH 05/30] xfs: create inode pointer verifiers
` [PATCH v2 "
` [PATCH 08/30] xfs: probe the scrub ioctl
` [PATCH 11/30] xfs: scrub the shape of a metadata btree
` [PATCH 17/30] xfs: scrub free space btrees
` [PATCH 18/30] xfs: scrub inode btrees
` [PATCH v2 "
` [PATCH 21/30] xfs: scrub inodes
` [PATCH v2 "
` [PATCH 22/30] xfs: scrub inode block mappings
` [PATCH 24/30] xfs: scrub directory metadata
` [PATCH v2 "
` [PATCH 25/30] xfs: scrub directory freespace
` [PATCH v2 "
` [PATCH 28/30] xfs: scrub directory parent pointers
` [PATCH v2 "
` [PATCH 30/30] xfs: scrub quota information
[PATCH] xfs: handle error if xfs_btree_get_bufs fails
2017-10-17 18:35 UTC (6+ messages)
Question about 67dc288c ("xfs: ensure verifiers are attached to recovered buffers")
2017-10-17 14:53 UTC (6+ messages)
[PATCH] [RFC] xfs: make xfs_writepage_map extent map centric
2017-10-17 14:44 UTC (8+ messages)
kernel BUG at fs/xfs/xfs_aops.c:853! in kernel 4.13 rc6
2017-10-17 14:12 UTC (17+ messages)
[Bug Report] XFS mismatch between extent format and zero size in symlink
2017-10-17 12:23 UTC
mainline/master build: 212 builds: 0 failed, 212 passed, 48 warnings (v4.14-rc4-126-g3d7882769b5d)
2017-10-17 8:38 UTC
[PATCH 0/4] xfs: miscellaneous fixes
2017-10-16 19:39 UTC (3+ messages)
` [PATCH 4/4] xfs: cancel dirty pages on invalidation
[PATCH] fs: invalidate page cache after end_io() in dio completion
2017-10-16 19:26 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).