public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-01 10:31:23 to 2011-08-11 20:38:12 UTC [more...]

[PATCH 0/7] Reduce filesystem writeback from page reclaim v3
 2011-08-11 20:38 UTC  (27+ messages)
` [PATCH 1/7] mm: vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 2/7] mm: vmscan: Remove dead code related to lumpy reclaim waiting on pages under writeback
` [PATCH 3/7] xfs: Warn if direct reclaim tries to writeback pages
` [PATCH 4/7] ext4: "
` [PATCH 5/7] mm: vmscan: Do not writeback filesystem pages in kswapd except in high priority
` [PATCH 6/7] mm: vmscan: Throttle reclaim if encountering too many dirty pages under writeback
` [PATCH 7/7] mm: vmscan: Immediately reclaim end-of-LRU dirty pages when writeback completes

[PATCH 1/2] xfs: don't serialise direct IO reads on page cache checks
 2011-08-11 20:09 UTC  (5+ messages)
` [PATCH 2/2] xfs: don't serialise adjacent concurrent direct IO appending writes

[PATCH] snapshot, defragment and raid test cases for btrfs
 2011-08-11 20:01 UTC  (9+ messages)
` [PATCH 1/3] Added test case 257 for btrfs extended snapshot tests
` [PATCH 2/3] Added test case 258 for btrfs defragmentation
` [PATCH 3/3] Added test case 259 for the btrfs raid features

[PATCH] repair: handle repair of image files on large sector size filesystems
 2011-08-11 15:46 UTC  (2+ messages)

Are you an arabic translator?
 2011-08-11 12:01 UTC 

[PATCH v2 0/7] xfsdump: convert to using the POSIX signal API
 2011-08-10 21:48 UTC  (15+ messages)
` [PATCH v2 1/7] xfsdump: remove conditional OPENMASKED code
` [PATCH v2 2/7] xfsdump: process EPIPE instead of catching SIGPIPE
` [PATCH v2 3/7] xfsdump: remove SIGCHLD handling
` [PATCH v2 4/7] xfsdump: rework dialog timeout and EINTR reliance
` [PATCH v2 5/7] xfsdump: rework dialog to use main signal handler
` [PATCH v2 6/7] xfsdump: convert to the POSIX signal API
` [PATCH v2 7/7] xfsdump: refactor inventory session creation

PM / hibernate xfs lock up / xfs_reclaim_inodes_ag
 2011-08-10 21:43 UTC  (13+ messages)
    ` [RFC][PATCH] PM / Freezer: Freeze filesystems along with freezing processes (was: Re: PM / hibernate xfs lock up / xfs_reclaim_inodes_ag)
            ` [PATCH] PM / Freezer: Freeze filesystems while freezing processes (v2)

[PATCH v3 0/2] xfstests: Changed a couple of tests to be generic
 2011-08-10 16:43 UTC  (9+ messages)
` [PATCH v3 1/2] xfstests: make more tests generic
` [PATCH v3 2/2] xfstests: make t_immutable and 079 filesystem-agnostic

[RFC] remove subdirectories under fs/xfs/
 2011-08-10 15:59 UTC 

frequent kernel BUG and lockups - 2.6.39 + xfs_fsr
 2011-08-10 14:16 UTC  (13+ messages)

"xfs: fix error handling for synchronous writes" revisited
 2011-08-10 13:20 UTC  (5+ messages)

[PATCH 0/2] splice: i_mutex vs splice write deadlock V2
 2011-08-10 10:19 UTC  (7+ messages)
` [PATCH 1/2] vfs: split generic splice code from i_mutex locking
` [PATCH 2/2] xfs: fix splice/direct-IO deadlock

[PATCH 0/2] xfs: small metadata performance optimisations
 2011-08-10  5:48 UTC  (5+ messages)
` [PATCH 1/2] xfs: Don't allocate new buffers on every call to _xfs_buf_find
` [PATCH 2/2] xfs: reduce the number of log forces from tail pushing

[PATCH] xfsdump: allow multi-digit dialog prompts
 2011-08-09 20:55 UTC  (3+ messages)

[PATCH] xfstests: fsx: fix fallocate logging
 2011-08-09 12:03 UTC  (3+ messages)

[PATCH] xfstests: fsx: fix the hole punching test
 2011-08-09 10:08 UTC  (2+ messages)

"Corrupt dinode 6242615, (btree extents). This is a bug."
 2011-08-09  8:47 UTC  (6+ messages)
  ` "Corrupt dinode 6242615, (btree extents). This is a bug."<o

