linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-11 07:45:30 to 2017-05-18 06:28:02 UTC [more...]

cleanup UUID types V3
 2017-05-18  6:26 UTC  (13+ messages)
` [PATCH 01/23] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH 02/23] xfs: use uuid_be to implement the uuid_t type
` [PATCH 03/23] uuid: remove uuid_be defintions from the uapi header
` [PATCH 04/23] uuid: rename uuid types
` [PATCH 05/23] uuid: don't export guid_index and uuid_index
` [PATCH 06/23] uuid: add the v1 layout to uuid_t
` [PATCH 07/23] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
` [PATCH 08/23] uuid: hoist uuid_is_null() helper from libnvdimm
` [PATCH 09/23] S390/sysinfo: use uuid_is_null instead of opencoding it
` [PATCH 10/23] afs: switch to use uuid_t and uuid_gen
` [PATCH 11/23] uuid: remove struct uuid_v1
` [PATCH 13/23] md: namespace private helper names

[RFCRAP 0/3?] xfs: OH GOD MY EYES!
 2017-05-18  6:21 UTC  (6+ messages)
` [PATCH 1/3] xfs: remove double-underscore integer types
` [PATCH 2/3] xfsprogs: "
` [PATCH 3/3] xfs: freeze rw filesystems just prior to reboot

[PATCH 1/1] xfs: add trace points for xlog cil operations
 2017-05-18  2:49 UTC 

[PATCH v2] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-18  2:07 UTC 

[PATCH] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-18  2:04 UTC  (15+ messages)

[PATCH 0/3 v2] xfs: Fix SEEK_HOLE implementation
 2017-05-17 14:57 UTC  (6+ messages)
` [PATCH 1/3] xfs: Fix missed holes in "
` [PATCH 2/3] xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
` [PATCH 3/3] xfs: Move handling of missing page into one place "

[PATCH 1/2] xfs: Fix missed holes in SEEK_HOLE implementation
 2017-05-17 12:15 UTC  (10+ messages)
` [PATCH 2/2] xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()

[PATCH 0/2] Resubmit items failed during writeback
 2017-05-17 11:47 UTC  (14+ messages)
` [PATCH 1/2] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 2/2] xfs: Properly retry failed inode items in case of error during buffer writeback

[PATCH] xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMIN
 2017-05-17  9:35 UTC  (4+ messages)

permanent XFS volume corruption
 2017-05-17  5:27 UTC  (18+ messages)

[PATCH v2] xfs: avoid mount-time deadlock in CoW extent recovery
 2017-05-17  1:07 UTC 

[PATCH] xfs: avoid mount-time deadlock in CoW extent recovery
 2017-05-17  1:06 UTC  (3+ messages)

[PATCH RFC] xfsprogs: consolidate filesystem info reporting
 2017-05-16 17:16 UTC 

cleanup UUID types V2
 2017-05-16 15:53 UTC  (21+ messages)
` [PATCH 01/17] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH 02/17] xfs: use uuid_be to implement the uuid_t type
` [PATCH 03/17] uuid: rename uuid types
` [PATCH 04/17] uuid: don't export guid_index and uuid_index
` [PATCH 05/17] uuid: add the v1 layout to uuid_t
` [PATCH 06/17] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
` [PATCH 07/17] uuid: remove the now unused uuid_be_cmp helper
` [PATCH 08/17] uuid: hoist uuid_is_null() helper from libnvdimm
` [PATCH 09/17] s390/sysinfo: use uuid_is_null instead of opencoding it
` [PATCH 10/17] afs: switch to use uuid_t and uuid_gen
` [PATCH 11/17] uuid: remove struct uuid_v1
` [PATCH 12/17] xfs: remove uuid_getnodeuniq and xfs_uu_t
` [PATCH 13/17] md: namespace private helper names
` [PATCH 14/17] xfs: use the common helper uuid_is_null()
` [PATCH 15/17] block: remove blk_part_pack_uuid
` [PATCH 16/17] ima/policy: switch to use uuid_t
` [PATCH 17/17] fs: switch ->s_uuid to uuid_t

xfsprogs 4.5 vs 4.10
 2017-05-16 12:49 UTC  (4+ messages)

Mainline build brakes on powerpc with error : fs/xfs/xfs_iomap.c:1152: undefined reference to `.put_dax
 2017-05-16 11:17 UTC  (2+ messages)

