public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-17 15:43:13 to 2013-10-23 16:46:00 UTC [more...]

[PATCH] xfstests btrfs/020: test device replace on RO btrfs
 2013-10-23 16:44 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/4] xfsprogs: v4 inode type in directory
 2013-10-23 13:39 UTC  (16+ messages)
` [PATCH v3 1/4] xfsprog: add xfs sb v4 support for dirent filetype field
` [PATCH v3 2/4] xfsprog: add dirent filetype information for xfs_info
` [PATCH v3 3/4] xfs_progs: add dirent filetype to xfs_db version
` [PATCH v3 4/4] xfsprog: add mkfs.xfs sb v4 support for dirent filetype field
` [patch 5/4] xfsprogs: add field types to v4 xfs_db directory entries

Avoid of using /proc/cpuinfo in generic tests
 2013-10-23 13:09 UTC  (5+ messages)
` [PATCH 1/2] xfstests: implemented _no_of_online_cpus() function
` [PATCH 2/2] xfstests: generic/273: do not use /proc/cpuinfo

[PATCH] xfs: fix possible NULL dereference
 2013-10-23 10:58 UTC  (16+ messages)

[PATCH 00/19 V2] xfs: patches for 3.13
 2013-10-22 23:51 UTC  (23+ messages)
` [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 04/19, V2] "
` [PATCH 05/19] xfs: unify directory/attribute format definitions
` [PATCH 07/19] xfs: remove unused transaction callback variables
` [PATCH 08/19] xfs: decouple log and transaction headers
    ` [PATCH 08/19, V2] "
` [PATCH 09/19] xfs: decouple inode and bmap btree header files
    ` [PATCH 09/19, V2] "
    ` [PATCH 09/19, V3] "
` [PATCH 15/19] xfs: vectorise directory leaf operations
  ` [PATCH 15/19, V2] "

[PATCH 02/32] libxfs: fix missing filetype updates to xfs_dir2.c
 2013-10-22 22:25 UTC  (15+ messages)
` [PATCH 05/32] xfs: ensure we copy buffer type in da btree root splits
` [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] xfstests: add regression test for kernel bz 60673 V2
 2013-10-22 21:30 UTC  (3+ messages)

[PATCH] xfstests: stat the dev we're removing to make sure its' really gone V3
 2013-10-22 21:26 UTC  (3+ messages)

[PATCH] xfstests: use -F for mkfs.ext4 in btrfs/012
 2013-10-22 21:19 UTC  (3+ messages)

[PATCH] xfstests: wipefs new device in btrfs/003
 2013-10-22 21:17 UTC  (3+ messages)

[PATCH] xfstests: use minimum log size in xfs/016
 2013-10-22 21:13 UTC  (3+ messages)

[PATCH 1/8] xfstests: fix btrfs/002 to not use the scratch dev pool
 2013-10-22 21:09 UTC  (23+ messages)
` [PATCH 2/8] xfstests: add regression test for kernel bz 60673
` [PATCH 3/8] xfstests: stat the dev we're removing to make sure its' really gone V2
` [PATCH 4/8] xfstests: btrfs/016: a hole punching send test
` [PATCH 5/8] xfstests: generic/274 increase scratch fs size to 2g
` [PATCH 6/8] xfstests: generic/311: add a few more test cases
` [PATCH 7/8] xfstests: btrfs/017: add a regression test for snapshot creation
` [PATCH 8/8] xfstests: btrfs/018: a regression test for subvolume rename

[PATCH] xfstests: Test xfs_fsr / swapext management of di_forkoff w/ selinux
 2013-10-22 21:03 UTC  (7+ messages)
` [PATCH V2] "

[PATCH] xfs:xfs_dir2_node.c: pointer use before check for null
 2013-10-22 20:33 UTC  (2+ messages)

[PATCH RESEND 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-10-22 15:21 UTC  (5+ messages)

128 bits extent bmap for file format 2
 2013-10-22 15:03 UTC  (6+ messages)

xfs Warnings in syslog
 2013-10-22 13:01 UTC  (3+ messages)

[PATCH] xfstests: tests/generic: added -P option to df
 2013-10-22 12:13 UTC 

[PATCH] xfstests generic/320: heavy rm workload test
 2013-10-22  8:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] refactor the preallocation and hole punching code
 2013-10-21 21:58 UTC  (7+ messages)
` [PATCH 2/5] xfs: remove the unused XFS_ATTR_NONBLOCK flag

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-21-g865e944
 2013-10-21 21:58 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-21-g865e944
 2013-10-21 21:57 UTC 

