public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-08 00:58:51 to 2013-10-14 22:18:26 UTC [more...]

[PATCH 00/19 V2] xfs: patches for 3.13
 2013-10-14 22:18 UTC  (12+ messages)
` [PATCH 01/19] xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering
` [PATCH 02/19] xfs: open code inc_inode_iversion when logging an inode
` [PATCH 03/19] xfs: prevent deadlock trying to cover an active log
` [PATCH 04/19] xfs: create a shared header file for format-related information
` [PATCH 07/19] xfs: remove unused transaction callback variables
` [PATCH 08/19] xfs: decouple log and transaction headers
` [PATCH 09/19] xfs: decouple inode and bmap btree header files
` [PATCH 12/19] xfs: vectorise remaining shortform dir2 ops
` [PATCH 13/19] xfs: vectorise directory data operations
` [PATCH 18/19] xfs: vectorise directory leaf operations
` [PATCH 19/19] xfs: convert directory vector functions to constants

[PATCH] xfsprogs: fix resouce leak in longform_dir2_rebuild()
 2013-10-14 21:46 UTC  (2+ messages)

projid32bit=1 default in xfsprogs-3.2.0
 2013-10-14 21:24 UTC  (4+ messages)

[PATCH] xfsprogs: remove incorrect l_sectBBsize assignment in xfs_repair
 2013-10-14 21:07 UTC  (3+ messages)

[PATCH] xfsprogs: handle symlinks etc in fs_table_initialise_mounts()
 2013-10-14 20:46 UTC  (2+ messages)

[PATCH 01/32] xfsprogs: fix automatic dependency generation
 2013-10-14 20:44 UTC  (24+ messages)
` [PATCH 02/32] libxfs: fix missing filetype updates to xfs_dir2.c
` [PATCH 03/32] xfs: fix some minor sparse warnings
` [PATCH 04/32] xfs: check magic numbers in dir3 leaf verifier first
` [PATCH 05/32] xfs: ensure we copy buffer type in da btree root splits
` [PATCH 06/32] xfs: don't assert fail on bad inode numbers
` [PATCH 07/32] xfs: dirent dtype presence is dependent on directory magic numbers
` [PATCH 08/32] xfs: create a shared header file for format-related information
` [PATCH 09/32] xfs: unify directory/attribute format definitions

[PATCH] xfs: prevent deadlock trying to cover an active log
 2013-10-14 20:36 UTC  (8+ messages)

[PATCH 0/5] refactor the preallocation and hole punching code
 2013-10-14 20:28 UTC  (16+ messages)
` [PATCH 1/5] xfs: always take the iolock around xfs_setattr_size
  ` [PATCH 1/5 v3] "
` [PATCH 2/5] xfs: remove the unused XFS_ATTR_NONBLOCK flag
` [PATCH 3/5] xfs: always hold the iolock when calling xfs_change_file_space
` [PATCH 4/5] xfs: simplify the fallocate path
` [PATCH 5/5] xfs: fold xfs_change_file_space into xfs_ioc_space

[PATCH] libxfs: stop caching inode structures
 2013-10-14 20:16 UTC  (2+ messages)

[PATCH] Incorrect check for gdbm/ndbm.h
 2013-10-14 20:09 UTC  (5+ messages)
` [PATCH RESEND] xfstests: "
    ` [PATCH RESEND V2] "

xfs_repair deletes files after power cut
 2013-10-14 20:08 UTC  (7+ messages)

[PATCH] xfstests: fix fsstress usage() output
 2013-10-14 14:37 UTC  (2+ messages)

[PATCH] xfstests: btrfs/011 improvement for compressed filesystems
 2013-10-14 14:12 UTC  (2+ messages)

[PATCH 0/3] xfstests: improvements for generic/204
 2013-10-14 13:10 UTC  (4+ messages)
` [PATCH 3/3] xfstests: Make 204 work with different block and inode sizes

[PATCH] xfstests btrfs/309: test btrfs-convert
 2013-10-14 13:05 UTC  (2+ messages)

[PATCH 0/4] xfs: old lost patches
 2013-10-14  4:45 UTC  (16+ messages)
` [PATCH 1/4] xfs: remove newlines from 3 xfs_alert_tag error strings
  ` [PATCH 1/4 V2] xfs: remove newlines from strings passed to __xfs_printk
` [PATCH 2/4] xfs: reject completely bogus remount options
` [PATCH 3/4] xfs: don't emit corruption noise on fs probes
` [PATCH 4/4] xfs: don't break from growfs ag update loop on error

[PATCH RESEND 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-10-14  3:30 UTC  (5+ messages)

Corruption errors with growfs
 2013-10-13  2:54 UTC  (3+ messages)

[zram] WARNING: CPU: 0 PID: 361 at lib/debugobjects.c:260 debug_print_object()
 2013-10-11  4:56 UTC  (2+ messages)

[PATCH 0/2 V3] xfstests XFS: verify extended attributes after multi-stream xfsdump/xfsrestore are not lost
 2013-10-11  4:19 UTC  (3+ messages)
` [PATCH 1/2] xfstests XFS: verify extended attributes after multi-stream xfsdump/xfsrestore
` [PATCH 2/2] xfstests: xfsdump/restore test for partial_reg: Out of records. Extend attrs applied early

Bug#725971: xfsprogs: config.guess/config.sub out of date for arm64
 2013-10-10 23:56 UTC  (4+ messages)
` Fwd: "

[PATCH] xfs: fix node forward in xfs_node_toosmall
 2013-10-10 23:02 UTC  (2+ messages)

