linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-04-01 23:06:17 to 2009-04-05 13:30:41 UTC [more...]

Replacing VFAT as filesystem on removeable media
 2009-04-05 13:30 UTC  (5+ messages)

[PATCH 0/3] cifs: make posix codepaths handle hardlinks appropriately (RFC)
 2009-04-05 13:09 UTC  (4+ messages)
` [PATCH 1/3] cifs: rename cifs_iget to cifs_root_iget
` [PATCH 2/3] cifs: add new cifs_iget_unix_basic function
` [PATCH 3/3] cifs: add cifs_iget_unix and have readdir codepath use it

[PATCH] osdblk: a Linux block device for OSD objects
 2009-04-05 10:22 UTC  (11+ messages)

[RFC PATCH 4/19] Target_Core_Mod FILEIO <-> Linux/VFS subsystem
 2009-04-05  4:13 UTC 

[RFC PATCH 2/19] Target_Core_Mod ConfigFS infrastructure
 2009-04-05  4:01 UTC 

[RFC PATCH 0/19] Target_Core_Mod/ConfigFS v3.0 for v2.6.30
 2009-04-05  4:01 UTC 

[PATCH 0/4] Allow NFS to use ordinary path lookup when mounting NFSv4
 2009-04-05  2:25 UTC  (18+ messages)
` [PATCH 1/4] VFS: Add a VFS helper function vfs_remote_path_lookup()

