linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-01 15:55:08 to 2009-10-08 08:05:34 UTC [more...]

[PATCH 00/45] some writeback experiments
 2009-10-08  8:08 UTC  (85+ messages)
` [PATCH 01/45] writeback: reduce calls to global_page_state in balance_dirty_pages()
` [PATCH 02/45] writeback: reduce calculation of bdi dirty thresholds
` [PATCH 03/45] ext4: remove unused parameter wbc from __ext4_journalled_writepage()
` [PATCH 04/45] writeback: remove unused nonblocking and congestion checks
` [PATCH 05/45] writeback: remove the always false bdi_cap_writeback_dirty() test
` [PATCH 06/45] writeback: use larger ratelimit when dirty_exceeded
` [PATCH 07/45] writeback: dont redirty tail an inode with dirty pages
` [PATCH 08/45] writeback: quit on wrap for .range_cyclic (write_cache_pages)
` [PATCH 09/45] writeback: quit on wrap for .range_cyclic (pohmelfs)
` [PATCH 10/45] writeback: quit on wrap for .range_cyclic (btrfs)
` [PATCH 11/45] writeback: quit on wrap for .range_cyclic (cifs)
` [PATCH 12/45] writeback: quit on wrap for .range_cyclic (ext4)
` [PATCH 13/45] writeback: quit on wrap for .range_cyclic (gfs2)
` [PATCH 14/45] writeback: quit on wrap for .range_cyclic (afs)
` [PATCH 15/45] writeback: fix queue_io() ordering
` [PATCH 16/45] writeback: merge for_kupdate and !for_kupdate cases
` [PATCH 17/45] writeback: only allow two background writeback works
` [PATCH 18/45] writeback: introduce wait queue for balance_dirty_pages()
` [PATCH 19/45] writeback: remove the loop in balance_dirty_pages()
` [PATCH 20/45] NFS: introduce writeback wait queue
` [PATCH 21/45] writeback: estimate bdi write bandwidth
` [PATCH 22/45] writeback: show bdi write bandwidth in debugfs
` [PATCH 23/45] writeback: kill space in debugfs item name
` [PATCH 24/45] writeback: remove global nr_to_write and use timeout instead
` [PATCH 25/45] writeback: convert wbc.nr_to_write to per-file parameter
` [PATCH 26/45] block: pass the non-rotational queue flag to backing_dev_info
` [PATCH 27/45] writeback: introduce wbc.for_background
` [PATCH 28/45] writeback: introduce wbc.nr_segments
` [PATCH 29/45] writeback: fix the shmem AOP_WRITEPAGE_ACTIVATE case
` [PATCH 30/45] vmscan: lumpy pageout
` [PATCH 31/45] writeback: sync old inodes first in background writeback
` [PATCH 32/45] writeback: update kupdate expire timestamp on each scan of b_io
` [PATCH 34/45] writeback: sync livelock - kick background writeback
` [PATCH 35/45] writeback: sync livelock - use single timestamp for whole sync work
` [PATCH 36/45] writeback: sync livelock - curb dirty speed for inodes to be synced
` [PATCH 37/45] writeback: use timestamp to indicate dirty exceeded
` [PATCH 38/45] writeback: introduce queue b_more_io_wait
` [PATCH 39/45] writeback: remove wbc.more_io
` [PATCH 40/45] writeback: requeue_io_wait() on I_SYNC locked inode
` [PATCH 41/45] writeback: requeue_io_wait() on pages_skipped inode
` [PATCH 42/45] writeback: requeue_io_wait() on blocked inode
` [PATCH 43/45] writeback: requeue_io_wait() on fs redirtied inode
` [PATCH 44/45] NFS: remove NFS_INO_FLUSHING lock
` [PATCH 45/45] btrfs: fix race on syncing the btree inode

Latest vfs scalability patch
 2009-10-08  7:39 UTC  (22+ messages)
      ` [rfc][patch] store-free path walking

[PATCH 30/45] vmscan: lumpy pageout
 2009-10-08  2:37 UTC  (11+ messages)

NULL inode->i_mapping in generic_sync_sb_inodes
 2009-10-07 13:15 UTC  (3+ messages)

[RFC] LSM/TOMOYO: LSM hooks for chmod/chown/chroot/mount/open/execve
 2009-10-07 11:14 UTC  (2+ messages)

[PATCH][RFC] vfs: add message print mechanism for the mount/umount into the VFS layer
 2009-10-07  5:56 UTC  (3+ messages)

[RFC 0/3] Remove BKL from fs/
 2009-10-07  5:44 UTC  (9+ messages)
` [RFC 1/3] BKL pushdown from do_new_mount() to the filesystems
` [RFC 2/3] BKL: remove from ext2
` [RFC 3/3] BKL: Remove default_llseek()

