public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-07-20 23:04:23 to 2012-08-03 02:37:19 UTC [more...]

[RFC] [PATCH 0/18] xfstests: move tests out of top level
 2012-08-21 22:09 UTC  (23+ messages)
` [PATCH 01/18] xfstests: remove remake script
` [PATCH 02/18] xfstests: remove bench infrastructure
` [PATCH 03/18] xfstests: kill useless test owner fields
` [PATCH 04/18] xfstests: remove stale machine configs
` [PATCH 05/18] xfstests: fold common into check
` [PATCH 06/18] xfstests: clean up and simply check CLI option parsing
` [PATCH 07/18] xfstests: kill hangcheck stuff from check
` [PATCH 08/18] xfstests: remove test expunge file support
` [PATCH 09/18] xfstests: remove undocumented TESTS_REMAINING_LOG
` [PATCH 10/18] xfstests: include test subdirectory support
` [PATCH 11/18] xfstests: move generic tests out of top level dir
` [PATCH 12/18] xfstests: move xfs specific tests out of top directory
` [PATCH 13/18] xfstests: move remaining tests out of top level directory
` [PATCH 14/18] xfstests: rework CLI individual test specification
` [PATCH 15/18] xfstests: make exclude groups aware of multiple subdirectories
` [PATCH 16/18] xfstests: Introduce a results directory
` [PATCH 17/18] xfstests: convert tests to use new "
` [PATCH 18/18] xfstests: fix _link_out_file callers

xfs_db: bug in bmap command?
 2012-08-03  2:37 UTC  (6+ messages)

XFS regression: Oops in xfs_buf_do_callbacks on xfstest 137
 2012-08-02 17:44 UTC 

XFS Recovery Behaviour
 2012-08-02 17:42 UTC  (3+ messages)

[PATCH] German translation for xfsdump
 2012-08-02 13:14 UTC  (2+ messages)

realtime section bugs still around
 2012-08-02 10:39 UTC  (10+ messages)

[PATCH v3 0/2] block: improvements for discard alignment
 2012-08-01 15:49 UTC  (3+ messages)

[PATCH] xfs: minor inode64 mount option cleanup
 2012-08-01 14:56 UTC 

[PATCH] xfs: kill struct declarations in xfs_mount.h
 2012-08-01 14:56 UTC 

[PATCH v2] xfs: check for possible overflow in xfs_ioc_trim
 2012-08-01 13:45 UTC 

[PATCH] xfstests: Use upstream version of fstrim instead of the local one
 2012-08-01  9:57 UTC 

xfs_growfs / planned resize / performance impact
 2012-07-31 17:27 UTC  (2+ messages)

xfstests git trees are drifting a little
 2012-07-31 17:05 UTC  (2+ messages)

[PATCH] xfstests: Change fstrim behaviour to be consistent with upstream version
 2012-07-31 12:15 UTC  (6+ messages)

[PATCH] xfstests: Don't require to set $TEST_DEV and $TEST_DIR when creating new script
 2012-07-31 10:41 UTC  (3+ messages)

[PATCH 1/1] xfs: check for possible overflow in xfs_ioc_trim
 2012-07-31 10:32 UTC  (3+ messages)

Validate your email address now
 2012-07-31 10:00 UTC 

[PATCH v5 4/4]xfs: xfs_seek_hole() refinements with lookup hole offset from page cache
 2012-07-31  8:08 UTC  (5+ messages)

[PATCH v5 3/4]xfs: xfs_seek_data() refinements with lookup data buffer offset from page cache
 2012-07-31  8:03 UTC  (6+ messages)

[PATCH v5 2/4]xfs: Introduce a new function to find the desired type of offset from page cache
 2012-07-31  7:26 UTC  (7+ messages)

[PATCH] xfs: fix uninitialised variable in xfs_rtbuf_get()
 2012-07-31  4:55 UTC 

[PATCH 0/8] Set bi_rw when alloc bio before call bio_add_page
 2012-07-31  1:14 UTC  (6+ messages)
  `  "

followup on benchmarks of an xfs embedded system (without rt section)
 2012-07-31  1:06 UTC  (3+ messages)

xfs_repair no modify output
 2012-07-30 22:07 UTC  (2+ messages)

[GIT PULL] XFS update for 3.6-rc1
 2012-07-30 18:50 UTC 

[PATCH 0/7] inode allocator refactoring V2
 2012-07-30 17:21 UTC  (14+ messages)
` [PATCH 2/7] xfs: split xfs_dialloc
` [PATCH 3/7] xfs: remove the alloc_done argument to xfs_dialloc
` [PATCH 4/7] xfs: add a short cut to xfs_dialloc for the non-NULL agbp case
` [PATCH 5/7] xfs: refactor xfs_ialloc_ag_select
` [PATCH 6/7] xfs: do not read the AGI buffer in xfs_dialloc until nessecary
` [PATCH 7/7] xfs: merge xfs_ialloc_ag_select into xfs_dialloc

[PATCH v2] xfstests: add btrfs snapshot function test
 2012-07-30  9:28 UTC 

[PATCH 7/8]fs/ocfs2: Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:24 UTC 

[PATCH 8/8]fs/xfs: Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:24 UTC 

[PATCH 6/8]fs/jfs: Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:24 UTC 

[PATCH 5/8]fs/ext4: Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:24 UTC 

[PATCH 3/8]fs/btrfs: Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:24 UTC 

[PATCH 4/8] fs/direct-io.c:Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:24 UTC 

[PATCH 2/8] drivers/block/xen-blkback:Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:23 UTC 

[PATCH 1/8] block/blk-lib.c: Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:23 UTC 

[PATCH 1/8] Evalue bio->bi_rw after calling bio_alloc() and before calling bio_add_page()
 2012-07-30  7:15 UTC 

[PATCH V4] xfs: cleanup the mount options
 2012-07-29 22:09 UTC  (11+ messages)
` [PATCH V5] "
        ` [PATCH V7] "
    ` [PATCH V6] "

