linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-13 13:22:31 to 2009-06-19 01:54:06 UTC [more...]

[PATCH 00/32] VFS based Union Mount (V3)
 2009-06-19  1:53 UTC  (21+ messages)
` [PATCH 15/32] union-mount: Documentation
` [PATCH] Userland for VFS based Union Mount (V3)

[PATCH attempt=2 0/5] NFS private namespace patchset
 2009-06-18 21:57 UTC  (6+ messages)
  ` [PATCH attempt=2 5/5] NFS: Correct the NFS mount path when following a referral
  ` [PATCH attempt=2 1/5] VFS: Uninline the function put_mnt_ns()
  ` [PATCH attempt=2 4/5] NFS: Fix nfs_path() to always return a '/' at the beginning of the path
` [PATCH attempt=2 2/5] VFS: Add VFS helper functions for setting up private namespaces
` [PATCH attempt=2 3/5] NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace

[PATCH 0/4] NFS private namespace patchset
 2009-06-18 21:43 UTC  (8+ messages)
` [PATCH 2/4] NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace
` [PATCH 3/4] NFS: Fix nfs_path() to always return a '/' at the beginning of the path
  ` [PATCH 4/4] NFS: Correct the NFS mount path when following a referral
  ` [PATCH 1/4] VFS: Add VFS helper functions for setting up private namespaces

[RESEND] [PATCH] readahead:add blk_run_backing_dev
 2009-06-18 19:04 UTC  (5+ messages)

[PATCHSET 0/6] exofs: few patches for Linux 2.6.31
 2009-06-18 15:31 UTC  (10+ messages)
` [PATCH 1/6] exofs: Fix bio leak in error handling path (sync read)
` [PATCH 2/6] exofs: Remove IBM copyrights
` [PATCH 3/6] exofs: Avoid using file_fsync()
` [PATCH 4/6] MAINTAINERS: Add osd maintained files (F:)
` [PATCH 5/6] osdblk: a Linux block device for OSD objects
` [PATCH 6/6] osdblk: Adjust queue limits to lower device's limits
` [osd-dev] [PATCHSET 0/6] exofs: few patches for Linux 2.6.31
  ` [PATCH] open-osd: osdblk User Mode utility

[PATCH 00/17] [RFC] AFS: Implement OpenAFS pioctls(version)s
 2009-06-18 12:50 UTC  (45+ messages)
` [PATCH 01/17] VFS: Implement the pioctl() system call
` [PATCH 02/17] VFS: Implement the AFS "
` [PATCH 03/17] VFS: Implement handling for pathless pioctls
` [PATCH 04/17] AFS: Add key request for pioctl
` [PATCH 05/17] AFS: Handle pathless pioctls aimed at AFS
` [PATCH 06/17] VFS: Define pioctl command wrappers
` [PATCH 07/17] AFS: Implement the PGetFid pioctl
` [PATCH 08/17] AFS: Implement the PGetFileCell pioctl
` [PATCH 09/17] AFS: Implement the PGetVolStat pioctl
` [PATCH 10/17] AFS: Implement the PWhereIs pioctl
` [PATCH 11/17] AFS: Implement the PFlushCB pioctl
` [PATCH 12/17] KEYS: Export lookup_user_key() and the key permission request flags
` [PATCH 13/17] RxRPC: Record extra data in key
` [PATCH 14/17] RxRPC: Declare the security index constants symbolically
` [PATCH 15/17] AFS: Implement the PSetTokens pioctl
` [PATCH 16/17] KEYS: Add a function by which the contents of a keyring can be enumerated
` [PATCH 17/17] AFS: Implement the PGetTokens pioctl

[PATCH 0/15] Per-bdi writeback flusher threads v10
 2009-06-18 12:35 UTC  (10+ messages)

[PATCH 0/10] Fix page_mkwrite() for blocksize < pagesize (version 3)
 2009-06-18 12:00 UTC  (23+ messages)
` [PATCH 01/11] ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()
` [PATCH 02/11] vfs: Add better VFS support for page_mkwrite when blocksize < pagesize
` [PATCH 03/11] ext2: Allocate space for mmaped file on page fault
` [PATCH 04/11] ext4: Make sure blocks are properly allocated under mmaped page even when blocksize < pagesize
` [PATCH 05/11] ext3: Allocate space for mmaped file on page fault
` [PATCH 06/11] vfs: Implement generic per-cpu counters for delayed allocation
` [PATCH 07/11] vfs: Unmap underlying metadata of new data buffers only when buffer is mapped
` [PATCH 08/11] fs: Don't clear dirty bits in block_write_full_page()
` [PATCH 09/11] vfs: Export wakeup_pdflush
` [PATCH 10/11] ext3: Implement delayed allocation on page_mkwrite time

