linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-10 19:59:18 to 2018-10-15 20:31:14 UTC [more...]

[PATCH] xfs: cancel COW blocks before swapext
 2018-10-15 12:46 UTC  (2+ messages)

[PATCH] xfs: clear ail delwri queued bufs on unmount of shutdown fs
 2018-10-15 12:23 UTC  (4+ messages)

[PATCH v2 00/22] xfs-4.20: major documentation surgery
 2018-10-15  9:55 UTC  (5+ messages)

[PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15  6:04 UTC  (38+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 03/25] vfs: check file ranges before cloning files
` [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/25] vfs: skip zero-length dedupe requests
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [PATCH 17/25] vfs: enable remap callers that can handle short operations
` [PATCH 18/25] vfs: hide file range comparison function
` [PATCH 19/25] vfs: implement opportunistic short dedupe
` [PATCH 20/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 21/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/25] xfs: support returning partial reflink results
` [PATCH 25/25] xfs: remove redundant remap partial EOF block checks

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15  0:31 UTC  (45+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 03/25] vfs: check file ranges before cloning files
` [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/25] vfs: skip zero-length dedupe requests
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [PATCH 17/25] vfs: enable remap callers that can handle short operations
  ` [PATCH v2 "
` [PATCH 18/25] vfs: hide file range comparison function
` [PATCH 19/25] vfs: implement opportunistic short dedupe
` [PATCH 20/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 21/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/25] xfs: support returning partial reflink results
` [PATCH 25/25] xfs: remove redundant remap partial EOF block checks

[PATCH 0/2] xfsprogs: enable sparse checking with "make C=[12]"
 2018-10-14 17:09 UTC  (7+ messages)
` [PATCH 1/2] xfsprogs: enable sparse checking with make C=1
` PATCH 2/2] xfsprogs: enable sparse checking with "make C=2"

[PATCH 0/6] fstests: fixes and new tests
 2018-10-14 15:40 UTC  (3+ messages)
` [PATCH 6/6] generic: test reflink side effects

[PATCH 0/3] ext2, ext4, xfs: hard fail dax mount on unsupported devices
 2018-10-13 16:05 UTC  (7+ messages)

[PATCH 0/2] xfs stats fixes - V2
 2018-10-12 15:00 UTC  (10+ messages)
` [PATCH 2/2] xfs: use offsetof() in place of offset macros for __xfsstats

Question about reflink tests in xfstests
 2018-10-12 10:11 UTC 

repair: realloc(): invalid next size
 2018-10-12  7:52 UTC  (3+ messages)

[PATCH] xfsprogs: don't include all xfs headers just for crc32
 2018-10-11 23:08 UTC  (5+ messages)

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

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

[PATCH 00/18] xfsprogs: finer-grained sparse fixes
 2018-10-11 14:09 UTC  (41+ messages)
` [PATCH 01/18] xfsprogs: enable sparse checking with "make C=[12]"
  ` [PATCH 01/18 V2] "
` [PATCH 02/18] xfs_db: convert single-bit bitfields to bools
` [PATCH 03/18] xfsprogs: minor endian annotation fixes
` [PATCH 04/18] xfsprogs: avoid redefinition of NBBY
` [PATCH 05/18] xfsprogs: include headers for extern variables
` [PATCH 06/18] libxfs: add several zone extern declarations to libxfs_priv.h
` [PATCH 07/18] libxfs: silence static warnings about platform_* functions
` [PATCH 08/18] xfs_io: include io.h to silence static function warnings
` [PATCH 09/18] libxfs: silence sparse static function warnings in util.c
` [PATCH 10/18] avl64: export avl64_firstino / avl64_firstino from avl64.h
` [PATCH 11/18] xfsprogs: misc static function warning fixes
` [PATCH 12/18] xfsprogs: don't shadow global libxfs_init x variable
` [PATCH 13/18] xfs_io: rename global buffer variable
` [PATCH 14/18] xfs_logprint: fix shadow var in xlog_print_trans_buffer
` [PATCH 15/18] xfs_repair: fix 'bno' shadow vars in scan.c
` [PATCH 16/18] xfs_scrub: remove shadow var from run_scrub_phases()
` [PATCH 17/18] xfs_metadump: remove shadow variable
` [PATCH 18/18] libfrog: change project entity variable scope to local/static

xfs_bmap stuck at ~/.steam/steam.pipe file
 2018-10-11  7:59 UTC  (5+ messages)

[GIT PULL] xfs: fixes for v4.19-rc7
 2018-10-11  5:40 UTC  (2+ messages)

[PATCH v2 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-10 23:13 UTC  (23+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
  ` [PATCH v2 "
` [PATCH 05/25] vfs: check file ranges before cloning files
` [PATCH 06/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 08/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 14/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 17/25] vfs: make remapping to source file eof more explicit

[PATCH] xfs: fix use-after-free race in xfs_buf_rele
 2018-10-10 21:42 UTC  (4+ messages)

[PATCH 0/2] xfsprogs: build fixes for 4.19.0-rc0
 2018-10-10 21:27 UTC  (9+ messages)
` [PATCH 1/2] xfsprogs: document changes "
` [PATCH 2/2] xfsprogs: remove unused functions

[PATCH] xfsprogs: remove retpoline support
 2018-10-10 21:21 UTC  (2+ messages)

[ANNOUNCE] xfsprogs for-next updated to 2937043
 2018-10-10 19:39 UTC 


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