[PATCH 1/2] vfs: make real_lookup do dentry revalidation with
 2009-10-07  4:04 UTC  (5+ messages)

[PATCH 01/10] autofs4 - use macros for active list handling
 2009-10-07  3:50 UTC  (3+ messages)

[PATCH 0/5] XFS fixes for 2.6.32
 2009-10-06 20:29 UTC  (6+ messages)
` [PATCH 1/5] xfs: implement ->dirty_inode to fix timestamp handling
` [PATCH 2/5] [PATCH 5/5] xfs: fix xfs_quiesce_data
` [PATCH 3/5] [PATCH 2/5] xfs: cleanup ->sync_fs
` [PATCH 4/5] xfs: mark inodes dirty before issuing I/O
` [PATCH 5/5] xfs: make sure xfs_sync_fsdata covers the log

[PATCH 0/4][RFC] NFSv3: implement extended attribute (XATTR) protocol
 2009-10-06 15:18 UTC  (2+ messages)

NULL inode->i_mapping in generic_sync_sb_inodes
 2009-10-06 13:48 UTC 

[PATCH] NFS: introduce writeback wait queue
 2009-10-06  0:12 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 00/21] ceph distributed file system client
 2009-10-05 22:50 UTC  (22+ messages)
` [PATCH 01/21] ceph: documentation
  ` [PATCH 02/21] ceph: on-wire types
    ` [PATCH 03/21] ceph: client types
      ` [PATCH 04/21] ceph: ref counted buffer
        ` [PATCH 05/21] ceph: super.c
          ` [PATCH 06/21] ceph: inode operations
            ` [PATCH 07/21] ceph: directory operations
              ` [PATCH 08/21] ceph: file operations
                ` [PATCH 09/21] ceph: address space operations
                  ` [PATCH 10/21] ceph: MDS client
                    ` [PATCH 11/21] ceph: OSD client
                      ` [PATCH 12/21] ceph: CRUSH mapping algorithm
                        ` [PATCH 13/21] ceph: monitor client
                          ` [PATCH 14/21] ceph: capability management
                            ` [PATCH 15/21] ceph: snapshot management
                              ` [PATCH 16/21] ceph: messenger library
                                ` [PATCH 17/21] ceph: message pools
                                  ` [PATCH 18/21] ceph: nfs re-export support
                                    ` [PATCH 19/21] ceph: ioctls
                                      ` [PATCH 20/21] ceph: debugfs
                                        ` [PATCH 21/21] ceph: Kconfig, Makefile

[PATCH RFC] Add cache-only generic file read
 2009-10-05 21:58 UTC  (2+ messages)

[PATCH] vfs: new O_NODE open flag
 2009-10-04 22:58 UTC  (12+ messages)

Updated fsx.c program
 2009-10-03  3:40 UTC  (7+ messages)
  ` Updated fsx.c program (fixed fallocate)

[RFC] Union mounts/writable overlays design
 2009-10-02 19:15 UTC  (8+ messages)

Il primo portale VISUALE per Annunci Immobiliari in Italia
 2009-10-02 17:30 UTC 

[PATCH 00/21] ceph distributed file system client
 2009-10-02 16:36 UTC  (23+ messages)
` [PATCH 01/21] ceph: documentation
  ` [PATCH 02/21] ceph: on-wire types
    ` [PATCH 03/21] ceph: client types
      ` [PATCH 04/21] ceph: ref counted buffer
        ` [PATCH 05/21] ceph: super.c
          ` [PATCH 06/21] ceph: inode operations
            ` [PATCH 07/21] ceph: directory operations
              ` [PATCH 08/21] ceph: file operations
                ` [PATCH 09/21] ceph: address space operations
                  ` [PATCH 10/21] ceph: MDS client
                    ` [PATCH 11/21] ceph: OSD client
                      ` [PATCH 12/21] ceph: CRUSH mapping algorithm
                        ` [PATCH 13/21] ceph: monitor client
                          ` [PATCH 14/21] ceph: capability management
                            ` [PATCH 15/21] ceph: snapshot management
                              ` [PATCH 16/21] ceph: messenger library
                                ` [PATCH 17/21] ceph: message pools
                                  ` [PATCH 18/21] ceph: nfs re-export support
                                    ` [PATCH 19/21] ceph: ioctls

[RFC] writeback: abort writeback of the inode on wrap-around
 2009-10-02 14:46 UTC  (2+ messages)

[PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_mb
 2009-10-02 10:34 UTC  (14+ messages)

[PATCH] zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size
 2009-10-02 10:12 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).