linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-16 03:49:06 to 2010-11-18 02:09:12 UTC [more...]

[PATCH 00/13] IO-less dirty throttling v2
 2010-11-18  2:09 UTC  (25+ messages)
` [PATCH 01/13] writeback: IO-less balance_dirty_pages()
` [PATCH 02/13] writeback: consolidate variable names in balance_dirty_pages()
` [PATCH 03/13] writeback: per-task rate limit on balance_dirty_pages()
` [PATCH 04/13] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 05/13] writeback: account per-bdi accumulated written pages
` [PATCH 06/13] writeback: bdi write bandwidth estimation
` [PATCH 07/13] writeback: show bdi write bandwidth in debugfs
` [PATCH 08/13] writeback: quit throttling when bdi dirty pages dropped low
` [PATCH 09/13] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 10/13] writeback: make reasonable gap between the dirty/background thresholds
` [PATCH 11/13] writeback: scale down max throttle bandwidth on concurrent dirtiers
` [PATCH 12/13] writeback: add trace event for balance_dirty_pages()
` [PATCH 13/13] writeback: make nr_to_write a per-file limit

[PATCH 00/13] IO-less dirty throttling
 2010-11-18  1:59 UTC  (5+ messages)

Hole Punching V3
 2010-11-18  1:46 UTC  (7+ messages)
` [PATCH 1/6] fs: add hole punching to fallocate
` [PATCH 2/6] XFS: handle hole punching via fallocate properly
` [PATCH 3/6] Ocfs2: "
` [PATCH 4/6] Ext4: fail if we try to use hole punch
` [PATCH 5/6] Btrfs: "
` [PATCH 6/6] Gfs2: "

[PATCH] fs: call security_d_instantiate in d_obtain_alias
 2010-11-18  1:43 UTC  (8+ messages)

[PATCH 1/3] direct-io: add a hook for the fs to provide its own bio merging check function
 2010-11-18  1:33 UTC  (9+ messages)

mmotm 2010-11-17-17-03 uploaded
 2010-11-18  1:03 UTC 

Hole Punching V2
 2010-11-17 23:27 UTC  (27+ messages)
` [PATCH 1/6] fs: add hole punching to fallocate
` [PATCH 3/6] Ocfs2: handle hole punching via fallocate properly
` [PATCH 4/6] Ext4: fail if we try to use hole punch

hfsplus patch review
 2010-11-17 22:23 UTC  (12+ messages)
` [PATCH 1/11] hfsplus: silence a few debug printks
` [PATCH 2/11] hfsplus: always use hfsplus_sync_fs to write the volume header
` [PATCH 3/11] hfsplus: use raw bio access for the volume headers
` [PATCH 4/11] hfsplus: use raw bio access for partition tables
` [PATCH 5/11] hfsplus: make sure sync writes out all metadata
` [PATCH 6/11] hfsplus: avoid useless work in hfsplus_sync_fs
` [PATCH 7/11] hfsplus: simplify fsync
` [PATCH 8/11] hfsplus: write up fsync for directories
` [PATCH 9/11] hfsplus: split up inode flags
` [PATCH 10/11] hfsplus: optimize fsync
` [PATCH 11/11] hfsplus: flush disk caches in sync and fsync

[PATCH 0/2] overlayfs fixes
 2010-11-17 17:37 UTC  (3+ messages)
` [PATCH 1/2] overlayfs: handle missing lower inodes in ovl_is_same_inode
` [PATCH 2/2] overlayfs: ovl_copy_up_xattr -- handle EOPNOTSUPP from vfs_listxattr

mpage: some code cleanups
 2010-11-17 13:29 UTC  (2+ messages)
` [PATCH] "

[patch 00/28] [rfc] dcache scaling part 1
 2010-11-17 12:01 UTC  (37+ messages)
` [patch 01/28] fs: d_validate fixes
` [patch 02/28] kernel: kmem_ptr_validate considered harmful
` [patch 03/28] fs: dcache documentation cleanup
` [patch 04/28] fs: change d_delete semantics
` [patch 05/28] cifs: dont overwrite dentry name in d_revalidate
` [patch 06/28] jfs: "
` [patch 07/28] fs: change d_compare for rcu-walk
` [patch 08/28] fs: change d_hash "
` [patch 09/28] hostfs: simplify locking
` [patch 10/28] fs: dcache scale hash
` [patch 11/28] fs: dcache scale lru
` [patch 12/28] fs: dcache scale dentry refcount
` [patch 13/28] fs: dcache scale d_unhashed
` [patch 14/28] fs: dcache scale subdirs
` [patch 15/28] fs: scale inode alias list
` [patch 16/28] fs: Use rename lock and RCU for multi-step operations
` [patch 17/28] fs: increase d_name lock coverage
` [patch 18/28] fs: dcache remove dcache_lock
` [patch 19/28] fs: dcache avoid starvation in dcache multi-step operations
` [patch 20/28] fs: dcache reduce dput locking
` [patch 21/28] fs: dcache reduce locking in d_alloc
` [patch 22/28] fs: dcache reduce dcache_inode_lock
` [patch 23/28] fs: dcache rationalise dget variants
` [patch 24/28] fs: dcache reduce d_parent locking
` [patch 25/28] fs: dcache reduce prune_one_dentry locking
` [patch 26/28] fs: reduce dcache_inode_lock width in lru scanning
` [patch 27/28] fs: use RCU in shrink_dentry_list to reduce lock nesting
` [patch 28/28] fs: consolidate dentry kill sequence

