messages from 2011-08-25 07:17:27 to 2011-09-09 08:00:57 UTC [more...]
ENOSPC and filesystem shutdowns
2011-09-09 8:00 UTC (5+ messages)
[PATCH] xfs: Fix the incorrect comment in the header of _xfs_buf_find
2011-09-08 20:18 UTC
[3.1-rc4] XFS+DRBD hangs
2011-09-08 17:43 UTC (3+ messages)
` [Drbd-dev] "
XFS: Observed Crash followed by deadlock of khubd/sync/XFS
2011-09-08 17:28 UTC (2+ messages)
Are you an arabic translator?
2011-09-08 9:18 UTC
[PATCH, RFC] writeback: avoid redirtying when ->write_inode failed to clear I_DIRTY
2011-09-08 0:51 UTC (9+ messages)
[PATCH] xfs: Check the return value of xfs_buf_get()
2011-09-07 19:37 UTC
[PATCH 00/25] xfs_bmapi split and cleanups
2011-09-07 17:23 UTC (23+ messages)
` [PATCH 01/25] xfs: remove the first extent special case in xfs_bmap_add_extent
` [PATCH 02/25] xfs: remove impossible to read code in xfs_bmap_add_extent_delay_real
` [PATCH 03/25] xfs: remove the nextents variable in xfs_bmapi
` [PATCH 04/25] xfs: factor extent map manipulations out of xfs_bmapi
` [PATCH 05/25] xfs: introduce xfs_bmapi_read()
` [PATCH 06/25] xfs: remove xfs_bmapi_single()
` [PATCH 07/25] xfs: factor delalloc reservations out of xfs_bmapi
` [PATCH 08/25] xfs: introduce xfs_bmapi_delay()
[PATCH] xfs: check the return value of xfs_trans_get_buf()
2011-09-07 16:01 UTC
[PATCH 1/2 v2][xfstests] Add test 257: Check proper FITRIM argument handling
2011-09-07 15:48 UTC (2+ messages)
` [PATCH 2/2 v2][xfstests] fstrim: Use strtoull instead of strtoul
CPU stuck for 67s (kernel BUG) + in xfs_trans_committed_bulk while deleting lots a files (mostly hard-links)
2011-09-07 15:48 UTC (3+ messages)
[PATCH] xfs: fix possible overflow in xfs_ioc_trim()
2011-09-07 15:06 UTC (5+ messages)
[PATCH v2] xfs: fix possible overflow in xfs_ioc_trim()
2011-09-07 12:26 UTC (5+ messages)
bug: xfs_repair becomes very slow when file system has a large sparse file
2011-09-07 10:43 UTC (5+ messages)
XFS frozen on one directory
2011-09-07 9:10 UTC (2+ messages)
XFS frozen when moving file from one project quota to another
2011-09-07 6:35 UTC (2+ messages)
XFS status update for August 2011
2011-09-06 12:03 UTC
[PATCH 1/2][xfstests] Add test 257: Check proper FITRIM argument handling
2011-09-05 14:28 UTC (2+ messages)
` [PATCH 2/2][xfstests] fstrim: Use strtoull instead of strtoul
[PATCH] Assume yes when test device is not partitioned
2011-09-03 17:52 UTC (3+ messages)
[PATCH] xfstests: Assume yes when test device is not partitioned
2011-09-03 8:33 UTC
[GIT PULL] XFS update for 3.1-rc5
2011-09-02 15:02 UTC
[PATCH] xfsdump: enable dump header checksums
2011-09-02 15:02 UTC (3+ messages)
[PATCH] xfsdump: remove redundant error code mapping
2011-09-02 14:22 UTC
[PATCH] xfsdump: call mlog_exit in content_stream_restore
2011-09-02 13:57 UTC (4+ messages)
nginx blocked task when XFS partition is very full
2011-09-02 13:02 UTC (2+ messages)
[PATCH] snapshot, defragment and raid test cases for btrfs
2011-09-02 8:49 UTC (5+ messages)
` [PATCH 1/3] Added test case 257 for btrfs extended snapshot tests
` [PATCH 3/3] Added test case 259 for the btrfs raid features
[PATCH 0/3] RFC: log all i_size updates
2011-09-02 0:19 UTC (3+ messages)
` [PATCH 1/3] xfs: improve ioend error handling
[PATCH 00/11] patch queue for Linux 3.2
2011-09-02 0:17 UTC (26+ messages)
` [PATCH 01/11] xfs: remove delwri buffer handling from xfs_buf_iorequest
` [PATCH 02/11] xfs: remove the unlock argument to xfs_buf_delwri_queue
` [PATCH 03/11] xfs: move more delwri setup into xfs_buf_delwri_queue
` [PATCH 04/11] xfs: call xfs_buf_delwri_queue directly
` [PATCH 05/11] xfs: let xfs_bwrite callers handle the xfs_buf_relse
` [PATCH 06/11] xfs: use the "delwri" terminology consistently
` [PATCH 07/11] xfs: remove dead ENODEV handling in xfs_destroy_ioend
` [PATCH 08/11] xfs: defer AIO/DIO completions
` [PATCH 09/11] xfs: reduce ioend latency
` [PATCH 10/11] xfs: wait for I/O completion when writing out pages in xfs_setattr_size
` [PATCH 11/11] xfs: remove i_iocount
[PATCH 0/2] make sure to always update the inode size on umount
2011-08-31 22:51 UTC (9+ messages)
` [PATCH 1/2] xfs: fix xfs_mark_inode_dirty during umount
` [PATCH 2/2] xfs: fix ->write_inode return values
[PATCH 00/14] RFC: quota updates
2011-08-31 20:37 UTC (15+ messages)
` [PATCH 01/14] xfs: untange SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush
` [PATCH 02/14] xfs: make sure to really flush all dquots in xfs_qm_quotacheck
` [PATCH 03/14] xfs: remove xfs_qm_sync
` [PATCH 04/14] xfs: cleanup dquot locking helpers
` [PATCH 05/14] xfs: cleanup xfs_qm_dqlookup
` [PATCH 06/14] xfs: remove XFS_DQ_INACTIVE
` [PATCH 07/14] xfs: implement lazy removal for the dquot freelist
` [PATCH 08/14] xfs: flatten the dquot lock ordering
` [PATCH 09/14] xfs: nest the qm_dqfrlist_lock insise the dquot qlock
` [PATCH 10/14] xfs: simplify xfs_qm_dqattach_grouphint
` [PATCH 11/14] xfs: add a xfs_dqhold helper
` [PATCH 12/14] xfs: kill xfs_qm_dqinit_core
` [PATCH 13/14] xfs: kill xfs_qm_idtodq
` [PATCH 14/14] xfs: remove XFS_QMOPT_DQSUSER
xfsprogs 3.1.5+nmu1 MIGRATED to testing
2011-08-31 16:39 UTC
frequent kernel BUG and lockups - 2.6.39 + xfs_fsr
2011-08-31 12:45 UTC (8+ messages)
RFC: merging the quota source files
2011-08-31 12:37 UTC (5+ messages)
[PATCH] xfsdump: remove unnecessary #ifdefs
2011-08-31 12:02 UTC (2+ messages)
[PATCH 0/7] Reduce filesystem writeback from page reclaim v3
2011-08-31 9:53 UTC (7+ messages)
` [PATCH 6/7] mm: vmscan: Throttle reclaim if encountering too many dirty pages under writeback
[PATCH 1/4] fs: add SEEK_HOLE and SEEK_DATA flags
2011-08-31 9:05 UTC (26+ messages)
` [PATCH] xfstests 255: add a seek_data/seek_hole tester
xfs_repair: add printf format checking and fix the fallout
2011-08-30 8:57 UTC (4+ messages)
XFS metadata flushing design - current and future
2011-08-30 7:10 UTC (8+ messages)
[PATCH] xfs: avoid synchronous transactions when deleting attr blocks
2011-08-30 6:30 UTC (2+ messages)
[PATCH] xfs: avoid direct I/O write vs buffered I/O race
2011-08-30 6:29 UTC (2+ messages)
[dm-devel] new dm-bufio
2011-08-30 5:27 UTC (3+ messages)
` [xfs-masters] "
xfsrestore Does Only Only Partial Restore
2011-08-30 4:07 UTC (2+ messages)
xfsrestore Does Only Only Partial Restore
2011-08-29 16:44 UTC (2+ messages)
xfsrestore Does Only Only Partial Restore
2011-08-29 14:11 UTC (6+ messages)
[PATCH] xfstests: don't print "do not support" warnings unless verbose is specified
2011-08-29 13:37 UTC (3+ messages)
Are you a data recovery expert?
2011-08-29 10:50 UTC
[PATCH] xfsdump: refactor exit_codestring()
2011-08-26 15:42 UTC (2+ messages)
[PATCH] xfsdump: refactor ring_create
2011-08-26 15:37 UTC (2+ messages)
[PATCH 0/4] xfs: patch queue for 3.2 v2
2011-08-26 14:19 UTC (10+ messages)
` [PATCH 1/4] xfs: Don't allocate new buffers on every call to _xfs_buf_find
` [PATCH 2/4] xfs: reduce the number of log forces from tail pushing
` [PATCH 3/4] xfs: re-arrange all the xfsbufd delwri queue code
` [PATCH 4/4] xfs: convert xfsbufd to use a workqueue
[PATCH 0/6] xfs: patch queue for Linux 3.2
2011-08-26 2:19 UTC (16+ messages)
` [PATCH 2/6] xfs: don't serialise adjacent concurrent direct IO appending writes
` [PATCH 3/6] xfs: Don't allocate new buffers on every call to _xfs_buf_find
` [PATCH 4/6] xfs: reduce the number of log forces from tail pushing
` [PATCH 5/6] xfs: re-arrange all the xfsbufd delwri queue code
` [PATCH 6/6] xfs: convert xfsbufd to use a workqueue
[PATCH, RFC] xfs: deprecate the nodelaylog mount option
2011-08-25 13:25 UTC (2+ messages)
[PATCH 0/3] xfsprogs: xfs_quota: a few fixes
2011-08-25 13:19 UTC (3+ messages)
[PATCH 4/5] xfs: use fs netlink interface for ENOSPC conditions
2011-08-25 8:58 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