linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-10 06:05:11 to 2009-06-17 16:06:14 UTC [more...]

[PATCHSET 0/6] exofs: few patches for Linux 2.6.31
 2009-06-17 16:06 UTC  (5+ 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:)

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

[PATCH 0/10] Fix page_mkwrite() for blocksize < pagesize (version 3)
 2009-06-17 13:53 UTC  (21+ 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 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 00/17] [RFC] AFS: Implement OpenAFS pioctls(version)s
 2009-06-17  9:02 UTC  (28+ 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 13/14] Pramfs: Write protection
 2009-06-17  7:07 UTC  (3+ messages)

[PATCH 0/15] Per-bdi writeback flusher threads v10
 2009-06-17  4:21 UTC  (21+ messages)
` [PATCH 01/15] block: don't overwrite bdi->state after bdi_init() has been run
` [PATCH 02/15] btrfs: properly register fs backing device
` [PATCH 03/15] ubifs: register backing_dev_info
` [PATCH 04/15] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 05/15] writeback: switch to per-bdi threads for flushing data
` [PATCH 06/15] writeback: get rid of pdflush completely
` [PATCH 07/15] writeback: separate the flushing state/task from the bdi
` [PATCH 08/15] writeback: support > 1 flusher thread per bdi
` [PATCH 09/15] writeback: allow sleepy exit of default writeback task
` [PATCH 10/15] writeback: add some debug inode list counters to bdi stats
` [PATCH 11/15] writeback: add name to backing_dev_info
` [PATCH 12/15] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 13/15] writeback: restart bdi list scan on allocation failure
` [PATCH 14/15] writeback: convert bdi_lock to a spinlock
` [PATCH 15/15] writeback: use spin_trylock() in bdi_writeback_all() for WB_SYNC_NONE

[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 00/14] Pramfs: Persistent and protected ram filesystem
 2009-06-16 19:15 UTC  (14+ messages)

[PATCH 00/32] VFS based Union Mount (V3)
 2009-06-16 15:19 UTC  (11+ messages)

[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 

[PATCH 07/14] Pramfs: Inode operations
 2009-06-13 13:21 UTC 

[PATCH 03/14] Pramfs: Documentation
 2009-06-13 13:21 UTC 

[RFC][PATCH 0/3]ext4: online defrag (ver 2.0)
 2009-06-13  4:27 UTC  (3+ messages)

[GIT PULL] configfs updates for 2.6.31
 2009-06-13  0:14 UTC 

Where should i put filp_open in domU kenel space?
 2009-06-12 13:12 UTC 

How to make the block number of a file not change?
 2009-06-12 11:41 UTC 

[PATCH 0/5][V2] FS: userspace notification of errors
 2009-06-12  7:06 UTC  (10+ messages)
` [PATCH 1/5] FAT: add basic sysfs support
  ` [PATCH 2/5] FAT: generalize errors and warning printing
    ` [PATCH 3/5] FAT: notify userspace of fs errors through sysfs
      ` [PATCH 4/5] FAT: notify userspace of fs errors with uevents
        ` [PATCH 5/5] FAT: add 'notify' mount option

RFC: Adding new block layer error codes
 2009-06-11 21:16 UTC 

[PATCH 0/4] FS: userspace notification of errors
 2009-06-10 21:05 UTC  (4+ messages)

[PATCH 1/4] FS: filesystem corruption notification
 2009-06-10 21:03 UTC  (3+ messages)
` [PATCH 4/4] EXT2: add 'notify' mount option

devpts mounts too slowly
 2009-06-10 20:51 UTC 

[patch 4/7] libfs: make simple_read_from_buffer conventional
 2009-06-10 19:57 UTC 

[patch 1/7] vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems
 2009-06-10 19:57 UTC 

[patch 6/7] vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it
 2009-06-10 19:57 UTC 

[patch 7/7] seq_file: return a negative error code when seq_path_root() fails
 2009-06-10 19:57 UTC 

[patch 3/7] vfs: improve comment describing fget_light()
 2009-06-10 19:57 UTC 

[patch 5/7] fs/inode.c: add dev-id and inode number for debugging in init_special_inode()
 2009-06-10 19:57 UTC 

[patch 2/7] raw: fix rawctl compat ioctls breakage on amd64 and itanic
 2009-06-10 19:57 UTC 

linux-next: next-20090609 hangs in early user mode
 2009-06-10 16:09 UTC  (9+ messages)

[ANNOUNCE] util-linux-ng v2.15.1
 2009-06-10 13:27 UTC 

[PATCH 0/23] File descriptor hot-unplug support v2
 2009-06-10  6:05 UTC  (7+ messages)
` [PATCH 03/23] vfs: Generalize the file_list


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).