[PATCH 0/3] xfs_io: new functions
 2012-07-28 23:57 UTC  (7+ messages)
` [PATCH 1/3] xfs_io: add sync_file_range support
` [PATCH 2/3] xfs_io: implement preadv for vectored reads
` [PATCH 3/3] xfs_io: implement pwritev for vectored writes

[PATCH v5 1/4] xfs: Remove type argument from xfs_seek_data() and xfs_seek_hole()
 2012-07-27 18:53 UTC  (3+ messages)

[PATCH 04/15] xfs: implement invalidatepage_range aop
 2012-07-27  8:01 UTC 

let's work together
 2012-07-27  7:31 UTC 

[PATCH 0/4] xfstests: random fixes and improvements
 2012-07-26 22:55 UTC  (6+ messages)
` [PATCH 1/4] xfstests: test 110 sometimes fails to unmount scratch dev
` [PATCH 2/4] xfstests: loop devices vs umount stupidity
` [PATCH 3/4] xfstests: _check_quota_usage needs to unmount to get XFS quotacheck
` [PATCH 4/4] xfstests: speed up 227 by using preallocation

Using Facebook?
 2012-07-26 20:22 UTC 

[PATCH v5 0/4] xfs: seek_data/seek_hole refinements
 2012-07-26 15:31 UTC  (2+ messages)

[PATCH 0/5] do not take the iolock in inode reclaim context
 2012-07-26 15:31 UTC  (12+ messages)
` [PATCH 1/5] xfs: clean up xfs_inactive
` [PATCH 2/5] xfs: remove xfs_inactive_attrs
` [PATCH 3/5] xfs: do not take the iolock in xfs_inactive
` [PATCH 4/5] xfs: avoid the iolock in xfs_free_eofblocks for evicted inodes
` [PATCH 5/5] xfs: remove iolock lock classes

[PATCH 0/10] xfstests: rework large filesystem testing
 2012-07-26 17:21 UTC  (12+ messages)
` [PATCH 01/10] xfstests: add --largefs check option
` [PATCH 02/10] xfstests: rename USE_BIG_LOOPFS to be more generic
` [PATCH 03/10] xfstests: rename RETAIN_AG_BYTES
` [PATCH 04/10] xfstests: use preallocation for ag-wiper
` [PATCH 05/10] xfstests: use command line option for setting extra space
` [PATCH 06/10] xfstest: enable xfs_repair for large filesystem testing
` [PATCH 07/10] xfstests: always us test option when checking large scratch device
` [PATCH 08/10] xfstests: enable large fs testing on ext4
` [PATCH 09/10] xfstests: disable tests that typically fail on large filesystems
` [PATCH 10/10] xfstests: exclude largefs fill files from dump tests

A little RAID experiment
 2012-07-26  8:32 UTC  (19+ messages)

Returned mail: see transcript for details
 2012-07-25  6:09 UTC 

Assert in xfs_repair (Phase 7) and other xfs_restore problems
 2012-07-24 21:41 UTC  (6+ messages)

wiki spam
 2012-07-24 21:02 UTC  (4+ messages)

[PATCH] Xfstests: add btrfs snapshot function test
 2012-07-24 19:34 UTC  (2+ messages)

[PATCH v2] xfs: wait for the write the superblock on unmount
 2012-07-24 15:59 UTC 

[PATCH v3] xfs: re-enable xfsaild idle mode and fix associated races
 2012-07-24 14:54 UTC  (7+ messages)

[RFC] xfs: wait for the write of the superblock on unmount
 2012-07-24 14:03 UTC  (3+ messages)

XFS status update for June 2012
 2012-07-24 13:40 UTC 

用人单/位不出具《离 职证明》的,有什幺法/律责 任
 2012-07-24 11:35 UTC 

Makeup mirror suppliers shared photos with you
 2012-07-24  5:34 UTC 

[MMTests] Threaded IO Performance on xfs
 2012-07-23 21:25 UTC 

Delay in folder access
 2012-07-23 17:48 UTC  (5+ messages)

办理职工特 殊工种提前退休时应注意哪些问 题
 2012-07-22 16:44 UTC 

[PATCH v4] xfs: probe data buffer from page cache for unwritten extents
 2012-07-22  6:28 UTC  (6+ messages)

[PATCH 0/4] xfsprogs: Allow pquota and gquota to be used together
 2012-07-20 23:04 UTC  (4+ messages)
` [PATCH 2/4] xfsprogs: Add new field pquotaino to on disk superblock
` [PATCH 3/4] xfsprogs: Add qs_pquota to the fs_quota
` [PATCH 4/4] xfsprogs: Add support to mkfs to add pquotino by adding a new option

[RFC v6 PATCH 0/5] xfs: Allow pquota and gquota to be used together
 2012-07-20 23:02 UTC  (2+ messages)
` [RFC v6 PATCH 4/5] xfs: Add proper versioning support to fs_quota_stat


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