messages from 2018-10-06 01:17:26 to 2018-10-11 03:25:21 UTC [more...]
[PATCH 00/18] xfsprogs: finer-grained sparse fixes
2018-10-10 20:01 UTC (19+ messages)
` [PATCH 01/18] xfsprogs: enable sparse checking with "make C=[12]"
` [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] xfsprogs: remove retpoline support
2018-10-10 19:58 UTC
[ANNOUNCE] xfsprogs for-next updated to 2937043
2018-10-10 19:39 UTC
[PATCH v2 00/25] fs: fixes for serious clone/dedupe problems
2018-10-10 18:32 UTC (45+ 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 0/2] xfs stats fixes - V2
2018-10-10 15:02 UTC (6+ 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/2] xfsprogs: build fixes for 4.19.0-rc0
2018-10-10 14:44 UTC (8+ messages)
` [PATCH 1/2] xfsprogs: document changes "
` [PATCH 2/2] xfsprogs: remove unused functions
[PATCH] xfs: fix use-after-free race in xfs_buf_rele
2018-10-10 13:36 UTC (3+ messages)
[PATCH 0/1] Try to squash metadump data leaks
2018-10-10 9:37 UTC (11+ 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 (11+ 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 (8+ messages)
` [PATCH v2] xfs: add a define for statfs "
[PATCH 0/3] ext2, ext4, xfs: hard fail dax mount on unsupported devices
2018-10-08 22:10 UTC (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ext4: "
` [PATCH 3/3] ext2: "
[PATCH 00/15] fs: fixes for serious clone/dedupe problems
2018-10-08 18:59 UTC (25+ messages)
` [PATCH 02/15] xfs: refactor clonerange preparation into a separate helper
` [PATCH 03/15] xfs: zero posteof blocks when cloning above eof
` [PATCH 04/15] xfs: update ctime and remove suid before cloning files
` [PATCH 05/15] vfs: check file ranges "
` [PATCH 07/15] vfs: skip zero-length dedupe requests
` [PATCH 08/15] vfs: change clone and dedupe range function pointers to return bytes completed
` [PATCH 09/15] vfs: pass operation flags to {clone, dedupe}_file_range implementations
[PATCH 0/15] xfsprogs: sparse fixes
2018-10-08 17:08 UTC (36+ messages)
` [PATCH 01/15] xfsprogs: minor "
` [PATCH 02/15] xfsprogs: use ANSI declarations of void-arg functions
` [PATCH 03/15] mkfs.xfs: include full parser prototype in subopts definition
` [PATCH 04/15] xfs_db: single-bit bitfields are unsigned
` [PATCH 05/15] xfsprogs: don't use 0 as pointer
` [PATCH 06/15] xfsprogs: minor endian annotation fixes
` [PATCH 07/15] libxfs: avoid redefinitions of macros in mount.h
` [PATCH 08/15] xfsprogs: avoid redefinition of NBBY
` [PATCH 09/15] xfsprogs: remove write-only variables
` [PATCH 10/15] xfsprogs: make static things static
` [PATCH 11/15] xfsprogs: include headers for extern variables
` [PATCH 12/15] xfsprogs: kill EXTERN macro
` [PATCH 13/15] libxfs: export unused nonstatic functions to quiet static checkers
` [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: "
delalloc and reflink fixes & tweaks V3
2018-10-08 6:07 UTC (8+ messages)
` [PATCH 3/8] xfs: remove magic handling of unwritten extents in xfs_bmapi_allocate
[PATCH] docs: improve readability for people with poorer eyesight
2018-10-07 14:52 UTC (3+ messages)
XFS mount problem
2018-10-06 19:59 UTC (4+ messages)
[PATCH v2 00/22] xfs-4.20: major documentation surgery
2018-10-06 14:10 UTC (6+ messages)
[PATCH 0/2] xfs: fix another couple of reflink data corruptions
2018-10-06 10:54 UTC (7+ messages)
` [PATCH 1/2] xfs: fix data corruption w/ unaligned dedupe ranges
` [PATCH 2/2] xfs: fix data corruption w/ unaligned reflink ranges
[PATCH v3 0/3] xfs-4.20: scrub fixes
2018-10-06 10:25 UTC (6+ messages)
` [PATCH 2/3] xfs: always assign buffer verifiers when one is provided
[PATCH V5 00/20] Fix tests to work on non-4k block sized fs instances
2018-10-06 6:51 UTC (4+ messages)
` [PATCH V5 06/20] Fix xfs/139 to work with 64k block size
[PATCH v9 00/28] Parent Pointers v9
2018-10-06 3:13 UTC (8+ messages)
` [PATCH v9 02/28] xfs: Add helper function xfs_attr_try_sf_addname
` [PATCH v9 03/28] xfs: Add attibute set and helper functions
` [PATCH v9 05/28] xfs: Hold inode locks in xfs_ialloc
[PATCH] writeback: fix range_cyclic writeback vs writepages deadlock
2018-10-05 23:37 UTC (3+ messages)
[PATCH v3 0/8] xfsprogs-4.19: transaction cleanups
2018-10-05 22:23 UTC (4+ messages)
` [PATCH 9/8] xfs_io: dedupe command should only complain if we don't dedupe anything
[ANNOUNCE] xfs-linux: for-next updated to 6fc0386
2018-10-05 20:52 UTC (3+ messages)
` [ANNOUNCE V2] xfs-linux: for-next updated to 498b6cf
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).