linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-23 16:28:01 to 2010-07-28 09:24:11 UTC [more...]

[RFC] relaxed barrier semantics
 2010-07-28  9:24 UTC  (19+ messages)

[PATCH] vmscan: raise the bar to PAGEOUT_IO_SYNC stalls
 2010-07-28  9:10 UTC  (4+ messages)
  ` [PATCH] vmscan: remove wait_on_page_writeback() from pageout()

[RFC] [PATCH procfs] Add process age
 2010-07-28  6:56 UTC  (9+ messages)

VFS scalability git tree
 2010-07-28  4:59 UTC  (17+ messages)
  ` [PATCH 1/2] vmscan: shrink_all_slab() use reclaim_state instead the return value of shrink_slab()
  ` [PATCH 2/2] vmscan: change shrink_slab() return tyep with void

struct backing_dev - purpose and life time rules
 2010-07-28  4:42 UTC  (6+ messages)

[PATCH 0/6] writeback cleanups and trivial fixes
 2010-07-28  2:04 UTC  (6+ messages)
` [PATCH 2/6] writeback: reduce calls to global_page_state in balance_dirty_pages()

[PATCH 09/18] xstat: Make special system filesystems return FS_SPECIAL_FL [ver #6]
 2010-07-28  1:15 UTC  (16+ messages)
  ` [PATCH 00/18] Extended file stat functions "
    ` [PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available "

[RFC PATCH 0/5] Btrfs: Add hot data tracking functionality
 2010-07-27 23:38 UTC  (10+ messages)
` [RFC PATCH 1/5] Btrfs: Add experimental hot data hash list index
` [RFC PATCH 2/5] Btrfs: Add data structures for hot data tracking
` [RFC PATCH 3/5] Btrfs: 3 new ioctls related to hot data features
` [RFC PATCH 4/5] Btrfs: Add debugfs interface for hot data stats
` [RFC PATCH 5/5] Btrfs: Add hooks to enable hot data tracking

[PATCH] cifs: document 'fsc' mount option
 2010-07-27 21:59 UTC  (2+ messages)

[PATCH 4/4] Support discard if at least one underlying device supports it
 2010-07-27 15:33 UTC  (6+ messages)
              ` GFP_KERNEL in ext4 (was: [PATCH 4/4] Support discard if at least one underlying device supports it)
                ` [PATCH] disallow FS recursion from sb_issue_discard allocation
                    `  "

[PATCH 0/8] Reduce writeback from page reclaim context V4
 2010-07-27 15:21 UTC  (26+ messages)
` [PATCH 4/8] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 8/8] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

[PATCH 1/6] Add a dentry op to handle automounting rather than abusing follow_link()
 2010-07-27 12:51 UTC  (9+ messages)
` [PATCH 1/6] Add a dentry op to handle automounting rather than abusing follow_link() [ver #2]

[PATCH 0/6] [RFC] writeback: try to write older pages first
 2010-07-27  9:45 UTC  (38+ messages)
` [PATCH 1/6] writeback: pass writeback_control down to move_expired_inodes()
` [PATCH 2/6] writeback: the kupdate expire timestamp should be a moving target
` [PATCH 3/6] writeback: kill writeback_control.more_io
` [PATCH 4/6] writeback: sync expired inodes first in background writeback
` [PATCH 5/6] writeback: try more writeback as long as something was written
` [PATCH 6/6] writeback: introduce writeback_control.inodes_written

[PATCH] [RESEND] fs: thaw_bdev() should return EINVAL if bd_fsfreeze_count is 0
 2010-07-27  0:12 UTC 

[PATCH 7/8] writeback: sync old inodes first in background writeback
 2010-07-26 22:48 UTC  (12+ messages)

Wrong DIF guard tag on ext2 write
 2010-07-26 19:26 UTC  (14+ messages)

Filesystem hints to storage
 2010-07-26 15:40 UTC  (3+ messages)

(unknown),
 2010-07-25 22:10 UTC 

[PATCHv6 00/15] kill unnecessary bdi wakeups + cleanups
 2010-07-25 11:29 UTC  (16+ messages)
` [PATCHv6 01/15] writeback: harmonize writeback threads naming
` [PATCHv6 02/15] writeback: fix possible race when creating bdi threads
` [PATCHv6 03/15] writeback: do not lose wake-ups in the forker thread - 1
` [PATCHv6 04/15] writeback: do not lose wake-ups in the forker thread - 2
` [PATCHv6 05/15] writeback: do not lose wake-ups in bdi threads
` [PATCHv6 06/15] writeback: simplify bdi code a little
` [PATCHv6 07/15] writeback: do not remove bdi from bdi_list
` [PATCHv6 08/15] writeback: move last_active to bdi
` [PATCHv6 09/15] writeback: restructure bdi forker loop a little
` [PATCHv6 10/15] writeback: move bdi threads exiting logic to the forker thread
` [PATCHv6 11/15] writeback: prevent unnecessary bdi threads wakeups
` [PATCHv6 12/15] writeback: optimize periodic bdi thread wakeups
` [PATCHv6 13/15] writeback: remove unnecessary init_timer call
` [PATCHv6 14/15] writeback: add new tracepoints
` [PATCHv6 15/15] writeback: cleanup bdi_register

[PATCHv5 00/15] kill unnecessary bdi wakeups + cleanups
 2010-07-25 10:41 UTC  (19+ messages)
` [PATCHv5 01/15] writeback: harmonize writeback threads naming
` [PATCHv5 02/15] writeback: fix possible race when creating bdi threads
` [PATCHv5 03/15] writeback: do not lose wake-ups in the forker thread - 1
` [PATCHv5 04/15] writeback: do not lose wake-ups in the forker thread - 2
` [PATCHv5 05/15] writeback: do not lose wake-ups in bdi threads
` [PATCHv5 06/15] writeback: simplify bdi code a little
` [PATCHv5 07/15] writeback: do not remove bdi from bdi_list
` [PATCHv5 08/15] writeback: move last_active to bdi
` [PATCHv5 09/15] writeback: restructure bdi forker loop a little
` [PATCHv5 10/15] writeback: move bdi threads exiting logic to the forker thread
  ` [PATCHv5-1 "
` [PATCHv5 11/15] writeback: prevent unnecessary bdi threads wakeups
` [PATCHv5 12/15] writeback: optimize periodic bdi thread wakeups
` [PATCHv5 13/15] writeback: remove unnecessary init_timer call
` [PATCHv5 14/15] writeback: add new tracepoints
` [PATCHv5 15/15] writeback: cleanup bdi_register

[PATCHv6 0/9] kill unnecessary SB sync wake-ups + cleanups
 2010-07-25  9:32 UTC  (4+ messages)

Winning Notification!!!
 2010-07-24 10:20 UTC 

[PATCHv4 00/14] kill unnecessary bdi wakeups + cleanups
 2010-07-24  6:01 UTC  (12+ messages)
` [PATCHv4 10/14] writeback: move bdi threads exiting logic to the forker thread
` [PATCHv4 12/14] writeback: optimize periodic bdi thread wakeups
` [PATCHv4 13/14] writeback: remove unnecessary init_timer call
` [PATCHv4 14/14] writeback: add new tracepoints

[PATCH 00/09] cifs: local caching support using FS-Cache
 2010-07-24  5:40 UTC  (10+ messages)

2.6.36 merge plans
 2010-07-23 23:13 UTC  (2+ messages)

[PATCH V3 0/8] Cleancache: overview
 2010-07-23 21:17 UTC  (8+ messages)

[patch 3/6] fs: remove dependency on __GFP_NOFAIL
 2010-07-23 21:12 UTC  (4+ messages)

[PATCH] Fix /proc/softirqs file formatting
 2010-07-23 17:54 UTC 

Thinko with per-bdi flusher threads
 2010-07-23 16:58 UTC  (2+ messages)

[PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available [ver #6]
 2010-07-22 10:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).