public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-13 10:57:27 to 2012-04-24 06:33:49 UTC [more...]

[PATCH 00/10] xfs: discontiguous buffer support a.k.a. die xfs_dabuf die
 2012-04-24  6:33 UTC 

[PATCH 00/37] xfs: current 3.4 patch queue
 2012-04-24  0:25 UTC  (48+ messages)
` [PATCH 01/37] xfs: remove log item from AIL in xfs_qm_dqflush after a shutdown
` [PATCH 02/37] xfs: remove log item from AIL in xfs_iflush "
` [PATCH 03/37] xfs: allow assigning the tail lsn with the AIL lock held
` [PATCH 04/37] xfs: implement freezing by emptying the AIL
` [PATCH 05/37] xfs: don't flush inodes from background inode reclaim
` [PATCH 06/37] xfs: do not write the buffer from xfs_iflush
` [PATCH 07/37] xfs: do not write the buffer from xfs_qm_dqflush
` [PATCH 08/37] xfs: do not add buffers to the delwri queue until pushed
` [PATCH 09/37] xfs: on-stack delayed write buffer lists
` [PATCH 10/37] xfs: remove some obsolete comments in xfs_trans_ail.c
` [PATCH 11/37] xfs: pass shutdown method into xfs_trans_ail_delete_bulk
` [PATCH 12/37] xfs: Do background CIL flushes via a workqueue
  ` [PATCH 12/37 V2] "
` [PATCH 13/37] xfs: page type check in writeback only checks last buffer
` [PATCH 14/37] xfs: Use preallocation for inodes with extsz hints
` [PATCH 15/37] xfs: fix buffer lookup race on allocation failure
` [PATCH 16/37] xfs: check for buffer errors before waiting
` [PATCH 17/37] xfs: fix incorrect b_offset initialisation
` [PATCH 18/37] xfs: use kmem_zone_zalloc for buffers
` [PATCH 19/37] xfs: clean up buffer get/read call API
` [PATCH 20/37] xfs: kill b_file_offset
` [PATCH 21/37] xfs: use blocks for counting length of buffers
` [PATCH 22/37] xfs: use blocks for storing the desired IO size
` [PATCH 23/37] xfs: kill xfs_buf_btoc
` [PATCH 24/37] xfs: kill XBF_LOCK
` [PATCH 25/37] xfs: kill xfs_read_buf()
` [PATCH 26/37] xfs: kill XBF_DONTBLOCK
` [PATCH 27/37] xfs: use iolock on XFS_IOC_ALLOCSP calls
` [PATCH 28/37] xfs: move xfsagino_t to xfs_types.h
` [PATCH 29/37] xfs: move busy extent handling to it's own file
    ` [PATCH 29/37 V2] "
` [PATCH 30/37] xfs: clean up busy extent naming
` [PATCH 31/37] xfs: move xfs_fsb_to_db to xfs_bmap.h
` [PATCH 32/37] xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
` [PATCH 33/37] xfs: move xfs_do_force_shutdown() and kill xfs_rw.c
` [PATCH 34/37] xfs: clean up xfs_bit.h includes
` [PATCH 35/37] xfs: Properly exclude IO type flags from buffer flags
` [PATCH 36/37] xfs: flush outstanding buffers on log mount failure
` [PATCH 37/37] xfs: make XBF_MAPPED the default behaviour

Still seeing hangs in xlog_grant_log_space
 2012-04-23 23:58 UTC  (4+ messages)

task blocked for more than 120 seconds
 2012-04-23 23:27 UTC  (10+ messages)

[PATCH 00/10] remove xfsbufd
 2012-04-23  1:57 UTC  (25+ messages)
` [PATCH 04/10] xfs: implement freezing by emptying the AIL
` [PATCH 05/10] xfs: do flush inodes from background inode reclaim
` [PATCH 06/10] xfs: do not write the buffer from xfs_iflush
` [PATCH 07/10] xfs: do not write the buffer from xfs_qm_dqflush
` [PATCH 08/10] xfs: do not add buffers to the delwri queue until pushed
` [PATCH 09/10] xfs: on-stack delayed write buffer lists
` [PATCH 10/10] xfs: remove some obsolete comments in xfs_trans_ail.c

xfs_check segfault / xfs_repair I/O error
 2012-04-21  0:57 UTC  (9+ messages)

XFS restored to lost and found
 2012-04-21  0:32 UTC  (3+ messages)

Fragmentation Issue We Are Having
 2012-04-19 23:12 UTC  (11+ messages)

[PATCH 0/5] reduce exclusive ilock hold times V2
 2012-04-19 22:43 UTC  (6+ messages)
