linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-07 16:52:06 to 2009-06-15 17:59:51 UTC [more...]

[PATCH 0/10] Fix page_mkwrite() for blocksize < pagesize (version 3)
 2009-06-15 17:59 UTC  (5+ 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 00/14] Pramfs: Persistent and protected ram filesystem
 2009-06-15 17:58 UTC  (12+ 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 00/32] VFS based Union Mount (V3)
 2009-06-15  9:55 UTC  (12+ messages)

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

[PATCH 14/14] Pramfs: XIP operations
 2009-06-14  7:16 UTC  (3+ 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 13/14] Pramfs: Write protection
 2009-06-13 13:23 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)

[Review request] Fix page_mkwrite() for blocksize < pagesize
 2009-06-13  4:00 UTC  (2+ messages)

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

RFC: O_PONIES semantics (well O_REWRITE)
 2009-06-12 17:06 UTC  (9+ messages)

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

[PATCH 0/15] Per-bdi writeback flusher threads v10
 2009-06-12 12:54 UTC  (16+ 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

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  (8+ 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 

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

[PATCH 0/11] Per-bdi writeback flusher threads v9
 2009-06-09 18:39 UTC  (15+ messages)

ANNOUNCE: mdadm 3.0 - A tool for managing Soft RAID under Linux
 2009-06-09 16:29 UTC  (5+ messages)
    `  "
      ` [dm-devel] "

[PATCH] jbd/jbd2 :clean up journal_try_to_free_buffers
 2009-06-09 13:36 UTC  (2+ messages)

[PATCH 0/12] make ->sync_fs mandatory
 2009-06-09 13:03 UTC  (16+ messages)
` [PATCH 1/12] affs: add ->sync_fs
` [PATCH 2/12] bfs: "
` [PATCH 3/12] exofs: "
` [PATCH 4/12] ext2: "
` [PATCH 6/12] hfs: "
` [PATCH 7/12] hfsplus: "
` [PATCH 8/12] sysv: "
` [PATCH 9/12] ufs: "
` [PATCH 10/12] jffs2: call jffs2_write_super from jffs2_sync_fs
` [PATCH 11/12] nilfs2: call nilfs2_write_super from nilfs2_sync_fs
` [PATCH 12/12] remove the call to ->write_super in __sync_filesystem

[PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v5
 2009-06-09 11:14 UTC  (2+ messages)

[PATCH] [RESEND] RFC: List per-process file descriptor consumption when hitting file-max
 2009-06-09  9:01 UTC 

[PATCH][BUG] Lack of mutex_lock in drop_pagecache_sb()
 2009-06-09  7:24 UTC  (17+ messages)
    ` [PATCH] skip I_CLEAR state inodes
                  ` [PATCH] writeback: skip new or to-be-freed inodes

[patch] add dentry revalidate to follow mount
 2009-06-09  3:43 UTC  (5+ messages)

fgetattr/fsetattr file operation
 2009-06-08 22:26 UTC  (8+ messages)

save path to a file
 2009-06-08 21:48 UTC  (3+ messages)

[PATCH 02/49] vfs: Add BUG_ON for delayed and unwritten flags in submit_bh()
 2009-06-08 19:22 UTC 

[PATCH] fat: split fat_generic_ioctl
 2009-06-08 14:27 UTC  (2+ messages)

RFC: kill msdos and vfat modules?
 2009-06-08 12:20 UTC  (4+ messages)

[PATCH] [RFC] List per-process file descriptor consumption when hitting file-max
 2009-06-08 11:38 UTC 

[PATCH] cleanup __writeback_single_inode
 2009-06-08 11:35 UTC 

[PATCH] autofs4 - remove hashed check in validate_wait()
 2009-06-08  5:59 UTC  (6+ messages)

[PATCH 0/6] nilfs2 cleanups around get_sb and remount functions
 2009-06-07 16:39 UTC  (2+ messages)
` [PATCH 2/6] nilfs2: get rid of sget use for acquiring nilfs object


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