linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-18 06:36:59 to 2010-07-22 06:57:20 UTC [more...]

[PATCHv2 00/16] kill unnecessary bdi wakeups + cleanups
 2010-07-22  6:50 UTC  (24+ messages)
` [PATCHv2 01/11] writeback: harmonize writeback threads naming
` [PATCHv2 02/11] writeback: fix possible race when creating bdi threads
` [PATCHv2 03/11] writeback: do not lose wake-ups in the forker thread - 1
` [PATCHv2 04/11] writeback: do not lose wake-ups in the forker thread - 2
` [PATCHv2 05/11] writeback: do not lose wake-ups in bdi threads
` [PATCHv2 06/11] writeback: simplify bdi code a little
` [PATCHv2 07/11] writeback: do not remove bdi from bdi_list
` [PATCHv2 08/11] writeback: move last_active to bdi
` [PATCHv2 09/11] writeback: restructure bdi forker loop a little
` [PATCHv2 10/11] writeback: move bdi threads exiting logic to the forker thread
` [PATCHv2 11/11] writeback: prevent unnecessary bdi threads wakeups

[PATCH 0/6] [RFC] writeback: try to write older pages first
 2010-07-22  5:09 UTC  (7+ 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

[RFC][PATCH] Add a dentry op to handle automounting rather than abusing follow_link
 2010-07-22  4:15 UTC  (2+ messages)

[PATCH 0/8] Reduce writeback from page reclaim context V4
 2010-07-22  1:13 UTC  (46+ messages)
` [PATCH 1/8] vmscan: tracing: Roll up of patches currently in mmotm
` [PATCH 2/8] vmscan: tracing: Update trace event to track if page reclaim IO is for anon or file pages
` [PATCH 3/8] vmscan: tracing: Update post-processing script to distinguish between anon and file IO from page reclaim
` [PATCH 4/8] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 5/8] fs,btrfs: Allow kswapd to writeback pages
` [PATCH 6/8] fs,xfs: "
` [PATCH 7/8] writeback: sync old inodes first in background writeback
` [PATCH 8/8] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0
 2010-07-22  1:06 UTC  (2+ messages)