[PATCH 01/13] writeback: IO-less balance_dirty_pages()
 2010-11-17  8:33 UTC  (4+ messages)

[PATCH resend] jbd2_stats_proc_init wrong place
 2010-11-17  8:17 UTC  (4+ messages)

[patch] fix up lock order reversal in writeback
 2010-11-17  6:10 UTC  (8+ messages)

[patch 1/6] fs: icache RCU free inodes
 2010-11-17  6:04 UTC  (14+ messages)

[PATCH 3/3] btrfs: fix panic caused by direct IO
 2010-11-17  4:23 UTC 

[PATCH 2/3] btrfs: restructure btrfs_merge_bio_hook()
 2010-11-17  4:23 UTC 

[PATCH 13/13] writeback: make nr_to_write a per-file limit
 2010-11-17  3:58 UTC 

[PATCH 12/13] writeback: add trace event for balance_dirty_pages()
 2010-11-17  3:58 UTC 

[PATCH 11/13] writeback: scale down max throttle bandwidth on concurrent dirtiers
 2010-11-17  3:58 UTC 

[PATCH 10/13] writeback: make reasonable gap between the dirty/background thresholds
 2010-11-17  3:58 UTC 

[PATCH 09/13] writeback: reduce per-bdi dirty threshold ramp up time
 2010-11-17  3:58 UTC 

[PATCH 08/13] writeback: quit throttling when bdi dirty pages dropped low
 2010-11-17  3:58 UTC 

[PATCH 07/13] writeback: show bdi write bandwidth in debugfs
 2010-11-17  3:58 UTC 

[PATCH 06/13] writeback: bdi write bandwidth estimation
 2010-11-17  3:58 UTC 

[PATCH 05/13] writeback: account per-bdi accumulated written pages
 2010-11-17  3:58 UTC 

[PATCH 04/13] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
 2010-11-17  3:58 UTC 

[PATCH 03/13] writeback: per-task rate limit on balance_dirty_pages()
 2010-11-17  3:58 UTC 

[PATCH 02/13] writeback: consolidate variable names in balance_dirty_pages()
 2010-11-17  3:58 UTC 

[patch] fs: fix d_validate
 2010-11-17  3:51 UTC  (10+ messages)
` [patch] kernel: get rid of *_ptr_validate

[PATCH] jbd2: avoid the concurrent data writeback
 2010-11-17  1:36 UTC  (6+ messages)

fs: inode freeing and hash lookup via RCU
 2010-11-16 23:56 UTC  (3+ messages)
` [PATCH 3/3] fs: rcu protect inode hash lookups

[PATCH 1/3] udf: Replace bkl with the inode->i_alloc_sem for protect udf_inode_info struct
 2010-11-16 23:04 UTC  (8+ messages)
` [PATCH 2/3] udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() execution
` [PATCH 3/3] udf: Remove unnecessary bkl usages
  ` [PATCH 1/3] udf: Replace bkl with the a new semaphore for protect udf_inode_info struct

Oops while rebalancing, now unmountable
 2010-11-16 21:48 UTC  (5+ messages)

[PATCH] fs: select: fix information leak to userspace
 2010-11-16 18:45 UTC  (8+ messages)
    ` [PATCH v2] "

[RFC][PATCH V2 4/5] e4defrag: unified bugfix/improvement patches
 2010-11-16 17:48 UTC  (2+ messages)

[PATCH 1/1] LogFS: Deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutex
 2010-11-16 16:38 UTC 

(unknown), ,
 2010-11-16 13:59 UTC 

Commit 8df9d1a4 breaks GnuPG in initrd
 2010-11-16 12:46 UTC  (3+ messages)

[PATCH] [RFC] fsnotify: Tell the user what part of the file might have changed
 2010-11-16 12:37 UTC  (3+ messages)

Interesting deal
 2010-11-16 11:57 UTC 

lifetime of DCACHE_DISCONECTED dentries
 2010-11-16  6:45 UTC  (4+ messages)


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).