[PATCH 0/2 V3] xfstests XFS: verify extended attributes after multi-stream xfsdump/xfsrestore are not lost
 2013-10-21 20:07 UTC  (12+ 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
` [PATCH V4 0/2] xfstests XFS: verify extended attributes after multi-stream xfsdump/xfsrestore are not lost
  ` [PATCH V4 1/2] xfstests XFS: verify extended attributes after multi-stream xfsdump/xfsrestore
  ` [PATCH V4 2/2] xfstests: xfsdump/restore test for partial_reg: Out of records. Extend attrs applied early

[PATCH -next] xfs: remove duplicated include from xfs_bmap.c
 2013-10-21  4:03 UTC  (2+ messages)

A review of dm-writeboost
 2013-10-21  1:31 UTC  (7+ messages)

[PATCH 0/4] xfs: candidate fixes for 3.12-rc4
 2013-10-18 22:41 UTC  (5+ messages)
` [PATCH 2/4] xfs: dirent dtype presence is dependent on directory magic numbers

[PATCH] xfstests: btrfs/014: add a regression test for snapshot creation
 2013-10-18 22:30 UTC  (2+ messages)

[PATCH 0/1] xfs_fsr fixes
 2013-10-18 22:30 UTC  (3+ messages)
` [PATCH 1/2] xfs_fsr: extra debugging info
` [PATCH 2/2] xfs_fsr: fix SWAPEXT failures under selinux

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

[PATCH] xfstests: make fs for 274 larger
 2013-10-18 20:10 UTC  (2+ messages)

[PATCH] xfsprogs: fix resouce leak in longform_dir2_rebuild()
 2013-10-18 19:33 UTC  (4+ messages)
  ` [PATCH v2] xfsprogs: fix resource "

[PATCH] xfs_repair: add d_type when moving files to lost+found
 2013-10-18 18:29 UTC  (4+ messages)

[PATCH] xfsprogs: Note projid32bit default change in mkfs.xfs manpage
 2013-10-18 18:23 UTC  (3+ messages)

Input on Potential XFs-based Design
 2013-10-18 18:14 UTC  (2+ messages)

[PATCH] xfs_repair: test for bad level in dir2 node
 2013-10-18 17:51 UTC  (3+ messages)
` [PATCH V3] "

[PATCH] xfsprogs: initialize filetype for lost+found creation
 2013-10-18 17:45 UTC  (2+ messages)

[PATCH] xfs_repair: avoid segfault if reporting progress early in repair
 2013-10-18 17:42 UTC  (4+ messages)

Bug#725971: xfsprogs: config.guess/config.sub out of date for arm64
 2013-10-18 17:39 UTC  (5+ messages)
` Fwd: "

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

[PATCH] xfsprogs: remove incorrect l_sectBBsize assignment in xfs_repair
 2013-10-18 17:26 UTC  (2+ messages)

[PATCH] xfsprogs: fix crc32 build on big endian
 2013-10-18 17:19 UTC  (2+ messages)

[PATCH] xfsprogs: handle symlinks etc in fs_table_initialise_mounts()
 2013-10-18 17:18 UTC  (2+ messages)

[PATCH 00/10] xfs: introduce the free inode btree
 2013-10-18 17:03 UTC  (2+ messages)

[PATCH 0/2] xfs: more shutdown-related fixes
 2013-10-18 16:51 UTC  (3+ messages)
` [PATCH 2/2] xfs: don't assert fail on bad inode numbers

[PATCH] xfs: check magic numbers in dir3 leaf verifier first
 2013-10-18 16:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] xfsprogs: fix potential memory leak in verify_set_primary_sb()
 2013-10-18 16:42 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3 1/2] "
        ` [PATCH 2/2] xfsprogs: fix return value of verify_set_primary_sb()

[PATCH] xfsprogs: fix potential memory leak in repare/sb.c
 2013-10-18 16:35 UTC  (2+ messages)

[PATCH] xfsprogs: initialize filetype for xfs_name_dot
 2013-10-18 16:33 UTC  (2+ messages)

[PATCH V3] mkfs: add noalign option to usage()
 2013-10-18 16:31 UTC  (2+ messages)

[PATCH] xfsprogs: avoid array overflow in pf_batch_read()
 2013-10-18 16:29 UTC  (2+ messages)

[PATCH] xfsprogs: fix Out-of-bounds access in repair/dinode.c
 2013-10-18 16:28 UTC  (2+ messages)

[PATCH 0/6] xfstests: various fixes
 2013-10-18  3:39 UTC  (8+ messages)
` [PATCH 5/6] xfstests: New _require_* tests for CRC enabled filesystems
` [PATCH 6/6] xfstests: add a multithreaded mode to bstat

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-16-g59e5a0e
 2013-10-17 22:23 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-16-g59e5a0e
 2013-10-17 22:23 UTC 

[PATCH, RFC] xfs: don't verify checksum on non-V5 superblocks
 2013-10-17 20:17 UTC  (5+ messages)
    ` [PATCH, RFC] xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields

[PATCH 0/4] xfs: old lost patches
 2013-10-17 18:51 UTC  (2+ messages)

xfs corrupted
 2013-10-17 18:04 UTC  (7+ messages)

xfs_repair fatal error -- name create failed in lost+found, filesystem may be out of space
 2013-10-17 17:01 UTC  (3+ messages)


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