[PATCH 1/2] dax: hide block device code in #ifdef
 2017-05-16 11:16 UTC  (6+ messages)
` [PATCH 2/2] fs: xfs: add DAX dependency

[PATCH v7 0/9] xfsprogs 4.12: GETFSMAP support
 2017-05-15 19:30 UTC  (9+ messages)
` [PATCH 1/9] xfs_io: support the new getfsmap ioctl
` [PATCH 0.9/9] xfs: introduce the XFS_IOC_GETFSMAP ioctl

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-15 17:58 UTC  (10+ messages)
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-15 17:42 UTC  (3+ messages)
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV

[PATCH v2] libxfs: use crc32c slice-by-8 variant by default
 2017-05-15 16:23 UTC 

[PATCH] xfs: bad assertion for delalloc an extent that start at i_size
 2017-05-15 13:35 UTC  (2+ messages)

[PATCH] generic/285: Add more SEEK_HOLE tests
 2017-05-15 12:31 UTC  (6+ messages)

[PATCH 0/10 v8] No wait AIO
 2017-05-15  9:47 UTC  (12+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH] xfs: fix warnings about unused stack variables
 2017-05-15  9:03 UTC  (2+ messages)

[PATCH] libxfs: use crc32c slice-by-8 variant by default
 2017-05-14 22:26 UTC  (4+ messages)

[PATCH] dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case
 2017-05-14  0:53 UTC 

[pre-linux-4.12-rc1] undefined reference to `put_dax' `dax_get_by_host'
 2017-05-13 23:32 UTC  (2+ messages)

[PATCH 0/9] mkfs.xfs: add mkfs.xfs.conf support
 2017-05-12 17:30 UTC  (19+ messages)

[V2 PATCH 1/1] xfs: remove lsn relevant fields from xfs_trans structure and its users
 2017-05-12 16:29 UTC  (2+ messages)

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-05-12 16:21 UTC  (17+ messages)

[PATCH] xfs: avoid harmless gcc-7 warnings
 2017-05-12 14:18 UTC  (5+ messages)

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

[PATCH 1/1] xfs: remove lsn relevant fields from xfs_trans structure and its users
 2017-05-12  0:49 UTC  (3+ messages)

[ANNOUNCE] xfsprogs: for-next updated to b455713
 2017-05-11 19:40 UTC 

[PATCH] xfsprogs: new libxfs-apply option for Signed-off-by: tag
 2017-05-11 19:35 UTC 

[PATCH 0/8 v7] No wait AIO
 2017-05-11 18:16 UTC  (6+ messages)
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 7/8] nowait aio: xfs

[PATCH] xfs: remove XFS_HSIZE
 2017-05-11 16:54 UTC  (4+ messages)

[PATCH v2] xfs: avoid harmless gcc-7 warnings
 2017-05-11 15:17 UTC  (3+ messages)

[PATCH v2] xfs: BMAPX shouldn't barf on inline-format directories
 2017-05-11 12:12 UTC  (2+ messages)

cleanup UUID types
 2017-05-11 12:07 UTC  (13+ messages)
` [PATCH 03/16] uuid: rename uuid types
` [PATCH 05/16] uuid: add the v1 layout to uuid_t
` [PATCH 16/16] fs: switch ->s_uuid "

[PATCH v1 1/3] (to be split and folded into): uuid: rename uuid types
 2017-05-11  7:56 UTC  (2+ messages)


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