linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-05-26 09:02:27 to 2009-05-28 09:28:03 UTC [more...]

[PATCH 0/11] Per-bdi writeback flusher threads v8
 2009-05-28  9:28 UTC  (29+ messages)
` [PATCH 01/11] ntfs: remove old debug check for dirty data in ntfs_put_super()
` [PATCH 02/11] btrfs: properly register fs backing device
` [PATCH 03/11] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 04/11] writeback: switch to per-bdi threads for flushing data
` [PATCH 05/11] writeback: get rid of pdflush completely
` [PATCH 06/11] writeback: separate the flushing state/task from the bdi
` [PATCH 07/11] writeback: support > 1 flusher thread per bdi
` [PATCH 08/11] writeback: allow sleepy exit of default writeback task
` [PATCH 09/11] writeback: add some debug inode list counters to bdi stats
` [PATCH 10/11] writeback: add name to backing_dev_info
` [PATCH 11/11] writeback: check for registered bdi in flusher add and inode dirty

[PATCH 00/19] periodic write-back timer optimization
 2009-05-28  8:18 UTC  (27+ messages)
` [PATCH 01/19] VFS: introduce helpers for manipulation s_dirty flag
` [PATCH 02/19] AFFS: do not manipulate s_dirt directly
` [PATCH 03/19] BFS: "
` [PATCH 04/19] EXOFS: "
` [PATCH 05/19] EXT2: "
` [PATCH 06/19] EXT4: "
` [PATCH 07/19] FAT: "
` [PATCH 08/19] HFS: "
` [PATCH 09/19] HFSPLUS: "
` [PATCH 10/19] JFFS2: "
` [PATCH 11/19] NILFS: "
` [PATCH 12/19] reiserfs: "
` [PATCH 13/19] SYSV: "
` [PATCH 14/19] UDF: "
` [PATCH 15/19] UFS: "
` [PATCH 16/19] XFS: "
` [PATCH 17/19] VFS: use sb_is_dirty helper
` [PATCH 18/19] write-back: introduce a helper function
` [PATCH 19/19] periodic write-back: do not wake up unnecessarily

Why do fs outside regular namespace clear DCACHE_UNHASHED?
 2009-05-28  7:14 UTC 

[rfc][patch] fs: block_dump missing dentry locking
 2009-05-28  7:01 UTC 

large fs testing
 2009-05-28  6:30 UTC  (9+ messages)

Many warnings on 2.6.29 from your sync_single_inode warning
 2009-05-28  6:03 UTC 

[PATCH] readahead:add blk_run_backing_dev
 2009-05-28  2:23 UTC  (26+ messages)

[PATCH 0/20] Sysfs cleanups
 2009-05-28  1:51 UTC  (6+ messages)
` [PATCH 01/20] sysfs: Implement sysfs_rename_link

[RFC] The reflink(2) system call
 2009-05-28  0:24 UTC  (6+ messages)
` [RFC] The reflink(2) system call v2
      ` [RFC] The reflink(2) system call v4
        ` [RFC] The reflink(2) system call v5

[PATCH] Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
 2009-05-27 23:57 UTC  (12+ messages)

[PATCH 25/20] sysfs: Only support removing emtpy sysfs directories
 2009-05-27 22:22 UTC  (33+ messages)

[PATCH 0/12] Per-bdi writeback flusher threads v7
 2009-05-27 21:06 UTC  (28+ messages)
` [PATCH 01/12] ntfs: remove old debug check for dirty data in ntfs_put_super()
` [PATCH 02/12] btrfs: properly register fs backing device
` [PATCH 03/12] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 04/12] writeback: switch to per-bdi threads for flushing data
` [PATCH 05/12] writeback: get rid of pdflush completely
` [PATCH 06/12] writeback: separate the flushing state/task from the bdi
` [PATCH 07/12] writeback: support > 1 flusher thread per bdi
` [PATCH 08/12] writeback: include default_backing_dev_info in writeback
` [PATCH 09/12] writeback: allow sleepy exit of default writeback task
` [PATCH 10/12] writeback: add some debug inode list counters to bdi stats
` [PATCH 11/12] writeback: add name to backing_dev_info
` [PATCH 12/12] writeback: check for registered bdi in flusher add and inode dirty

[ANNOUNCE] util-linux-ng v2.15.1-rc1
 2009-05-27 20:56 UTC 

[PATCH 00/10] cifs: implement proper hardlink handling (try #5)
 2009-05-27 20:34 UTC  (11+ messages)
` [PATCH 01/10] cifs: have cifs_NTtimeToUnix take a little-endian arg
` [PATCH 02/10] cifs: make cnvrtDosUnixTm take a little-endian args and an offset
` [PATCH 03/10] cifs: reorganize get_cifs_acl
` [PATCH 04/10] cifs: clean up set_cifs_acl interfaces
` [PATCH 05/10] cifs: rename cifs_iget to cifs_root_iget
` [PATCH 06/10] cifs: add new cifs_iget function and convert unix codepath to use it
` [PATCH 07/10] cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget
` [PATCH 08/10] cifs: make serverino the default when mounting
` [PATCH 09/10] cifs: remove cifsInodeInfo->inUse counter
` [PATCH 10/10] cifs: remove "hardlink detection" from cifs_rename

[PATCH 00/13] cifs: implement proper hardlink handling (try #4)
 2009-05-27 14:13 UTC  (22+ messages)
` [PATCH 01/13] cifs: have cifs_NTtimeToUnix take a little-endian arg
` [PATCH 02/13] cifs: make cnvrtDosUnixTm take a little-endian args and an offset
` [PATCH 03/13] cifs: reorganize get_cifs_acl
` [PATCH 04/13] cifs: clean up set_cifs_acl interfaces
` [PATCH 05/13] cifs: rename cifs_iget to cifs_root_iget
` [PATCH 06/13] cifs: add new cifs_iget function and convert unix codepath to use it
` [PATCH 07/13] cifs: convert posix readdir codepath to use cifs_iget
` [PATCH 08/13] cifs: convert cifs_get_inode_info "
` [PATCH 09/13] cifs: convert non-posix readdir codepath "
` [PATCH 10/13] cifs: remove cifs_new_inode
` [PATCH 11/13] cifs: make serverino the default when mounting
` [PATCH 12/13] cifs: remove cifsInodeInfo->inUse counter
` [PATCH 13/13] cifs: remove "hardlink detection" from cifs_rename

[PATCH 03/13] scsi: unify allocation of scsi command and sense buffer
 2009-05-27  9:11 UTC  (14+ messages)

copy-on-write files
 2009-05-26 19:57 UTC  (4+ messages)

[RFC PATCH] bio-integrity: Copy bip_buf and bip_size in bio_integrity_clone()
 2009-05-26 19:56 UTC  (4+ messages)

[PATCH] linux/magic.h: move cramfs magic out of cramfs_fs.h
 2009-05-26  9:45 UTC 

[PATCH 0/12] Per-bdi writeback flusher threads #5
 2009-05-26  9:07 UTC  (6+ messages)
` [PATCH 04/12] writeback: switch to per-bdi threads for flushing data

[PATCH 0/12] Per-bdi writeback flusher threads #5
 2009-05-26  9:02 UTC  (3+ messages)
` [PATCH 07/13] block: avoid indirect calls to enter cfq io scheduler


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