linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-08 13:31:09 to 2018-10-12 00:55:48 UTC [more...]

[PATCH v2 00/22] xfs-4.20: major documentation surgery
 2018-10-11 17:27 UTC  (3+ messages)

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

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-11 16:05 UTC  (36+ 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 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

[PATCH 0/2] xfs stats fixes - V2
 2018-10-11 14:04 UTC  (9+ messages)
` [PATCH 1/2] xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat
` [PATCH 2/2] xfs: use offsetof() in place of offset macros for __xfsstats

[PATCH 0/3] ext2, ext4, xfs: hard fail dax mount on unsupported devices
 2018-10-11 10:36 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ext4: "
` [PATCH 3/3] ext2: "

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  (47+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
  ` [PATCH v2 "
` [PATCH 02/25] xfs: refactor clonerange preparation into a separate helper
` [PATCH 03/25] xfs: zero posteof blocks when cloning above eof
` [PATCH 04/25] xfs: update ctime and remove suid before cloning files
` [PATCH 05/25] vfs: check file ranges "
` [PATCH 06/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 07/25] vfs: skip zero-length dedupe requests
` [PATCH 08/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 09/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 10/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 11/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 12/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 13/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 14/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 16/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 17/25] vfs: make remapping to source file eof more explicit
` [PATCH 18/25] vfs: enable remap callers that can handle short operations
` [PATCH 19/25] vfs: hide file range comparison function
` [PATCH 20/25] vfs: implement opportunistic short dedupe
` [PATCH 21/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 22/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 23/25] ocfs2: support partial clone range and dedupe range
` [PATCH 24/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 25/25] xfs: support returning partial reflink results

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

[PATCH] xfsprogs: don't include all xfs headers just for crc32
 2018-10-10 20:55 UTC 

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

[PATCH 0/1] Try to squash metadump data leaks
 2018-10-10  9:37 UTC  (7+ messages)
` [PATCH 1/1] xfs_metadump: Zap more stale data

[ANNOUNCE] xfsprogs for-next updated to 5f56a56
 2018-10-10  6:41 UTC  (2+ messages)

[PATCH] mkfs.xfs: don't go into multidisk mode if there is only one stripe
 2018-10-10  0:28 UTC  (10+ messages)

Which fragmentation factor is allowable for xfs (not impact on performance)?
 2018-10-09 21:41 UTC  (4+ messages)

repair: realloc(): invalid next size
 2018-10-09 18:48 UTC  (5+ messages)

[PATCH v4 0/3] xfs-4.20: scrub fixes
 2018-10-09 18:46 UTC  (7+ messages)
` [PATCH 1/3] xfs: xrep_findroot_block should reject root blocks with siblings
` [PATCH 2/3] xfs: always assign buffer verifiers when one is provided
` [PATCH 3/3] xfs: fix buffer state management in xrep_findroot_block
  ` [PATCH v2 "

[PATCH] xfs: issue log message on user force shutdown
 2018-10-09 16:23 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to b39989009bdb
 2018-10-08 23:15 UTC 

[PATCH] xfs: move the define for superblock magic to uapi
 2018-10-08 22:31 UTC  (3+ messages)
` [PATCH v2] xfs: add a define for statfs "

[PATCH 00/15] fs: fixes for serious clone/dedupe problems
 2018-10-08 18:59 UTC  (4+ messages)
` [PATCH 08/15] vfs: change clone and dedupe range function pointers to return bytes completed

[PATCH 0/15] xfsprogs: sparse fixes
 2018-10-08 17:08 UTC  (16+ messages)
` [PATCH 01/15] xfsprogs: minor "
` [PATCH 08/15] xfsprogs: avoid redefinition of NBBY
` [PATCH 11/15] xfsprogs: include headers for extern variables
` [PATCH 14/15] xfsprogs: eliminate shadow variables
` [PATCH 15/15] libfrog: change project entity variable scope

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

repair: realloc(): invalid next size
 2018-10-08 10:52 UTC 

[PATCH 1/2] xfs/139: work with 1k block size
 2018-10-08  6:23 UTC  (2+ messages)
` [PATCH 2/2] xfs/140: "


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