xfs_repair segfault
 2013-10-10 21:13 UTC  (11+ messages)

[PATCH 00/12] xfsprogs: introduce the free inode btree
 2013-10-10 15:51 UTC  (13+ messages)
` [PATCH 01/12] xfsprogs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
` [PATCH 02/12] xfsprogs: reserve v5 superblock read-only compat. feature bit for finobt
` [PATCH 03/12] xfsprogs: support the XFS_BTNUM_FINOBT free inode btree type
` [PATCH 04/12] xfsprogs: update inode allocation/free transaction reservations for finobt
` [PATCH 05/12] xfsprogs: insert newly allocated inode chunks into the finobt
` [PATCH 06/12] xfsprogs: use and update the finobt on inode allocation
` [PATCH 07/12] xfsprogs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
` [PATCH 08/12] xfsprogs: update the finobt on inode free
` [PATCH 09/12] xfsprogs: enable the finobt feature on v5 superblocks
` [PATCH 10/12] xfsprogs/mkfs: finobt mkfs support
` [PATCH 11/12] xfsprogs/db: finobt support
` [PATCH 12/12] xfsprogs/repair: account for finobt in ag 0 geometry pre-calculation

[PATCH 0/2] xfsdump: 2 more fixes
 2013-10-10 14:21 UTC  (5+ messages)
` [PATCH 1/2] xfsdump: avoid segfault in partial_reg() in error case
` [PATCH 2/2] xfsdump: fix DEBUGPARTIALS build

[PATCH RESEND 6/7] xfstest: Add test case to test multiple collapse range call
 2013-10-10 10:20 UTC  (3+ messages)

[PATCH RESEND 5/7] xfstest: Add test case to check various corner cases for collapsing range
 2013-10-10 10:01 UTC  (3+ messages)

[XFS on bad superblock] BUG: unable to handle kernel NULL pointer dereference at 00000003
 2013-10-10  9:58 UTC  (13+ messages)

[PATCH RESEND 1/7] fs: add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-10-10  6:56 UTC  (3+ messages)

[PATCH] xfstests btrfs/012: test balance while creating and deleting subvolumes
 2013-10-10  5:13 UTC  (2+ messages)

[PATCH 1/2] xfs_fsr: extra debugging info
 2013-10-10  3:24 UTC  (5+ messages)
` [PATCH 2/2] xfs_fsr: create extent-based attr to grow forkoff

[PATCH] xfsteststs: get fsstress DIO working on non-xfs filesystems
 2013-10-10  3:20 UTC  (3+ messages)
` [PATCH V2] xfstests: "

[PATCH] xfstests ext4/306: regression test for ext4 resize with non-extent files
 2013-10-10  3:19 UTC  (2+ messages)

[PATCH, RFC] xfstests: fail test if it causes a kernel taint
 2013-10-10  3:16 UTC  (3+ messages)
` [PATCH, V2] "

[PATCH RESEND 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-10-09 23:07 UTC  (2+ messages)

[PATCH] xfstests: handle xfs_quota output w/ long devicenames
 2013-10-09 22:12 UTC  (2+ messages)

[PATCH] xfstests: add filter to 200 accommodate changed mount output
 2013-10-09 21:42 UTC  (2+ messages)

[PATCH] xfstests: mkfs scratch device in generic/294
 2013-10-09 21:41 UTC  (2+ messages)

[PATCH] xfstests: fix xfs/205 for new log size defaults
 2013-10-09 20:28 UTC  (2+ messages)

[PATCH] xfstests: btrfs/016: a regression test for subvolume rename
 2013-10-09 19:04 UTC 

[PATCH 00/10] xfs: introduce the free inode btree
 2013-10-09 18:06 UTC  (11+ messages)
` [PATCH 01/10] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
` [PATCH 02/10] xfs: reserve v5 superblock read-only compat. feature bit for finobt
` [PATCH 03/10] xfs: support the XFS_BTNUM_FINOBT free inode btree type
` [PATCH 04/10] xfs: update inode allocation/free transaction reservations for finobt
` [PATCH 05/10] xfs: insert newly allocated inode chunks into the finobt
` [PATCH 06/10] xfs: use and update the finobt on inode allocation
` [PATCH 07/10] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
` [PATCH 08/10] xfs: update the finobt on inode free
` [PATCH 09/10] xfs: add finobt support to growfs
` [PATCH 10/10] xfs: enable the finobt feature on v5 superblocks

[PATCH V2] xfstest: an regression test for btrfs balance
 2013-10-09  2:16 UTC 

[PATCH] xfstest: an regression test for btrfs balance
 2013-10-09  2:13 UTC  (3+ messages)

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-12-g74564fb
 2013-10-09  0:26 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-12-g74564fb
 2013-10-09  0:25 UTC 

[PATCH v3 0/4] xfs: rework xfs_inactive()
 2013-10-09  0:25 UTC  (2+ messages)

xfs lockdep trace after unlink
 2013-10-08 23:01 UTC  (7+ messages)

[PATCH] xfsrestore: fix multi stream support
 2013-10-08 19:57 UTC  (11+ messages)
` [PATCH] xfstests XFS: verify extended attributes after multi-stream xfsdump/xfsrestore
` [PATCH V2] xfstests XFS: verify extended attributes after multi-stream xfsdump/xfsrestore are not lost

[PATCH] xfsprogs: restrict platform_test_xfs_fd to regular files
 2013-10-08 17:23 UTC  (2+ messages)

[PATCH] xfsprogs: fix inadvertent mkfs default change for projid32bit
 2013-10-08  0:59 UTC  (4+ messages)


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