linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-03 23:06:56 to 2009-06-09 10:38:32 UTC [more...]

[RFC][PATCH 0/9] File descriptor hot-unplug support
 2009-06-09 10:38 UTC  (38+ messages)
` [PATCH 0/23] File descriptor hot-unplug support v2
  ` [PATCH 02/23] vfs: Implement unpoll_file
  ` [PATCH 03/23] vfs: Generalize the file_list
  ` [PATCH 04/23] vfs: Introduce infrastructure for revoking a file
  ` [PATCH 07/23] vfs: Teach sendfile,splice,tee,and vmsplice to use file_hotplug_lock
  ` [PATCH 18/23] vfs: Teach epoll "
  ` [PATCH 23/23] vfs: Teach readahead to use the file_hotplug_lock

[PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v5
 2009-06-09  9:51 UTC 

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

[PATCH] jbd/jbd2 :clean up journal_try_to_free_buffers
 2009-06-09  0:06 UTC 

ANNOUNCE: mdadm 3.0 - A tool for managing Soft RAID under Linux
 2009-06-08 23:32 UTC  (7+ messages)
    `  "
      ` [dm-devel] "

[PATCH 00/32] VFS based Union Mount (V3)
 2009-06-08 22:48 UTC  (10+ 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 0/12] make ->sync_fs mandatory
 2009-06-08 14:45 UTC  (14+ 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] fat: split fat_generic_ioctl
 2009-06-08 14:27 UTC  (2+ messages)

[PATCH 0/11] Per-bdi writeback flusher threads v9
 2009-06-08 13:01 UTC  (21+ 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  (7+ messages)
` [PATCH 1/6] nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
` [PATCH 2/6] nilfs2: get rid of sget use for acquiring nilfs object
` [PATCH 3/6] nilfs2: get rid of sget use for checking if current mount is present
` [PATCH 4/6] nilfs2: simplify remaining sget() use
` [PATCH 5/6] nilfs2: correct exclusion control in nilfs_remount function
` [PATCH 6/6] nilfs2: get rid of bd_mount_sem use from nilfs

WARNING: at fs/fs-writeback.c:292 on mkdir() in sync-mounted ext2 filesystem
 2009-06-07 16:29 UTC 

[PATCH v2.1 00/17] abstract out the super block clean/dirty state
 2009-06-07  9:21 UTC  (21+ messages)
` [PATCH v2.1 01/17] VFS: introduce helpers for manipulation s_dirty flag
` [PATCH v2.1 02/17] AFFS: do not manipulate s_dirt directly
` [PATCH v2.1 03/17] BFS: "
` [PATCH v2.1 04/17] EXOFS: "
` [PATCH v2.1 05/17] EXT2: "
` [PATCH v2.1 06/17] EXT4: "
` [PATCH v2.1 07/17] FAT: "
` [PATCH v2.1 08/17] HFS: "
` [PATCH v2.1 09/17] HFSPLUS: "
` [PATCH v2.1 10/17] JFFS2: "
` [PATCH v2.1 11/17] NILFS: "
` [PATCH v2.1 12/17] reiserfs: "
` [PATCH v2.1 13/17] SYSV: "
` [PATCH v2.1 14/17] UDF: "
` [PATCH v2.1 15/17] UFS: "
` [PATCH v2.1 16/17] XFS: "
` [PATCH v2.1 17/17] VFS: use is_sb_dirty helper

[RESEND] [PATCH] readahead:add blk_run_backing_dev
 2009-06-06 22:45 UTC  (6+ messages)

[PATCH 1/9] exec_path 1/9: introduce ->exec_path and switch /proc/*/exe
 2009-06-06  7:22 UTC  (21+ messages)
          ` [PATCH 6/9] exec_path 6/9: add struct spu::tsk
        ` [PATCH 7/9] exec_path 7/9: switch cell SPU thing to ->exec_path
        ` [PATCH 8/9] exec_path 8/9: remove ->exe_file et al
        ` [PATCH 9/9] exec_path 9/9: remove VM_EXECUTABLE

[Review request] Fix page_mkwrite() for blocksize < pagesize
 2009-06-05 23:32 UTC 

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

[PATCH v2 00/17] abstract out the super block clean/dirty state
 2009-06-05  9:01 UTC  (23+ messages)
` [PATCH v2 01/17] VFS: introduce helpers for manipulation s_dirty flag
` [PATCH v2 02/17] AFFS: do not manipulate s_dirt directly
` [PATCH v2 03/17] BFS: "
` [PATCH v2 04/17] EXOFS: "
` [PATCH v2 05/17] EXT2: "
` [PATCH v2 06/17] EXT4: "
` [PATCH v2 07/17] FAT: "
` [PATCH v2 08/17] HFS: "
` [PATCH v2 09/17] HFSPLUS: "
` [PATCH v2 10/17] JFFS2: "
` [PATCH v2 11/17] NILFS: "
` [PATCH v2 12/17] reiserfs: "
` [PATCH v2 13/17] SYSV: "
` [PATCH v2 14/17] UDF: "
` [PATCH v2 15/17] UFS: "
` [PATCH v2 16/17] XFS: "
` [PATCH v2 17/17] VFS: use sb_is_dirty helper

[PATCH] Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
 2009-06-04 21:33 UTC  (12+ messages)

[PATCH 0/12] Per-bdi writeback flusher threads v7
 2009-06-04 19:48 UTC  (4+ messages)
` [PATCH 07/12] writeback: support > 1 flusher thread per bdi

[PATCH] fuse: cache invalidation calls
 2009-06-04  9:35 UTC  (4+ messages)

[PATCH 0/5] FAT errors, user space notifications
 2009-06-04  3:54 UTC  (5+ messages)
` [PATCH 1/5] FAT: add 'errors' mount option

[PATCH 0/26] sysfs cleanups v3
 2009-06-04  0:41 UTC  (4+ messages)
` [PATCH 04/26] sysfs: sysfs_remove_dir stop checking for bogus cases


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