linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-05 10:36:55 to 2010-08-08 15:55:31 UTC [more...]

[PATCH 00/39] Union mounts - return d_ino from lower fs
 2010-08-08 15:52 UTC  (36+ messages)
` [PATCH 01/39] VFS: Comment follow_mount() and friends
` [PATCH 02/39] VFS: Make lookup_hash() return a struct path
` [PATCH 03/39] VFS: Add read-only users count to superblock
` [PATCH 04/39] autofs4: Save autofs trigger's vfsmount in super block info
` [PATCH 05/39] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 06/39] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 07/39] whiteout: Set opaque flag if new directory was previously a whiteout
` [PATCH 08/39] whiteout: Allow removal of a directory with whiteouts
` [PATCH 09/39] whiteout: tmpfs whiteout support
` [PATCH 10/39] whiteout: Split of ext2_append_link() from ext2_add_link()
` [PATCH 11/39] whiteout: ext2 whiteout support
` [PATCH 12/39] whiteout: jffs2 "
` [PATCH 13/39] fallthru: Basic fallthru definitions
` [PATCH 14/39] union-mount: Union mounts documentation
` [PATCH 15/39] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 16/39] union-mount: Introduce union_dir structure and basic operations
` [PATCH 17/39] union-mount: Free union dirs on removal from dcache
` [PATCH 18/39] union-mount: Support for union mounting file systems
` [PATCH 19/39] union-mount: Implement union lookup
` [PATCH 20/39] union-mount: Call do_whiteout() on unlink and rmdir in unions
` [PATCH 21/39] union-mount: Copy up directory entries on first readdir()
` [PATCH 22/39] union-mount: Add generic_readdir_fallthru() helper
` [PATCH 23/39] fallthru: ext2 fallthru support
` [PATCH 24/39] fallthru: jffs2 "
` [PATCH 25/39] fallthru: tmpfs "
` [PATCH 26/39] VFS: Split inode_permission() and create path_permission()
` [PATCH 27/39] VFS: Create user_path_nd() to lookup both parent and target
` [PATCH 28/39] union-mount: In-kernel file copyup routines
` [PATCH 29/39] union-mount: Implement union-aware access()/faccessat()
` [PATCH 30/39] union-mount: Implement union-aware link()
` [PATCH 33/39] union-mount: Implement union-aware chown()
` [PATCH 34/39] union-mount: Implement union-aware truncate()
` [PATCH 35/39] union-mount: Implement union-aware chmod()/fchmodat()
` [PATCH 37/39] union-mount: Implement union-aware utimensat()
` [PATCH 38/39] union-mount: Implement union-aware setxattr()

[RFC] relaxed barrier semantics
 2010-08-08 14:31 UTC  (32+ messages)
  ` [PATCH, RFC 1/2] relaxed cache flushes
    ` [PATCH, RFC] relaxed barriers
      ` [PATCH REPOST "

[PATCH 0/3 v2] Three writeback fixes to stop sync(1) livelocks
 2010-08-08 13:59 UTC  (21+ messages)
` [PATCH 1/3 v2] mm: Stop background writeback if there is other work queued for the thread
` [PATCH 2/3 v2] mm: Fix writeback_in_progress()
` [PATCH 3/3 v2] mm: Avoid resetting wb_start after each writeback round

[PATCH 00/13] writeback patches for 2.6.36
 2010-08-07 16:47 UTC  (23+ messages)
` [PATCH 01/13] writeback: reduce calls to global_page_state in balance_dirty_pages()
` [PATCH 02/13] writeback: avoid unnecessary calculation of bdi dirty thresholds
` [PATCH 03/13] writeback: add comment to the dirty limits functions
` [PATCH 04/13] writeback: dont redirty tail an inode with dirty pages
` [PATCH 05/13] writeback: fix queue_io() ordering
` [PATCH 06/13] writeback: merge for_kupdate and !for_kupdate cases
` [PATCH 07/13] writeback: explicit low bound for vm.dirty_ratio
` [PATCH 08/13] writeback: pass writeback_control down to move_expired_inodes()
` [PATCH 09/13] writeback: the kupdate expire timestamp should be a moving target
` [PATCH 10/13] writeback: kill writeback_control.more_io
` [PATCH 11/13] writeback: sync expired inodes first in background writeback
` [PATCH 12/13] writeback: try more writeback as long as something was written
` [PATCH 13/13] writeback: introduce writeback_control.inodes_written

PATCH 3/6 - direct-io: do not merge logically non-contiguous requests
 2010-08-07  7:31 UTC  (2+ messages)

linux-next NFSD: NULL pointer dereference at nfsd_svc()
 2010-08-07  2:33 UTC  (17+ messages)

[PATCH 00/38] VFS union mounts - Add MS_FALLTHRU
 2010-08-07  0:28 UTC  (41+ messages)
` [PATCH 01/38] VFS: Comment follow_mount() and friends
` [PATCH 02/38] VFS: Make lookup_hash() return a struct path
` [PATCH 03/38] VFS: Add read-only users count to superblock
` [PATCH 04/38] autofs4: Save autofs trigger's vfsmount in super block info
` [PATCH 05/38] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 06/38] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 07/38] whiteout: Set opaque flag if new directory was previously a whiteout
` [PATCH 08/38] whiteout: Allow removal of a directory with whiteouts
` [PATCH 09/38] whiteout: tmpfs whiteout support
` [PATCH 10/38] whiteout: Split of ext2_append_link() from ext2_add_link()
` [PATCH 11/38] whiteout: ext2 whiteout support
` [PATCH 12/38] whiteout: jffs2 "
` [PATCH 13/38] fallthru: Basic fallthru definitions
` [PATCH 14/38] fallthru: ext2 fallthru support
` [PATCH 15/38] fallthru: jffs2 "
` [PATCH 16/38] fallthru: tmpfs "
` [PATCH 17/38] union-mount: Union mounts documentation
` [PATCH 18/38] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 19/38] union-mount: Introduce union_dir structure and basic operations
` [PATCH 20/38] union-mount: Free union dirs on removal from dcache
` [PATCH 21/38] union-mount: Support for union mounting file systems
` [PATCH 22/38] union-mount: Implement union lookup
` [PATCH 23/38] union-mount: Call do_whiteout() on unlink and rmdir in unions
` [PATCH 24/38] union-mount: Copy up directory entries on first readdir()
` [PATCH 25/38] VFS: Split inode_permission() and create path_permission()
` [PATCH 26/38] VFS: Create user_path_nd() to lookup both parent and target
` [PATCH 27/38] union-mount: In-kernel file copyup routines
` [PATCH 28/38] union-mount: Implement union-aware access()/faccessat()
` [PATCH 29/38] union-mount: Implement union-aware link()
` [PATCH 30/38] union-mount: Implement union-aware rename()
` [PATCH 31/38] union-mount: Implement union-aware writable open()
` [PATCH 32/38] union-mount: Implement union-aware chown()
` [PATCH 33/38] union-mount: Implement union-aware truncate()
` [PATCH 34/38] union-mount: Implement union-aware chmod()/fchmodat()
` [PATCH 35/38] union-mount: Implement union-aware lchown()
` [PATCH 36/38] union-mount: Implement union-aware utimensat()
` [PATCH 37/38] union-mount: Implement union-aware setxattr()
` [PATCH 38/38] union-mount: Implement union-aware lsetxattr()

