linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-02-13 21:36:10 to 2008-02-20 16:11:38 UTC [more...]

[PATCH 00/37] Permit filesystem local caching
 2008-02-20 16:09 UTC  (38+ messages)
` [PATCH 01/37] KEYS: Increase the payload size when instantiating a key
` [PATCH 02/37] KEYS: Check starting keyring as part of search
` [PATCH 03/37] KEYS: Allow the callout data to be passed as a blob rather than a string
` [PATCH 04/37] KEYS: Add keyctl function to get a security label
` [PATCH 05/37] Security: Change current->fs[ug]id to current_fs[ug]id()
` [PATCH 06/37] Security: Separate task security context from task_struct
` [PATCH 07/37] Security: De-embed task security record from task and use refcounting
` [PATCH 08/37] Security: Add a kernel_service object class to SELinux
` [PATCH 09/37] Security: Allow kernel services to override LSM settings for task actions
` [PATCH 10/37] Security: Make NFSD work with detached security
` [PATCH 11/37] FS-Cache: Release page->private after failed readahead
` [PATCH 12/37] FS-Cache: Recruit a couple of page flags for cache management
` [PATCH 13/37] FS-Cache: Provide an add_wait_queue_tail() function
` [PATCH 14/37] FS-Cache: Generic filesystem caching facility
` [PATCH 15/37] CacheFiles: Add missing copy_page export for ia64
` [PATCH 16/37] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3
` [PATCH 17/37] CacheFiles: Add a hook to write a single page of data to an inode
` [PATCH 18/37] CacheFiles: Permit the page lock state to be monitored
` [PATCH 19/37] CacheFiles: Export things for CacheFiles
` [PATCH 20/37] CacheFiles: A cache that backs onto a mounted filesystem
` [PATCH 21/37] NFS: Add comment banners to some NFS functions
` [PATCH 22/37] NFS: Add FS-Cache option bit and debug bit
` [PATCH 23/37] NFS: Permit local filesystem caching to be enabled for NFS
` [PATCH 24/37] NFS: Register NFS for caching and retrieve the top-level index
` [PATCH 25/37] NFS: Define and create server-level objects
` [PATCH 26/37] NFS: Define and create superblock-level objects
` [PATCH 27/37] NFS: Define and create inode-level cache objects
` [PATCH 28/37] NFS: Use local disk inode cache
` [PATCH 29/37] NFS: Invalidate FsCache page flags when cache removed
` [PATCH 30/37] NFS: Add some new I/O event counters for FS-Cache events
` [PATCH 31/37] NFS: FS-Cache page management
` [PATCH 32/37] NFS: Add read context retention for FS-Cache to call back with
` [PATCH 33/37] NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching
` [PATCH 34/37] NFS: Read pages from FS-Cache into an NFS inode
` [PATCH 35/37] NFS: Store pages from an NFS inode into a local cache
` [PATCH 36/37] NFS: Display local caching state
` [PATCH 37/37] NFS: Add mount options to enable local caching on NFS

how to show propagation state for mounts
 2008-02-20 16:04 UTC  (2+ messages)

git tree with VFS stuff
 2008-02-20 14:29 UTC  (3+ messages)

NFS/LSM: allow NFS to control all of its own mount options
 2008-02-20 13:56 UTC  (8+ messages)

very poor ext3 write performance on big filesystems?
 2008-02-20 10:57 UTC  (21+ messages)

[PATCH 0/8][for -mm] mem_notify v6
 2008-02-20  5:21 UTC  (14+ messages)

unionfs_copy_attr_times oopses
 2008-02-20  0:13 UTC  (3+ messages)

Surprising Block Device Behaviour
 2008-02-19 19:58 UTC 

[RFC 00/11] possible debugfs/libfs consolidation
 2008-02-19 16:38 UTC  (13+ messages)
` [RFC 01/11] add generic versions of debugfs file operations
` [RFC 02/11] introduce simple_fs_type
` [RFC 03/11] slim down debugfs
` [RFC 04/11] slim down securityfs
` [RFC 05/11] slim down usbfs
` [RFC 06/11] split out linux/libfs.h from linux/fs.h
` [RFC 07/11] split out libfs/file.c from libfs.c
` [RFC 08/11] split out libfs/dentry.c "
` [RFC 09/11] split out libfs/super.c "
` [RFC 10/11] split out libfs/inode.c "
` [RFC 11/11] split out libfs/aops.c "

[RFC] ext3 freeze feature
 2008-02-19 11:27 UTC  (10+ messages)

Question about synchronous write on SSD
 2008-02-19 10:00 UTC  (6+ messages)

