public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-03 14:40:25 to 2015-08-12 07:17:32 UTC [more...]

[PATCH v3 00/13] xfs: miscellaneous logging, recovery, umount fixes
 2015-08-12  7:17 UTC  (15+ messages)
` [PATCH v3 01/13] xfs: disentagle EFI release from the extent count
` [PATCH v3 02/13] xfs: return committed status from xfs_trans_roll()
` [PATCH v3 03/13] xfs: fix efi/efd error handling to avoid fs shutdown hangs
` [PATCH v3 04/13] xfs: ensure EFD trans aborts on log recovery extent free failure
` [PATCH v3 05/13] xfs: use EFI refcount consistently in log recovery
` [PATCH v3 06/13] xfs: don't leave EFIs on AIL on mount failure
` [PATCH v3 07/13] xfs: icreate log item recovery and cancellation tracepoints
` [PATCH v3 08/13] xfs: fix broken icreate log item cancellation
` [PATCH v3 09/13] xfs: checksum log record ext headers based on record size
` [PATCH v3 10/13] xfs: clean up root inode properly on mount failure
` [PATCH v3 11/13] xfs: fix btree cursor error cleanups
` [PATCH v3 12/13] xfs: add helper to conditionally remove items from the AIL
` [PATCH v3 13/13] xfs: add missing bmap cancel calls in error paths

[PATCH 00/11] xfs: miscellaneous logging, recovery, umount fixes
 2015-08-12  7:15 UTC  (34+ messages)
` [PATCH 01/11] xfs: disentagle EFI release from the extent count
` [PATCH 02/11] xfs: return committed status from xfs_trans_roll()
` [PATCH 03/11] xfs: fix efi/efd error handling to avoid fs shutdown hangs
` [PATCH 04/11] xfs: ensure EFD trans aborts on log recovery extent free failure
` [PATCH 05/11] xfs: use EFI refcount consistently in log recovery
` [PATCH 06/11] xfs: don't leave EFIs on AIL on mount failure
` [PATCH 07/11] xfs: icreate log item recovery and cancellation tracepoints
` [PATCH 08/11] xfs: fix broken icreate log item cancellation
` [PATCH 09/11] xfs: checksum log record ext headers based on record size
` [PATCH 10/11] xfs: clean up root inode properly on mount failure
` [PATCH 11/11] xfs: fix btree cursor error cleanups

PROBLEM: XFS on ARM corruption 'Structure needs cleaning'
 2015-08-12  6:19 UTC  (7+ messages)

[PATCH] libxfs: readahead of dir3 data blocks should use the read verifier
 2015-08-11 23:50 UTC 

[RFC, PATCH 0/8] xfs: get rid of xfs_cluster_write()
 2015-08-11 22:49 UTC  (9+ messages)
` [PATCH 1/8] xfs: Introduce writeback context for writepages
` [PATCH 2/8] xfs: io type needs to be part of the writepage context
` [PATCH 3/8] xfs: remove nonblocking mode from xfs_vm_writepage
` [PATCH 4/8] xfs: add ioend and iohead to xfs_writepage_ctx
` [PATCH 5/8] xfs: writepage context needs to handle discontiguous page ranges
` [PATCH 6/8] xfs: xfs_cluster_write is redundant
` [PATCH 7/8] xfs: factor mapping out of xfs_do_writepage
` [PATCH 8/8] xfs: bufferheads are not needed in ->writepage

[PATCH 0/2] xfs: kill lockdep false positives from readdir
 2015-08-11 22:04 UTC  (3+ messages)
` [PATCH 1/2] xfs: clean up inode lockdep annotations
` [PATCH 2/2] xfs: stop holding ILOCK over filldir callbacks

[PATCH v2] xfsprogs: blkid is now mandatory
 2015-08-11 16:40 UTC  (10+ messages)
` [PATCH v3] "

[RFC, PATCH 00/10] xfs: configurable error behaviours
 2015-08-11 14:20 UTC  (15+ messages)
` [PATCH 01/10] xfs: remove XBF_DONE flag wrapper macros
` [PATCH 02/10] xfs: configurable error behaviour via sysfs
` [PATCH 03/10] xfs: introduce metadata IO error class
` [PATCH 04/10] xfs: add configurable error support to metadata buffers
` [PATCH 05/10] xfs: introduce table-based init for error behaviours
` [PATCH 06/10] xfs: add configuration of error failure speed
` [PATCH 07/10] xfs: add "fail at unmount" error handling configuration
` [PATCH 08/10] xfs: add configuration handles for specific errors
` [PATCH 09/10] xfs: disable specific error configurations
` [PATCH 10/10] xfs: add kmem error configuration class

Indongo Toyota
 2015-08-11  8:15 UTC 

[PATCH] fs: create and use seq_show_option for escaping
 2015-08-10 21:12 UTC  (5+ messages)

[PATCH RFC 2/2] xfs: fix efi/efd error handling to avoid fs shutdown hangs
 2015-08-10 18:55 UTC  (4+ messages)
` [PATCH RFC 1/2] xfs: return committed status from xfs_trans_roll()

Catering Delivery Now Available
 2015-08-10 17:42 UTC 

Urgent Proposal
 2015-08-10 15:51 UTC 

PICTYEAR, freebook gratuit de vos photos de vacances !
 2015-08-10  9:56 UTC 

XFS File system in trouble
 2015-08-10  1:37 UTC  (15+ messages)

PICTYEAR, ne laissez plus les photos où vous êtes dans les smartphones des autres
 2015-08-09 12:55 UTC 

Formation au risque Amiante
 2015-08-09 12:51 UTC 

