linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-18 18:05:31 to 2018-10-30 03:16:27 UTC [more...]

[PATCH 0/2] libxfs: defer ops idiotproofing
 2018-10-29 18:26 UTC  (3+ messages)
` [PATCH 1/2] libxfs: idiotproof defer op type configuration
` [PATCH 2/2] libxfs: streamline defer op type handling

[PATCH 0/2] xfs: defer ops idiotproofing
 2018-10-29 18:25 UTC  (3+ messages)
` [PATCH 1/2] xfs: idiotproof defer op type configuration
` [PATCH 2/2] xfs: streamline defer op type handling

[RFC PATCH] libxfs: add missing agfl free deferred op type
 2018-10-29 18:13 UTC  (3+ messages)

[PATCH] xfs: test packaged crc32c code
 2018-10-29 18:12 UTC 

[PATCH] xfs_io: add crc32 self test
 2018-10-29 18:11 UTC 

[PATCH] xfs_db: add crc32 self test
 2018-10-29 17:07 UTC  (5+ messages)

[PATCH 0/5] v4 Try to squash metadump data leaks
 2018-10-29 15:38 UTC  (15+ messages)
` [PATCH 1/5] xfs_metadump: Extend data zapping to XFS_DIR{2,3}_LEAFN_MAGIC blocks
` [PATCH 2/5] xfs_metadump: Zap multi fsb blocks
` [PATCH 3/5] xfs_metadump: Zap freeindex blocks in directory inodes
` [PATCH 4/5] xfs_metadump: Zap unused space in inode btrees
` [PATCH 5/5] xfs_metadump: Zap dev inodes

xfs_alloc_ag_vextent_near() takes about 30ms to complete
 2018-10-29  9:53 UTC  (17+ messages)

[PATCH] xfs: add writepage map error tag
 2018-10-29  9:28 UTC  (4+ messages)
` [PATCH] tests/xfs: writepage map error unmount test

About remain issues of FS-DAX
 2018-10-29  8:57 UTC 

XFS: Hang and dmesg flood on mounting invalid FS image
 2018-10-29  7:10 UTC  (4+ messages)

[Bug 201549] New: [xfstests xfs/019]: mkfs.xfs: warning - iflush_int failed (-117)
 2018-10-28 14:20 UTC 

[PATCH] misc: only build with lto if explicitly enabled
 2018-10-27  1:45 UTC  (2+ messages)

[PATCH v3 0/2] Try to squash metadump data leaks
 2018-10-26 20:23 UTC  (15+ messages)
` [PATCH 1/2] xfs_metadump: Extend zapping to multi fsb dir blocks
` [PATCH 2/2] xfs_metadump: Zap more stale data

[PATCH] libxfs: check all defer ops types
 2018-10-26 19:26 UTC  (7+ messages)

[PATCH] xfs: check all defer ops types
 2018-10-26 16:18 UTC 

[PATCH] xfs_db: print freecount in xfs_inobt_rec as unsigned
 2018-10-26 15:48 UTC  (2+ messages)

[PATCH 0/5] xfs: speed up large directory modifications
 2018-10-26 12:14 UTC  (17+ messages)
` [PATCH 1/5] xfs: move xfs_dir2_addname()
` [PATCH 2/5] xfs: factor data block addition from xfs_dir2_node_addname_int()
` [PATCH 3/5] xfs: factor free block index lookup "
` [PATCH 4/5] xfs: speed up directory bestfree block scanning
` [PATCH 5/5] xfs: reverse search directory freespace indexes

[PATCH] xfs_repair: kick processing thread if ra_count is at limit
 2018-10-24 23:43 UTC  (2+ messages)

[Bug 201453] New: Bug 1640090 - [xfstests xfs/490]: xfs_db print a bad (negative number) as agi freecount
 2018-10-24 20:10 UTC  (2+ messages)
` [Bug 201453] "

[GIT PULL] xfs: 4.20 merge
 2018-10-24 16:38 UTC  (2+ messages)

[PATCH 0/2] xfs_repair: two fixes
 2018-10-23 15:30 UTC  (7+ messages)
` [PATCH 1/2] xfs_repair: initialize realloced bplist in longform_dir2_entry_check
` [PATCH 2/2] xfs_repair: continue after xfs_bunmapi deadlock avoidance
  ` [PATCH 2/2 V2] "

xfsdump cleaning patchset
 2018-10-23 14:34 UTC  (10+ messages)

[PATCH] xfs: flush CoW fork reservations before processing quota get request
 2018-10-23  6:48 UTC 

Segmentation fault in xfs_repair
 2018-10-23  3:59 UTC  (4+ messages)

xfs_alloc_vextent_near takes about 30ms to complete
 2018-10-22 12:40 UTC 

ENSOPC on a 10% used disk
 2018-10-22  9:52 UTC  (21+ messages)

[PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
 2018-10-22  6:55 UTC  (39+ messages)
` [PATCH 01/28] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 02/28] vfs: check file ranges before cloning files
` [PATCH 03/28] vfs: exit early from zero length remap operations
` [PATCH 04/28] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/28] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/28] vfs: skip zero-length dedupe requests
` [PATCH 07/28] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 08/28] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 09/28] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 10/28] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 11/28] vfs: pass remap flags to generic_remap_checks
` [PATCH 12/28] vfs: remap helper should update destination inode metadata
` [PATCH 13/28] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/28] vfs: plumb remap flags through the vfs clone functions
` [PATCH 15/28] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 16/28] vfs: enable remap callers that can handle short operations
` [PATCH 17/28] vfs: hide file range comparison function
` [PATCH 18/28] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 19/28] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 20/28] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 21/28] ocfs2: support partial clone range and dedupe range
` [PATCH 22/28] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 23/28] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site
` [PATCH 25/28] xfs: support returning partial reflink results
` [PATCH 26/28] xfs: remove redundant remap partial EOF block checks
` [PATCH 27/28] xfs: remove xfs_reflink_remap_range
` [PATCH 28/28] xfs: remove [cm]time update from reflink calls

[QUESTION] multiple fsync() vs single sync()
 2018-10-19 12:12 UTC  (8+ messages)

[PATCH 4/5] block: introduce helpers for allocating IO buffers from slab
 2018-10-19  5:43 UTC  (3+ messages)

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-19  0:43 UTC  (6+ messages)

[PATCH v6 00/29] fs: fixes for serious clone/dedupe problems
 2018-10-18 18:58 UTC  (9+ messages)
` [PATCH 04/29] vfs: strengthen checking of file range inputs to generic_remap_checks
  ` [PATCH v2 "
` [PATCH 09/29] vfs: combine the clone and dedupe into a single remap_file_range
  ` [PATCH v2 "
` [PATCH 13/29] vfs: make remap_file_range functions take and return bytes completed
  ` [PATCH v2 "
` [PATCH 16/29] vfs: enable remap callers that can handle short operations
  ` [PATCH v2 "

[PATCH 0/2] vfs: Fix crashes when reading /proc/mounts
 2018-10-18 13:17 UTC  (3+ messages)
` [PATCH 1/2] vfs: Provide function to grab superblock reference
` [PATCH 2/2] proc: Protect readers of /proc/mounts from remount


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