xfs: xfs_swap_extents needs to handle dynamic fork offsets
 2011-08-09  0:04 UTC  (2+ messages)

xfs_repair 3.1.4/3.1.5: fatal error -- couldn't malloc dir2 buffer data
 2011-08-08 23:45 UTC  (8+ messages)

Errors mounting xfs file system
 2011-08-06 15:23 UTC  (3+ messages)

[PATCH, v2] xfs: adding example with xfs_info output decryption
 2011-08-05 18:39 UTC  (2+ messages)

Attend an OTN Architect Day – by Architects, for Architects on August 30
 2011-08-05  3:56 UTC 

[PATCH] xfsprogs: skip over "rootfs" entry if mtab links to /proc/mounts
 2011-08-04 22:17 UTC  (4+ messages)

[PATCH 0/2] Removal of xfs_flush_pages()
 2011-08-04 14:13 UTC  (3+ messages)
` [PATCH 1/2] xfs: Replace async callers "
` [PATCH 2/2] xfs: Remove xfs_flush_pages() helper

[PATCH 0/2] Improve writeout pattern from xfs_flush_pages()
 2011-08-04 12:41 UTC  (13+ messages)
` [PATCH 1/2] vfs: Create filemap_flush_range()
` [PATCH 2/2] xfs: Call filemap_flush_range() for async xfs_flush_pages() call

[PATCH 0/4] xfsdump: convert to using the POSIX signal API
 2011-08-04 12:37 UTC  (22+ messages)
` [PATCH 1/4] xfsdump: remove conditional OPENMASKED code
` [PATCH 2/4] xfsdump: process EPIPE instead of catching SIGPIPE
` [PATCH 3/4] xfsdump: remove SIGCHLD handling
` [PATCH 4/4] xfsdump: convert to the POSIX signal API

[RFC PATCH 0/8] Reduce filesystem writeback from page reclaim v2
 2011-08-03 14:35 UTC  (27+ messages)
` [PATCH 1/8] mm: vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 3/8] ext4: Warn if direct reclaim tries to writeback pages
` [PATCH 4/8] btrfs: "
` [PATCH 6/8] mm: vmscan: Throttle reclaim if encountering too many dirty pages under writeback
` [PATCH 7/8] mm: vmscan: Immediately reclaim end-of-LRU dirty pages when writeback completes
` [PATCH 8/8] mm: vmscan: Do not writeback filesystem pages from kswapd

Help: XFS failure in AoE environment
 2011-08-03 10:07 UTC  (3+ messages)

[PATCH 0/2] Check return value of xfs_buf_read()
 2011-08-03  2:18 UTC  (3+ messages)
` [PATCH 1/2] xfs: Check the return value of xfs_buf_read() for NULL
` [PATCH 2/2] xfs: replace xfs_buf_geterror() with bp->b_error

[PATCH, RFC] jfs support for xfstests
 2011-08-02 10:25 UTC  (6+ messages)
` [Jfs-discussion] "
  ` [PATCH] jfs: flush journal completely before releasing metadata inodes

[PATCH XFSPROGS 2/3] Build without enabling DEBUG by default
 2011-08-02 10:03 UTC  (3+ messages)
` [PATCH] Build using CFLAGS passed in at configure

2.6.39 and 3.0 scalability measurement results
 2011-08-02  0:50 UTC 

[61/70] xfs [stable only]: restart busy extent search after node removal
 2011-08-01 23:19 UTC 

[PATCH] xfs [stable only]: restart busy extent search after node removal
 2011-08-01 18:58 UTC  (2+ messages)
` Patch "xfs [stable only]: restart busy extent search after node removal" has been added to the 2.6.39-stable tree


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