public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-09-07 11:53:05 to 2011-09-20 14:10:02 UTC [more...]

[patch 0/4] 50% faster writing to your USB drive!*
 2011-09-20 14:09 UTC  (7+ messages)
` [patch 1/4] mm: exclude reserved pages from dirtyable memory
` [patch 2/4] mm: writeback: distribute write pages across allowable zones
` [patch 3/4] mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()
` [patch 4/4] Btrfs: pass __GFP_WRITE for buffered write page allocations

[PATCH v2] xfs: Check the return value of xfs_trans_get_buf()
 2011-09-20 13:56 UTC 

[PATCH v2] xfs: fix possible overflow in xfs_ioc_trim()
 2011-09-20 13:36 UTC  (6+ messages)

[PATCH v2] xfsdump: enable dump header checksums
 2011-09-20 13:05 UTC 

The xfsprogs debian package
 2011-09-20 10:58 UTC  (2+ messages)

xfs deadlock in stable kernel 3.0.4
 2011-09-20 10:09 UTC  (23+ messages)
          ` [xfs-masters] "

[PATCH] xfsdump: enable dump header checksums
 2011-09-20  0:18 UTC  (3+ messages)

xfs_repair: add printf format checking and fix the fallout
 2011-09-19 22:39 UTC  (2+ messages)

[PATCH] mkfs.xfs: don't increase agblocks past maximum
 2011-09-19 21:45 UTC 

[PATCH] xfsdump: remove redundant error code mapping
 2011-09-19 21:31 UTC  (3+ messages)

[PATCH] xfsdump: remove unnecessary #ifdefs
 2011-09-19 21:17 UTC  (2+ messages)

[PATCH] xfstests: test timestamps before the epoch
 2011-09-19 18:39 UTC 

[PATCH] xfs: check the return value of xfs_trans_get_buf()
 2011-09-19 18:34 UTC  (3+ messages)

[PATCH] xfs: fix buffer flushing during unmount
 2011-09-19 17:33 UTC  (2+ messages)

[PATCH] Return -EIO when xfs_vn_getattr() failed
 2011-09-19 16:54 UTC  (3+ messages)

[PATCH] xfs: Fix the incorrect comment in the header of _xfs_buf_find
 2011-09-19 16:36 UTC  (2+ messages)

[PATCH] xfs: Check the return value of xfs_buf_get()
 2011-09-19 16:36 UTC  (2+ messages)

[PATCH 00/27] xfs_bmapi split and cleanups V2
 2011-09-19 15:52 UTC  (29+ messages)
` [PATCH 01/27] xfs: remove the first extent special case in xfs_bmap_add_extent
` [PATCH 02/27] xfs: remove impossible to read code in xfs_bmap_add_extent_delay_real
` [PATCH 03/27] xfs: remove the nextents variable in xfs_bmapi
` [PATCH 04/27] xfs: factor extent map manipulations out of xfs_bmapi
` [PATCH 05/27] xfs: introduce xfs_bmapi_read()
` [PATCH 06/27] xfs: remove xfs_bmapi_single()
` [PATCH 07/27] xfs: factor delalloc reservations out of xfs_bmapi
` [PATCH 08/27] xfs: introduce xfs_bmapi_delay()
` [PATCH 09/27] xfs: do not use xfs_bmap_add_extent for adding delalloc extents
` [PATCH 10/27] xfs: factor extent allocation out of xfs_bmapi
` [PATCH 11/27] xfs: factor unwritten extent map manipulations "
` [PATCH 12/27] xfs: rename xfs_bmapi to xfs_bmapi_write
` [PATCH 13/27] xfs: introduce xfs_bmap_last_extent
` [PATCH 14/27] xfs: remove xfs_bmap_add_extent
` [PATCH 15/27] xfs: pass bmalloca structure to xfs_bmap_isaeof
` [PATCH 16/27] xfs: move extent records into bmalloca structure
` [PATCH 17/27] xfs: move firstblock and bmap freelist cursor "
` [PATCH 18/27] xfs: rename allocation range fields in struct xfs_bmalloca
` [PATCH 19/27] xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocate
` [PATCH 20/27] xfs: move btree cursor into bmalloca
` [PATCH 21/27] xfs: move lastx and nallocs "
` [PATCH 22/27] xfs: move logflags "
` [PATCH 23/27] rearrange bmapi and bmalloca structures for best packing
` [PATCH 24/27] xfs: pass bmalloca to xfs_bmap_add_extent_delay_real
` [PATCH 25/27] xfs: pass bmalloca to xfs_bmap_add_extent_hole_real
` [PATCH 26/27] xfs: dont ignore error code from xfs_bmbt_update
` [PATCH 27/27] xfs: cleanup xfs_bmap.h