[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0
 2010-07-22  0:07 UTC  (8+ messages)
  ` [PATCH 1/2] mbcache: Remove unused features
  ` [PATCH 2/2] mbcache: fix shrinker function return value
  ` [PATCH 0/2] mbcache fixes

[PATCH 1/2] JBD2: Allow feature checks before journal recovery
 2010-07-21 17:50 UTC  (4+ messages)

[PATCH 04/09] cifs: define superblock-level cache index objects and register them
 2010-07-21 14:06 UTC  (4+ messages)

[patch 3/5] vfs: introduce FMODE_NEG_OFFSET for allowing negative f_pos
 2010-07-21  4:03 UTC  (5+ messages)

[patch 3/6] fs: remove dependency on __GFP_NOFAIL
 2010-07-21  2:45 UTC 

[RFC] FS_IOC_SYNCFS
 2010-07-20 23:48 UTC 

[PATCH 0/3] shrinker fixes for XFS for 2.6.35
 2010-07-20 22:53 UTC  (6+ messages)
` [PATCH 1/3] mm: add context argument to shrinker callback
` [PATCH 2/3] xfs: convert inode shrinker to per-filesystem contexts

[patch 2/5] vfs: O_* bit numbers uniqueness check
 2010-07-20 22:29 UTC 

[patch 5/5] vfs: use kmalloc() to allocate fdmem if possible
 2010-07-20 22:29 UTC 

[patch 4/5] vfs: clarify that nonseekable_open() will never fail
 2010-07-20 22:29 UTC 

[patch 1/5] vfs: improve comment describing fget_light()
 2010-07-20 22:29 UTC 

[patch for 2.6.35 1/1] vfs: don't hold s_umount over close_bdev_exclusive() call
 2010-07-20 22:18 UTC 

[PATCH 1/2 RESEND] fix return value for mb_cache_shrink_fn when nr_to_scan > 0
 2010-07-20 16:49 UTC  (4+ messages)

[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0
 2010-07-20 16:34 UTC  (10+ messages)

slow ext4 O_SYNC writes (why qemu qcow2 is so slow on ext4 vs ext3)
 2010-07-20 15:59 UTC  (4+ messages)

[PATCH -V2 00/16] New ACL format for better NFSv4 acl interoperability
 2010-07-20 15:52 UTC  (6+ messages)

[PATCH 0/4] Generalise dns_resolver
 2010-07-20 15:42 UTC  (5+ messages)
` [PATCH 2/4] Implement a DNS Resolver Module

[PATCH, RFC] Change quota error message to print out disk and function name
 2010-07-20 15:39 UTC  (2+ messages)

[PATCH] fs/Kconfig: Fix typo Userpace -> Userspace
 2010-07-20 15:30 UTC  (2+ messages)

syncing a single fs, and invalidate_bdev()
 2010-07-20 14:27 UTC  (2+ messages)

[RFC][PATCH 00/16] kill unnecessary bdi wakeups + cleanups
 2010-07-20 13:13 UTC  (37+ messages)
` [RFC][PATCH 01/16] writeback: do not self-wakeup
` [RFC][PATCH 02/16] writeback: remove redundant list initialization
` [RFC][PATCH 03/16] writeback: harmonize writeback threads naming
` [RFC][PATCH 04/16] writeback: fix possible race when shutting down bdi
` [RFC][PATCH 06/16] writeback: improve bdi_has_dirty_io
` [RFC][PATCH 07/16] writeback: do not lose wake-ups in the forker thread
` [RFC][PATCH 08/16] writeback: do not lose default bdi wake-ups
` [RFC][PATCH 09/16] writeback: do not lose wake-ups in bdi threads
` [RFC][PATCH 10/16] writeback: simplify bdi code a little
` [RFC][PATCH 11/16] writeback: move last_active to bdi
` [RFC][PATCH 12/16] writeback: add to bdi_list in the forker thread
` [RFC][PATCH 14/16] writeback: move bdi threads exiting logic to "
` [RFC][PATCH 15/16] writeback: clean-up the warning about non-registered bdi
` [RFC][PATCH 16/16] writeback: prevent unnecessary bdi threads wakeups

[PATCH 00/18] Extended file stat functions [ver #6]
 2010-07-20  8:28 UTC  (18+ messages)
` [PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available "
` [PATCH 09/18] xstat: Make special system filesystems return FS_SPECIAL_FL "
` [PATCH 12/18] xstat: Add a dentry op to handle automounting rather than abusing follow_link() "
` [PATCH 18/18] xstat: Provide a mechanism to gather extra results for [f]xstat() "

persistent ramfs issue
 2010-07-20  7:47 UTC  (2+ messages)

[PATCH 0/6] writeback cleanups and trivial fixes
 2010-07-20  4:14 UTC  (5+ messages)
` [PATCH 3/6] writeback: avoid unnecessary calculation of bdi dirty thresholds

[PATCH 00/38] Union mounts - union stack as linked list
 2010-07-20  3:12 UTC  (14+ messages)
` [PATCH 11/38] whiteout: ext2 whiteout support
` [PATCH 21/38] union-mount: Support for mounting union mount file systems
` [PATCH 22/38] union-mount: Implement union lookup
` [PATCH 27/38] union-mount: In-kernel file copyup routines

Dear Webmail User
 2010-07-20  1:26 UTC 

[PATCH] Btrfs: checkpatch fixes in various files
 2010-07-19 19:53 UTC 

[PATCH -V17 0/12] Generic name to handle and open by handle syscalls
 2010-07-19 19:12 UTC  (13+ messages)
` [PATCH -V17 01/12] exportfs: Return the minimum required handle size
` [PATCH -V17 02/12] vfs: Add name to file handle conversion support
` [PATCH -V17 03/12] vfs: Add open by file handle support
` [PATCH -V17 04/12] vfs: Allow handle based open on symlinks
` [PATCH -V17 05/12] vfs: Support null pathname in readlink
` [PATCH -V17 06/12] vfs: Support null pathname in faccessat
` [PATCH -V17 07/12] vfs: Support null pathname in linkat
` [PATCH -V17 08/12] x86: Add new syscalls for x86_32
` [PATCH -V17 09/12] x86: Add new syscalls for x86_64
` [PATCH -V17 10/12] vfs: Export file system uuid via /proc/<pid>mountinfo
` [PATCH -V17 11/12] ext3: Copy fs UUID to superblock
` [PATCH -V17 12/12] ext4: "

UnionMount status?
 2010-07-19 16:06 UTC  (6+ messages)

kernel BUG at fs/btrfs/extent-tree.c:1353
 2010-07-19  8:01 UTC  (4+ messages)

[PATCH 2/2] turn BUG_ON for out of bound in mb_cache_entry_find_first/mb_cache_entry_find_next
 2010-07-18 23:35 UTC 

[PATCH 2/2] add f_flags to struct statfs(64)
 2010-07-18 17:03 UTC  (10+ messages)

[PATCH 2/2] turn BUG_ON for out of bound in mb_cache_entry_find_first/mb_cache_entry_find_next
 2010-07-18 13:59 UTC  (2+ 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).