[PATCH 00/41] Permit filesystem local caching [ver #48]
 2009-04-04 22:13 UTC  (49+ messages)
` [PATCH 01/41] Create a dynamically sized pool of threads for doing very slow work items "
` [PATCH 02/41] Make slow-work thread pool actually dynamic "
` [PATCH 03/41] Make the slow work pool configurable "
` [PATCH 04/41] Document the slow work thread pool "
` [PATCH 05/41] FS-Cache: Release page->private after failed readahead "
` [PATCH 06/41] FS-Cache: Recruit a page flags for cache management "
` [PATCH 07/41] FS-Cache: Add the FS-Cache netfs API and documentation "
` [PATCH 08/41] FS-Cache: Add the FS-Cache cache backend "
` [PATCH 09/41] FS-Cache: Add main configuration option, module entry points and debugging "
` [PATCH 10/41] FS-Cache: Add use of /proc and presentation of statistics "
` [PATCH 11/41] FS-Cache: Root index definition "
` [PATCH 12/41] FS-Cache: Add cache tag handling "
` [PATCH 13/41] FS-Cache: Add cache management "
` [PATCH 14/41] FS-Cache: Provide a slab for cookie allocation "
` [PATCH 15/41] FS-Cache: Add netfs registration "
` [PATCH 16/41] FS-Cache: Bit waiting helpers "
` [PATCH 17/41] FS-Cache: Object management state machine "
` [PATCH 18/41] FS-Cache: Implement the cookie management part of the netfs API "
` [PATCH 19/41] FS-Cache: Add and document asynchronous operation handling "
` [PATCH 20/41] FS-Cache: Implement data I/O part of netfs API "
` [PATCH 21/41] CacheFiles: Permit the page lock state to be monitored "
` [PATCH 22/41] CacheFiles: Export things for CacheFiles "
` [PATCH 23/41] CacheFiles: A cache that backs onto a mounted filesystem "
` [PATCH 24/41] FS-Cache: Make kAFS use FS-Cache "
` [PATCH 25/41] NFS: Add comment banners to some NFS functions "
` [PATCH 26/41] NFS: Add FS-Cache option bit and debug bit "
` [PATCH 27/41] NFS: Permit local filesystem caching to be enabled for NFS "
` [PATCH 28/41] NFS: Register NFS for caching and retrieve the top-level index "
` [PATCH 29/41] NFS: Define and create server-level objects "
` [PATCH 30/41] NFS: Define and create superblock-level "
` [PATCH 31/41] NFS: Define and create inode-level cache "
` [PATCH 32/41] NFS: Use local disk inode cache "
` [PATCH 33/41] NFS: Invalidate FsCache page flags when cache removed "
` [PATCH 34/41] NFS: Add some new I/O counters for FS-Cache doing things for NFS "
` [PATCH 35/41] NFS: FS-Cache page management "
` [PATCH 36/41] NFS: Add read context retention for FS-Cache to call back with "
` [PATCH 37/41] NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching "
` [PATCH 38/41] NFS: Read pages from FS-Cache into an NFS inode "
` [PATCH 39/41] NFS: Store pages from an NFS inode into a local cache "
` [PATCH 40/41] NFS: Display local caching state "
` [PATCH 41/41] NFS: Add mount options to enable local caching on NFS "

[PATCH 1/4] CacheFiles: Use the ->write() file op rather than a special kernel aop
 2009-04-04  5:55 UTC  (10+ messages)
` [PATCH 2/4] CacheFiles: Revert the addition of write_one_page()
` [PATCH 3/4] FS-Cache: Use a radix tree to track pages being written rather than a page flag
` [PATCH 4/4] FS-Cache: Revert the addition of PG_owner_priv2/PG_fscache_write

Re: [PATCH 08/14] NFSv4: Add label recommended attribute and NFSv4 flags (#6127-130006249-0129)
 2009-04-03 17:33 UTC 

[GIT PULL] FS-Cache and CacheFiles with AFS and NFS support
 2009-04-03 15:59 UTC 

[PATCH] make inotify event handles use GFP_NOFS
 2009-04-03 14:56 UTC  (5+ messages)

[PATCH 00/43] Permit filesystem local caching [ver #46]
 2009-04-03 13:41 UTC  (60+ messages)
` [PATCH 05/43] FS-Cache: Release page->private after failed readahead "
` [PATCH 06/43] FS-Cache: Recruit a couple of page flags for cache management "
      ` What I mean by a 'netfs' when dealing with FS-Cache
` [PATCH 21/43] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3 [ver #46]
` [PATCH 22/43] CacheFiles: Add a hook to write a single page of data to an inode "
` [PATCH 23/43] CacheFiles: Permit the page lock state to be monitored "
` [PATCH 24/43] CacheFiles: Export things for CacheFiles "
` [PATCH 33/43] NFS: Define and create inode-level cache objects "
` [PATCH 34/43] NFS: Use local disk inode cache "
` [PATCH 35/43] NFS: Invalidate FsCache page flags when cache removed "
` [PATCH 36/43] NFS: Add some new I/O counters for FS-Cache doing things for NFS "
` [PATCH 37/43] NFS: FS-Cache page management "
` [PATCH 38/43] NFS: Add read context retention for FS-Cache to call back with "
` [PATCH 39/43] NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching "
` [PATCH 40/43] NFS: Read pages from FS-Cache into an NFS inode "
` [PATCH 41/43] NFS: Store pages from an NFS inode into a local cache "
` [PATCH 42/43] NFS: Display local caching state "
` [PATCH 43/43] NFS: Add mount options to enable local caching on NFS "

[Labeled-nfs] [RFC v4] Security Label Support for NFSv4
 2009-04-03 12:23 UTC  (7+ messages)
` [PATCH 08/14] NFSv4: Add label recommended attribute and NFSv4 flags

[PATCH] [ConfigFS]: Add struct configfs_item_operations->check_link()
 2009-04-03 10:47 UTC  (3+ messages)

[patch 1/2] fs: mnt_want_write speedup
 2009-04-03 10:31 UTC  (14+ messages)

[PATCH] [LIO-Target/ConfigFS]: Add lio_target_port_check_link()
 2009-04-03  8:26 UTC 

[ANNOUNCE] Filesystem test tools open-sourced by SGI
 2009-04-03  8:17 UTC  (4+ messages)

[PATCH] lockd: call locks_release_private to cleanup per-filesystem state
 2009-04-03  5:56 UTC  (3+ messages)

[PATCH 1/2] vfs: make real_lookup do dentry revalidation with i_mutex held
 2009-04-03  3:07 UTC  (14+ messages)

[PATCH] fix bmap-vs-truncate race
 2009-04-02 23:22 UTC  (5+ messages)

[PATCH] fs/inode: Fix typo in file_update_time nanodoc
 2009-04-02 20:27 UTC  (2+ messages)

[PATCH 0/5] btrfs: trivial cleanups
 2009-04-02 17:23 UTC 

[GIT PULL] Request for pulling exofs for 2.6.30
 2009-04-02 16:44 UTC  (2+ messages)

Problem in "prune_icache"
 2009-04-02 15:28 UTC  (2+ messages)

[PATCHSET 0/8 version 4] exofs for kernel 2.6.30
 2009-04-02 12:49 UTC  (5+ messages)

[PATCH] writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #3)
 2009-04-02 11:58 UTC  (5+ messages)

[PULL REQUEST] UDF changes for 2.6.30
 2009-04-02 11:47 UTC 

[rfc] scale dcache locking
 2009-04-02  9:43 UTC  (3+ messages)

[patch] mm: close page_mkwrite races
 2009-04-02  9:04 UTC  (7+ messages)

[PATCHSET 0/9 ver7] exofs for 2.6.30 (really)
 2009-04-02  7:24 UTC  (4+ messages)
` [PATCH 1/9] exofs: Kbuild, Headers and osd utils

checks the size of inboxes
 2009-04-01  7:52 UTC 

checks the size of inboxes
 2009-04-01  7:53 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).