` [PATCH 2/5] xfs: reduce ilock hold times in xfs_file_aio_write_checks
` [PATCH 3/5] xfs: reduce ilock hold times in xfs_setattr_size

Fragmentation Issue We Are Having
 2012-04-19 19:54 UTC 

[PATCH 0/7, v3] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
 2012-04-19 15:04 UTC  (6+ messages)
` [PATCH 5/7] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests

[PATCH 1/3 V2] xfstests 233: fix user fsgqa access to fsstress
 2012-04-19 13:53 UTC  (8+ messages)
` [PATCH 2/3 V2] xfstests 198, 240, common.rc: added check for aiodio-sparse2
` [PATCH 3/3 V2] xfstests 273: fix of reading scratch size and removing lost+found

[PATCH] xfstests: Change the diff output of failed tests
 2012-04-19  8:39 UTC  (2+ messages)

RAID5 created by 8 disks works with xfs
 2012-04-18  2:23 UTC  (10+ messages)

[PATCH 0/18] xfs: current patch queue
 2012-04-18  1:58 UTC  (40+ messages)
` [PATCH 01/18] xfs: Ensure inode reclaim can run during quotacheck
` [PATCH 02/18] xfs: pass shutdown method into xfs_trans_ail_delete_bulk
      ` [PATCH 02/18 V2] "
` [PATCH 03/18] xfs: Do background CIL flushes via a workqueue
` [PATCH 04/18] xfs: page type check in writeback only checks last buffer
` [PATCH 05/18] xfs: Use preallocation for inodes with extsz hints
` [PATCH 06/18] xfs: fix buffer lookup race on allocation failure
` [PATCH 07/18] xfs: check for buffer errors before waiting
` [PATCH 08/18] xfs: fix incorrect b_offset initialisation
` [PATCH 09/18] xfs: use kmem_zone_zalloc for buffers
` [PATCH 10/18] xfs: clean up buffer get/read call API
` [PATCH 11/18] xfs: kill b_file_offset
` [PATCH 12/18] xfs: use blocks for counting length of buffers
` [PATCH 13/18] xfs: use blocks for storing the desired IO size
` [PATCH 14/18] xfs: kill xfs_buf_btoc
` [PATCH 15/18] xfs: kill XBF_LOCK
` [PATCH 16/18] xfs: kill xfs_read_buf()
` [PATCH 17/18] xfs: kill XBF_DONTBLOCK
` [PATCH 18/18] xfs: use iolock on XFS_IOC_ALLOCSP calls

[RFC]xfs: using GFP_NOFS for blkdev_issue_flush
 2012-04-18  1:37 UTC  (4+ messages)

[PATCH 00/19 v5] Fix filesystem freezing deadlocks
 2012-04-18  0:46 UTC  (9+ messages)
` [PATCH 18/27] xfs: Convert to new freezing code

XFS blocked task in xlog_cil_force_lsn
 2012-04-17  9:19 UTC  (5+ messages)

[PATCH v2] xfstests: Introduce test case 285 to check statfs(2) will not cause ASSERT(XFS_IS_QUOTA_RUNNING(mp)) failed
 2012-04-17  6:29 UTC  (4+ messages)

[PATCH] mkfs: Set a clean output in case of invalid inode size
 2012-04-17  0:33 UTC  (2+ messages)

BUG: task blocked on waiter in xfs_trans_dqlockedjoin()
 2012-04-17  0:09 UTC  (3+ messages)

[PATCH 1/5] xfstests 062: fix support for ext4 and SELinux
 2012-04-16 14:06 UTC  (13+ messages)
` [PATCH 3/5] xfstests 198, 240: added check for aiodio-sparse2
` [PATCH 4/5] xfstests: sync before umount to avoid device busy problems

[PATCH 0/7] xfs: cleanups to make userspace merges simpler
 2012-04-16  5:14 UTC  (8+ messages)
` [PATCH 1/7] xfs: move xfsagino_t to xfs_types.h
` [PATCH 2/7] xfs: move busy extent handling to it's own file
` [PATCH 3/7] xfs: clean up busy extent naming
` [PATCH 4/7] xfs: move xfs_fsb_to_db to xfs_bmap.h
` [PATCH 5/7] xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
` [PATCH 6/7] xfs: move xfs_do_force_shutdown() and kill xfs_rw.c
` [PATCH 7/7] xfs: clean up xfs_bit.h includes

XFS: Abysmal write performance because of excessive seeking (allocation groups to blame?)
 2012-04-14 11:30 UTC  (13+ messages)

[PATCH 0/3] xfs: More xfs_buf cleanups
 2012-04-13 12:02 UTC  (3+ messages)

XFS / xfssyncd lock-ups on 2.6.38-8
 2012-04-13 11:44 UTC 


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