[PATCH] Preparation work for VFS based union mounts
 2009-06-18 11:30 UTC  (10+ messages)
` [PATCH] VFS: BUG() if somebody tries to rehash an already hashed dentry
` [PATCH] VFS: propagate mnt_flags into do_loopback
` [PATCH] VFS: Make lookup_hash() return a struct path
` [PATCH] VFS: Remove unnecessary micro-optimization in cached_lookup()
` [PATCH] VFS: Make real_lookup() return a struct path
` [PATCH] VFS: Introduce dput() variant that maintains a kill-list

How to get the file system statistics information in kernel space?
 2009-06-18 11:03 UTC 

[RFC] O_NOACC: open without any access
 2009-06-18  6:55 UTC 

[PATCH 00/14] Pramfs: Persistent and protected ram filesystem
 2009-06-18  6:35 UTC  (16+ messages)

[PATCH 13/14] Pramfs: Write Protection
 2009-06-18  6:28 UTC  (5+ messages)

Re: [PATCH 14/14] Pramfs: XIP Operations
 2009-06-17 16:57 UTC 

RFC: O_PONIES semantics (well O_REWRITE)
 2009-06-17 13:52 UTC  (5+ messages)

[PATCH 0/10] Per-bdi writeback flusher threads v11
 2009-06-17 12:18 UTC  (12+ messages)
` [PATCH 01/10] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 02/10] writeback: switch to per-bdi threads for flushing data
` [PATCH 03/10] writeback: get rid of pdflush completely
` [PATCH 04/10] writeback: separate the flushing state/task from the bdi
` [PATCH 05/10] writeback: support > 1 flusher thread per bdi
` [PATCH 06/10] writeback: allow sleepy exit of default writeback task
` [PATCH 07/10] writeback: add some debug inode list counters to bdi stats
` [PATCH 08/10] writeback: add name to backing_dev_info
` [PATCH 09/10] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 10/10] writeback: use spin_trylock() in bdi_writeback_all() for WB_SYNC_NONE
` 2.6.30 backport (Was "Re: [PATCH 0/10] Per-bdi writeback flusher threads v11")

[PATCH 13/14] Pramfs: Write protection
 2009-06-17  7:07 UTC  (3+ messages)

[PATCH 14/14] Pramfs: XIP operations
 2009-06-17  2:15 UTC  (4+ messages)

[ANNOUNCE] lio-utils.git v3.0 configfs HOWTO for v2.6.30 released
 2009-06-16 20:57 UTC 

[PATCH 1/9] exec_path 1/9: introduce ->exec_path and switch /proc/*/exe
 2009-06-15 22:10 UTC  (3+ messages)

[ANNOUNCE] attr/acl projects moved to savannah
 2009-06-15 18:14 UTC 

[Review request] Fix page_mkwrite() for blocksize < pagesize
 2009-06-15 18:06 UTC  (3+ messages)

[PATCH] exofs: Avoid using file_fsync()
 2009-06-15 17:23 UTC  (7+ messages)
    ` [PATCH version 2] "

[PATCH 00/22] HWPOISON: Intro (v5)
 2009-06-15 11:41 UTC  (4+ messages)

[PATCH] hypfs: remove useless variable qname
 2009-06-15  9:58 UTC 

[PATCH 04/14] Pramfs: Mounting as root filesystem
 2009-06-14 16:29 UTC  (6+ messages)

[PATCH 08/14] Pramfs: Makefile and Kconfig
 2009-06-14  7:16 UTC  (5+ messages)

[PATCH 06/14] Pramfs: Include files
 2009-06-14  7:15 UTC  (5+ messages)

[PATCH 05/14] Pramfs: File operations for files
 2009-06-13 13:47 UTC  (2+ messages)

[PATCH 12/14] Pramfs: test module
 2009-06-13 13:22 UTC 

[PATCH 11/14] Pramfs: Symbolic link operations
 2009-06-13 13:22 UTC 

[PATCH 09/14] Pramfs: Inode operations for directories
 2009-06-13 13:22 UTC 

[PATCH 02/14] Pramfs: File operations for directories
 2009-06-13 13:21 UTC 

[PATCH 01/14] Pramfs: Block operations
 2009-06-13 13:20 UTC 

[PATCH 10/14] Pramfs: Superblock operations
 2009-06-13 13:22 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).