messages from 2012-04-16 20:41:37 to 2012-04-28 04:13:34 UTC [more...]
A little RAID experiment
2012-04-28 4:15 UTC (3+ messages)
[PATCH 00/37] xfs: current 3.4 patch queue
2012-04-28 2:15 UTC (62+ 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
Problem recovering XFS filesystem
2012-04-28 2:04 UTC (3+ messages)
11.1
2012-04-27 21:28 UTC (3+ messages)
A little RAID experiment
2012-04-27 15:28 UTC (8+ messages)
Still seeing hangs in xlog_grant_log_space
2012-04-27 13:07 UTC (15+ messages)
[PATCH 1/2 V2] xfstests README: added 'make install' to building steps
2012-04-27 10:07 UTC (2+ messages)
` [PATCH 2/2 V2] xfstests 273: fix of reading scratch size and removing lost+found
[PATCH 0/3] xfs: failed writes and stale delalloc blocks
2012-04-27 9:45 UTC (4+ messages)
` [PATCH 1/3] xfs: punch all delalloc blocks beyond EOF on write failure
` [PATCH 2/3] xfs: punch new delalloc blocks out of failed writes inside EOF
` [PATCH 3/3] xfs: prevent needless mount warning causing test failures
[PATCH 1/2] xfstests README: added 'make install' to building steps
2012-04-26 15:49 UTC (3+ messages)
` [PATCH 2/2] xfstests 273: fix of reading scratch size and removing lost+found
[PATCH] xfs: punch all delalloc blocks beyond EOF on write failure
2012-04-26 6:47 UTC (3+ messages)
[RESEND PATCH] fs/xfs/xfs_dinode.h: fix comments of xfs_dinode_t
2012-04-25 22:37 UTC
Unique new sensor material records and measures surface contact stress
2012-04-25 22:00 UTC
[PATCH] fs/xfs/xfs_dinode.h: fix comments of xfs_dinode_t
2012-04-25 21:30 UTC (2+ messages)
[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)
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 (19+ messages)
` [PATCH 04/10] xfs: implement freezing by emptying the AIL
` [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 (7+ 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 (10+ messages)
` [PATCH 03/18] xfs: Do background CIL flushes via a workqueue
[PATCH 00/19 v5] Fix filesystem freezing deadlocks
2012-04-18 0:46 UTC (7+ messages)
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 (3+ 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)
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