[PATCH] xfs: simplify xfs_trans_ijoin* again
 2011-09-19 15:00 UTC 

[PATCH 0/3] try to avoid locked inodes during log force
 2011-09-19 14:55 UTC  (8+ messages)
` [PATCH 1/3] xfs: unlock the inode before log force in xfs_fsync
    ` [PATCH 1/3 v2] "
` [PATCH 2/3] xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadata
` [PATCH 3/3] xfs: unlock the inode before log force in xfs_change_file_space

silent corruption after kernel panic?
 2011-09-19 14:27 UTC  (2+ messages)

System stuck in D state while deleting messages in mutt
 2011-09-19 13:56 UTC 

[PATCH 1/2] xfstest: fsstress should kill children tasks before exit
 2011-09-18 20:03 UTC  (3+ messages)
` [PATCH 2/2] xfstest: fsstress add EXT2_IOC_{SET,GET}FLAGS operations

Stalls during writeback for mmaped I/O on XFS in 3.0
 2011-09-16 16:32 UTC  (5+ messages)

[GIT PULL] XFS update for 3.1-rc7
 2011-09-14 20:02 UTC 

xfs_repair segfaut in stage 6
 2011-09-14 16:05 UTC  (15+ messages)

Code Changes [Review Request]: xfs_trans_ail_delete() gets invoked with corrupted values – Causing Crash and Deadlock
 2011-09-14 13:28 UTC  (6+ messages)
` Code Changes [Review Request]: xfs_trans_ail_delete() gets invoked with corrupted values ? "

xfs: fix a use after free in xfs_end_io_direct_write
 2011-09-14 12:36 UTC  (2+ messages)

Message from: Cash explosion
 2011-09-14  5:49 UTC 

3.1-rc4: spectacular kernel errors / filesystem crash
 2011-09-13 16:32 UTC  (9+ messages)

XFS: Observed Crash followed by deadlock of khubd/sync/XFS
 2011-09-13 15:43 UTC  (9+ messages)

[PATCH] xfstests: add new getdents test
 2011-09-13 12:58 UTC  (2+ messages)

[PATCH] xfs: avoid synchronous transactions when deleting attr blocks
 2011-09-12 18:43 UTC  (2+ messages)

[PATCH] xfs: avoid direct I/O write vs buffered I/O race
 2011-09-12 18:43 UTC  (2+ messages)

[PATCH 0/3] RFC: log all i_size updates
 2011-09-12 14:49 UTC  (4+ messages)
` [PATCH 1/3] xfs: improve ioend error handling

[PATCH 00/25] xfs_bmapi split and cleanups
 2011-09-11 11:50 UTC  (49+ messages)
` [PATCH 04/25] xfs: factor extent map manipulations out of xfs_bmapi
` [PATCH 08/25] xfs: introduce xfs_bmapi_delay()
` [PATCH 09/25] xfs: do not use xfs_bmap_add_extent for adding delalloc extents
` [PATCH 10/25] xfs: factor extent allocation out of xfs_bmapi
` [PATCH 11/25] xfs: factor unwritten extent map manipulations "
` [PATCH 12/25] xfs: rename xfs_bmapi to xfs_bmapi_write
` [PATCH 13/25] xfs: introduce xfs_bmap_last_extent
` [PATCH 14/25] xfs: remove xfs_bmap_add_extent
` [PATCH 15/25] xfs: pass bmalloca structure to xfs_bmap_isaeof
` [PATCH 16/25] xfs: move extent records into bmalloca structure
` [PATCH 17/25] xfs: move firstblock and bmap freelist cursor "
` [PATCH 18/25] xfs: move allocation ranges inode "
` [PATCH 19/25] xfs: move btree cursor into bmalloca
` [PATCH 20/25] xfs: move lastx and nallocs "
` [PATCH 21/25] xfs: move logflags "
` [PATCH 22/25] xfs: pass bmalloca to xfs_bmap_add_extent_delay_real
` [PATCH 23/25] xfs: pass bmalloca to xfs_bmap_add_extent_hole_real
` [PATCH 24/25] xfs: dont ignore error code from xfs_bmbt_update
` [PATCH 25/25] xfs: cleanup xfs_bmap.h

Performance regression between 2.6.32 and 2.6.38
 2011-09-10 18:26 UTC  (4+ messages)

XFS metadata flushing design - current and future
 2011-09-09 22:31 UTC  (2+ messages)

[3.1-rc4] XFS+DRBD hangs
 2011-09-09 20:13 UTC  (4+ messages)
` [Drbd-dev] "

ENOSPC and filesystem shutdowns
 2011-09-09  8:00 UTC  (5+ 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 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  (3+ messages)


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