[PATCH] NFS: Use kernel DNS resolver
 2010-08-06 21:01 UTC 

[PATCH 1/2] cifs: Include linux/err.h for IS_ERR and PTR_ERR
 2010-08-06 16:29 UTC  (3+ messages)
` [PATCH 2/2] DNS: Fixes for the DNS query module

[PATCH] DNS: If the DNS server returns an error, allow that to be cached
 2010-08-06 18:27 UTC  (3+ messages)

[PATCH 00/38] Union mounts - union stack as linked list
 2010-08-06 17:44 UTC  (27+ messages)
` [PATCH 14/38] fallthru: ext2 fallthru support
` [PATCH 19/38] union-mount: Introduce union_dir structure and basic operations
` [PATCH 21/38] union-mount: Support for mounting union mount file systems
` [PATCH 27/38] union-mount: In-kernel file copyup routines

[PATCH RESEND] Fix /proc/softirqs file formatting
 2010-08-06 14:52 UTC  (3+ messages)

[PATCH 0/3] Small writeback code fixes and improvements
 2010-08-06 12:34 UTC  (9+ messages)
` [PATCH 1/3] mm: Stop background writeback if there is other work queued for the thread
` [PATCH 2/3] mm: Fix writeback_in_progress()

PATCH 3/6 - direct-io: do not merge logically non-contiguous requests
 2010-08-06 10:50 UTC 

[PATCH 0/2] Adding two writeback files in /proc/sys/vm
 2010-08-06  7:19 UTC  (10+ messages)
` [PATCH 2/2] writeback: Adding pages_dirtied and pages_entered_writeback

[PATCH 4/7] Squashfs: Add LZO compression support
 2010-08-06  0:28 UTC 

[PATCH 7/7] Squashfs: fix filename typo
 2010-08-06  0:32 UTC 

[PATCH 5/7] Squashfs: fix block size use in LZO decompressor
 2010-08-06  0:30 UTC 

[PATCH 3/7] squashfs: fix filename in header comment
 2010-08-06  0:27 UTC 

[PATCH 6/7] Squashfs: update Kconfig and documentation for LZO
 2010-08-06  0:31 UTC 

[PATCH 2/7] Squashfs: Make XATTR config name consistent with other file systems
 2010-08-06  0:25 UTC 

[PATCH 1/7] squashfs: fix compiler inline warning
 2010-08-06  0:23 UTC 

[PATCH 0/7] Squashfs updates for 2.6.36
 2010-08-06  0:22 UTC 

[RFC] relaxed barrier semantics
 2010-08-05 19:31 UTC  (11+ messages)
                ` xfs rm performance

[PATCH 0/6] writeback cleanups and trivial fixes
 2010-08-05 16:01 UTC  (6+ messages)
` [PATCH 6/6] writeback: merge for_kupdate and !for_kupdate cases

[PATCH 0/6] [RFC] writeback: try to write older pages first
 2010-08-05 15:26 UTC  (7+ messages)
` [PATCH 3/6] writeback: kill writeback_control.more_io

[PATCH 1/2] ext3: Fix buffer dirtying in data=journal mode (fwd)
 2010-08-05 14:19 UTC  (2+ messages)

[PATCH 0/6] Reduce writeback from page reclaim context V6
 2010-08-05 14:15 UTC  (7+ messages)
` [PATCH 5/6] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 6/6] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

[RFC PATCH 0/2] Prioritise inodes and zones for writeback required by page reclaim
 2010-08-05 13:42 UTC  (3+ messages)

scalability investigation: Where can I get your latest patches?
 2010-08-05 11:44 UTC  (8+ 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).