projected date for mount.cifs to support DFS junction points
 2008-02-19  4:51 UTC  (11+ messages)
      ` review 5, was "
          ` [linux-cifs-client] "
              ` Re[2]: "

[patch 00/10] mount ownership and unprivileged mount syscall (v8)
 2008-02-18 11:47 UTC  (6+ messages)

[RFC] Add vfsmount to vfs helper functions
 2008-02-18  0:40 UTC  (7+ messages)

[2.6 patch] make vfs_ioctl() static
 2008-02-17 20:22 UTC  (3+ messages)

[2.6 patch] remove generic_commit_write()
 2008-02-17 13:25 UTC  (2+ messages)

Question regarding get_block() functions of filesystems
 2008-02-17 13:05 UTC 

[RFC: 2.6 patch] make __put_super() static
 2008-02-17  8:19 UTC 

[2.6 patch] make fs/buffer.c:cont_expand_zero() static
 2008-02-17  8:16 UTC 

[GIT PULL -mm] 00/17 Unionfs updates/fixes/cleanups
 2008-02-17  2:57 UTC  (18+ messages)
` [PATCH 01/17] Unionfs: grab lower super_block references
` [PATCH 02/17] Unionfs: ensure consistent lower inodes types
` [PATCH 03/17] Unionfs: document behavior when the lower topology changes
` [PATCH 04/17] Unionfs: uninline unionfs_copy_attr_times and unionfs_copy_attr_all
` [PATCH 05/17] Unionfs: initialize path_save variable
` [PATCH 06/17] Unionfs: extend dentry branch configuration lock in open
` [PATCH 07/17] Unionfs: follow_link locking fixes
` [PATCH 08/17] Unionfs: improve debugging in copy_attr_times
` [PATCH 09/17] Unionfs: revalidation code cleanup and refactoring
` [PATCH 10/17] Unionfs: factor out revalidation routine
` [PATCH 11/17] Unionfs: lock parents' branch configuration fixes
` [PATCH 12/17] Unionfs: branch management/configuration fixes
` [PATCH 13/17] Unionfs: use dget_parent in revalidation code
` [PATCH 14/17] Unionfs: stop using iget() and read_inode()
` [PATCH 15/17] Unionfs: embed a struct path into struct nameidata instead of nd dentrymnt
` [PATCH 16/17] Unionfs: use the new path_put
` [PATCH 17/17] VFS/Unionfs: use generic path_get/path_put functions

jffs2 console printk storm
 2008-02-16 13:52 UTC  (2+ messages)

[patch 00/18] Page cache: Replace PAGE_CACHE_xx with inline functions V4
 2008-02-16  0:47 UTC  (19+ messages)
` [patch 01/18] Define functions for page cache handling
` [patch 02/18] Use page_cache_xxx functions in mm/filemap.c
` [patch 03/18] Use page_cache_xxx in mm/page-writeback.c
` [patch 04/18] Use page_cache_xxx in mm/truncate.c
` [patch 05/18] Use page_cache_xxx in mm/rmap.c
` [patch 06/18] Use page_cache_xxx in mm/filemap_xip.c
` [patch 07/18] Use page_cache_xxx in mm/migrate.c
` [patch 08/18] Use page_cache_xxx in fs/libfs.c
` [patch 09/18] Use page_cache_xxx in fs/sync
` [patch 10/18] Use page_cache_xxx in fs/buffer.c
` [patch 11/18] Use page_cache_xxx in mm/mpage.c
` [patch 12/18] Use page_cache_xxx in mm/fadvise.c
` [patch 13/18] Use page_cache_xxx in fs/splice.c
` [patch 14/18] Use page_cache_xxx in ext2
` [patch 15/18] Use page_cache_xxx in fs/ext3
` [patch 16/18] Use page_cache_xxx in fs/ext4
` [patch 17/18] Use page_cache_xxx in fs/reiserfs
` [patch 18/18] Use page_cache_xxx for fs/xfs

i_version changes
 2008-02-15 10:31 UTC  (12+ messages)

- introduce-path_put.patch removed from -mm tree
 2008-02-15  0:16 UTC 

[patch 06/10] Introduce path_put()
 2008-02-15  3:34 UTC 

[PATCH] Add MS_BIND_FLAGS mount flag
 2008-02-14 23:33 UTC  (14+ messages)

- embed-a-struct-path-into-struct-nameidata-instead-of-nd-dentrymnt-cifs-fix.patch removed from -mm tree
 2008-02-14 23:22 UTC 

[PATCH] Add linux-fsdevel to VFS entry in MAINTAINERS
 2008-02-14 20:08 UTC 

BTRFS partition usage
 2008-02-14  0:51 UTC  (6+ messages)

[PATCH 4/8][for -mm] mem_notify v6: memory_pressure_notify() caller
 2008-02-14  0:25 UTC  (3+ 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).