messages from 2012-04-13 23:04:55 to 2012-04-25 18:35:56 UTC [more...]
[PATCH 00/37] xfs: current 3.4 patch queue
2012-04-25 18:35 UTC (59+ 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
A little RAID experiment
2012-04-25 16:23 UTC (3+ messages)
[PATCH 1/2] xfstests README: added 'make install' to building steps
2012-04-25 10:52 UTC (2+ messages)
` [PATCH 2/2] xfstests 273: fix of reading scratch size and removing lost+found
[RFC]xfs: using GFP_NOFS for blkdev_issue_flush
2012-04-25 0:25 UTC (6+ messages)
[PATCH] xfs_fsr: Get the last mount on a specific mount point
2012-04-24 20:57 UTC (5+ messages)
Still seeing hangs in xlog_grant_log_space
2012-04-24 18:26 UTC (7+ messages)
task blocked for more than 120 seconds
2012-04-24 15:10 UTC (11+ messages)
[PATCH 00/10] xfs: discontiguous buffer support a.k.a. die xfs_dabuf die
2012-04-24 6:33 UTC (11+ messages)
` [PATCH 01/10] xfs: add trace points for log forces
` [PATCH 02/10] xfs: separate buffer indexing from block map
` [PATCH 03/10] xfs: convert internal buffer functions to pass maps
` [PATCH 04/10] xfs: add discontiguous buffer map interface
` [PATCH 05/10] xfs: add discontiguous buffer support to transactions
` [PATCH 06/10] xfs: struct xfs_buf_log_format isn't variable sized
` [PATCH 07/10] xfs: support discontiguous buffers in the xfs_buf_log_item
` [PATCH 08/10] xfs: use multiple irec xfs buf support in dabuf
` [PATCH 09/10] xfs: remove struct xfs_dabuf and infrastructure
` [PATCH 10/10] xfs: factor buffer reading from xfs_dir2_leaf_getdents
[PATCH 00/10] remove xfsbufd
2012-04-23 1:57 UTC (22+ 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
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 (23+ messages)
` [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 17/18] xfs: kill XBF_DONTBLOCK
` [PATCH 18/18] xfs: use iolock on XFS_IOC_ALLOCSP calls
[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 (10+ messages)
` [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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox