public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-10 12:38:56 to 2015-08-18 08:34:14 UTC [more...]

[PATCH 00/11] xfsprogs: Partial OS X support
 2015-08-18  8:33 UTC  (29+ messages)
` [PATCH 01/11] xfsprogs: undefined variable fix
` [PATCH 02/11] xfsprogs: Add ifdef dirent checks where it was missing
` [PATCH 03/11] xfsprogs: Change OS X-specific CFLAGS/LDFLAGS
` [PATCH 04/11] xfsprogs: Add includes required for OS X builds
` [PATCH 05/11] xfsprogs: missing and dummy calls for OS X support
` [PATCH 06/11] xfsprogs: Add mntent.h check into autoconf
` [PATCH 07/11] xfsprogs: Add fls "
` [PATCH 08/11] xfsprogs: replace obsolete memalign with posix_memalign
` [PATCH 09/11] xfsprogs: prevent LIST_ macros conflicts
` [PATCH 10/11] xfsprogs: Update doc for OS X
` [PATCH 11/11] xfsprogs: Add a way to compile without blkid

[PATCH] mkfs.xfs: fix ftype-vs-crc option combination testing
 2015-08-18  6:53 UTC  (7+ messages)

generic/04[89] fail on XFS due to change in writeback code
 2015-08-18  5:33 UTC  (16+ messages)
` generic/04[89] fail on XFS due to change in writeback code [4.2-rc1 regression]
  ` [PATCH block/for-linus] writeback: fix syncing of I_DIRTY_TIME inodes

XFS File system in trouble
 2015-08-18  2:14 UTC  (23+ messages)

[PATCH] v3 inodes are only valid on crc-enabled filesystems
 2015-08-18  0:30 UTC  (2+ messages)

[PATCH] xfs: Fix xfs_attr_leafblock definition
 2015-08-17 23:57 UTC  (4+ messages)

[PATCH 00/10] xfsprogs August 2015 patchbomb
 2015-08-17 23:48 UTC  (21+ messages)
` [PATCH 01/10] libxfs: readahead of dir3 data blocks should use the read verifier
` [PATCH 02/10] xfs_db: don't crash on a corrupt inode
` [PATCH 03/10] xfs_repair: ignore "repaired" flag after we decide to clear xattr block
` [PATCH 04/10] xfs_repair: fix broken EFSBADCRC/EFSCORRUPTED usage with buffer errors
` [PATCH 05/10] xfs_repair: force not-so-bad bmbt blocks back through the verifier
` [PATCH 06/10] xfs_repair: mark unreachable prefetched metadata blocks stale
` [PATCH 07/10] xfs_io: support reflinking and deduping file ranges
` [PATCH 08/10] xfs_db: enable blocktrash for checksummed filesystems
` [PATCH 09/10] xfs_db: trash the block at the top of the cursor stack
` [PATCH 10/10] xfs_db: enable blockget for v5 filesystems

[PATCH v3 00/13] xfs: miscellaneous logging, recovery, umount fixes
 2015-08-17 22:25 UTC  (23+ 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 v4 "
` [PATCH v3 13/13] xfs: add missing bmap cancel calls in error paths
` [PATCH 14/13] xfs: swap leaf buffer into path struct atomically during path shift
  ` [PATCH v2 "

[PATCH] xfs: flush entire file on dio read/write to cached file
 2015-08-17 19:22 UTC  (2+ messages)

xfsprogs 3.2.4-1 MIGRATED to testing
 2015-08-17 16:39 UTC 

[PATCH v3 09/11] xfsprogs: Add mntent.h check into autoconf
 2015-08-17 15:15 UTC  (4+ messages)
` [PATCH v4 "

[PATCH v3 00/11] xfsprogs: OS X partial support
 2015-08-17 15:02 UTC  (6+ messages)
` [PATCH v3 08/11] xfsprogs: Add fls check into autoconf
      ` [PATCH v4 03/11] "

[PATCH] v3 inodes are only valid on crc-enabled filesystems
 2015-08-16 11:34 UTC  (4+ messages)

[RFC, PATCH 0/8] xfs: get rid of xfs_cluster_write()
 2015-08-15 22:57 UTC  (16+ 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-15 22:56 UTC  (10+ messages)
` [PATCH 1/2] xfs: clean up inode lockdep annotations
` [PATCH 2/2] xfs: stop holding ILOCK over filldir callbacks

[PATCH 0/7] xfstests: fuzz ext4 and xfs
 2015-08-15  1:52 UTC  (8+ messages)
` [PATCH 1/7] common: add routines to fuzz filesystems
` [PATCH 2/7] randomly fuzz XFS and ext4 filesystems
` [PATCH 3/7] ext4: test block group metadata corruption checking and repair
` [PATCH 4/7] ext4: test file/dir/symlink "
` [PATCH 5/7] xfs: test allocation group "
` [PATCH 6/7] xfs: test directory "
` [PATCH 7/7] xfs: test file/symlink "

Lowest Price High lifter pump, Casting iron pump,Fire pump
 2015-08-14 22:42 UTC 

[PATCH 13/11] xfsprogs: Add a way to compile without blkid
 2015-08-14  6:48 UTC  (3+ messages)
  ` [PATCH 13/11 v2] "

Looking to confirm issue and seek advice on fix for inode btree fragmentation
 2015-08-14  0:03 UTC  (2+ messages)

[PATCH][RFC] xfs_copy: don't use DIRECT IO to copy 4k sector device
 2015-08-13 23:51 UTC  (5+ messages)

Failing XFS filesystem underlying Ceph OSDs
 2015-08-13 14:25 UTC  (10+ messages)

[PATCH 12/11] xfsprogs: Update doc for OS X
 2015-08-13 14:10 UTC 

[PATCH v3 10/11] xfsprogs: replace obsolete memalign with posix_memalign
 2015-08-13 14:08 UTC  (2+ messages)
` [PATCH "

[PATCH v3 06/11] xfsprogs: Add includes required for OS X builds
 2015-08-13 14:07 UTC  (2+ messages)
` [PATCH "

IPT Training Center Istanbul
 2015-08-13 12:29 UTC 

[PATCH] xfsprogs: Fix attr leaf block definition
 2015-08-13  9:11 UTC 

[PATCH] xfsprogs: Fix attr leaf block definition
 2015-08-13  8:46 UTC  (4+ messages)

[PATCH] repair: fix wrong logic when validating node magic number
 2015-08-13  7:15 UTC  (2+ messages)

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

[PATCH 00/11] xfs: miscellaneous logging, recovery, umount fixes
 2015-08-12 12:47 UTC  (13+ messages)
` [PATCH 01/11] xfs: disentagle EFI release from the extent count
` [PATCH 04/11] xfs: ensure EFD trans aborts on log recovery extent free failure
` [PATCH 06/11] xfs: don't leave EFIs on AIL on mount failure

[PATCH] libxfs: readahead of dir3 data blocks should use the read verifier
 2015-08-12  7:28 UTC  (2+ messages)

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

[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  (8+ messages)
` [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

Indongo Toyota
 2015-08-11  8:15 UTC 

[PATCH] fs: create and use seq_show_option for escaping
 2015-08-10 21:12 UTC  (3+ 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 


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