why crc req on free-inobt & file-type-indir options?
 2015-08-09  0:11 UTC  (11+ messages)

Cross-compiling xfsprogs 3.2.x
 2015-08-07 23:15 UTC  (2+ messages)

[PATCH v2 00/12] xfs: miscellaneous logging, recovery, umount fixes
 2015-08-07 21:15 UTC  (13+ messages)
` [PATCH v2 01/12] xfs: disentagle EFI release from the extent count
` [PATCH v2 02/12] xfs: return committed status from xfs_trans_roll()
` [PATCH v2 03/12] xfs: fix efi/efd error handling to avoid fs shutdown hangs
` [PATCH v2 04/12] xfs: ensure EFD trans aborts on log recovery extent free failure
` [PATCH v2 05/12] xfs: use EFI refcount consistently in log recovery
` [PATCH v2 06/12] xfs: don't leave EFIs on AIL on mount failure
` [PATCH v2 07/12] xfs: icreate log item recovery and cancellation tracepoints
` [PATCH v2 08/12] xfs: fix broken icreate log item cancellation
` [PATCH v2 09/12] xfs: checksum log record ext headers based on record size
` [PATCH v2 10/12] xfs: clean up root inode properly on mount failure
` [PATCH v2 11/12] xfs: fix btree cursor error cleanups
` [PATCH v2 12/12] xfs: add helper to conditionally remove items from the AIL

[PATCH] mkfs.xfs: fix ftype-vs-crc option combination testing
 2015-08-07 16:42 UTC  (3+ messages)

Proposal for your website
 2015-08-07 14:59 UTC 

xfsdump doesn't compile: undefined reference to 'min'
 2015-08-07 12:16 UTC  (3+ messages)

[PATCH] db: fix uninitialised variable warnings
 2015-08-07 11:37 UTC  (2+ messages)

why crc req on free-inobt & file-type-indir options?
 2015-08-07  2:53 UTC 

The Best Way to Get A NFL Jersey
 2015-08-07  1:20 UTC 

xfsprogs_3.2.4-1_i386.changes ACCEPTED into unstable
 2015-08-06  7:33 UTC 

Processing of xfsprogs_3.2.4-1_i386.changes
 2015-08-06  7:19 UTC 

xfsprogs fails to build on debian ppc64el
 2015-08-06  7:10 UTC  (12+ messages)
    ` Bug#793495: "

[PATCH v3 00/11] xfsprogs: OS X partial support
 2015-08-05 22:57 UTC  (29+ messages)
` [PATCH v2 01/11] xfsprogs: Don't Make .po files with gettext disabled
` [PATCH v2 02/11] xfsprogs: Use glibtoolize on osx
` [PATCH v3 03/11] xfsprogs: undefined variable fix
` [PATCH v3 04/11] xfsprogs: Add ifdef dirent checks where it was missing
  ` [PATCH v4 "
    ` [PATCH v5 "
` [PATCH v3 05/11] xfsprogs: Change OS X-specific CFLAGS/LDFLAGS
` [PATCH v3 06/11] xfsprogs: Add includes required for OS X builds
` [PATCH v3 07/11] xfsprogs: missing and dummy calls for OS X support
` [PATCH v3 08/11] xfsprogs: Add fls check into autoconf
` [PATCH v3 09/11] xfsprogs: Add mntent.h "
` [PATCH v3 10/11] xfsprogs: replace obsolete memalign with posix_memalign
` [PATCH v2 11/11] xfsprogs: Prefix LIST_... macros to XFS_LIST_
  ` [PATCH v4 11/11] xfsprogs: prevent LIST_ macros conflicts

[PATCH] xfs: relocate sparse inode mount warning
 2015-08-05 11:56 UTC  (2+ messages)
` [PATCH] libxfs: remove "

[PATCH] xfs_fsr: Fix parentheses around truth value
 2015-08-04 11:17 UTC  (2+ messages)

[PATCH] xfsprogs: fix syntax error in include/buildmacros
 2015-08-04 11:16 UTC  (2+ messages)

14-Limpe seu nome por apenas 100,00
 2015-08-04 10:46 UTC 

[PATCH v2 0/4] xfsprogs: Partial OS X support
 2015-08-04  8:38 UTC  (6+ messages)
` [PATCH v2 1/4] xfsprogs: Prefix LIST_... macros to XFS_LIST_

Aluminum Ingot
 2015-08-04  3:10 UTC 

[ANNOUNCE] xfsprogs: Release v4.2.0-rc1
 2015-08-04  0:23 UTC 

[PATCH 0/2] xfsprogs: sb_meta_uuid fixes
 2015-08-03 22:29 UTC  (5+ messages)
` [PATCH 1/2] repair: use sb_meta_uuid for checking of metadata headers
` [PATCH 2/2] libxfs: fix uuid check durign inode allocation

swalloc/allocsize question
 2015-08-03 22:23 UTC  (2+ messages)

[PATCH 0/4] xfs: sb_meta_uuid fixes
 2015-08-03 21:42 UTC  (12+ messages)
` [PATCH 1/4] xfs: fix sb_meta_uuid usage
` [PATCH 2/4] xfs: growfs not aware of sb_meta_uuid
` [PATCH 3/4] xfs: log recovery needs to validate against sb_meta_uuid
` [PATCH 4/4] xfs: dquots should be stamped with sb_meta_uuid

Question about ftype
 2015-08-03 20:23 UTC  (2+ messages)

XFS crashes on VMs
 2015-08-03 19:11 UTC  (9+ messages)

Nevermind (RTFMP): swalloc/allocsize question
 2015-08-03 18:22 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox