public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-13 02:58:32 to 2010-09-17 04:34:08 UTC [more...]

[PATCH 00/34] Union mount core for review
 2010-09-17  4:34 UTC  (36+ messages)
` [PATCH 01/34] VFS: Make clone_mnt() and copy_tree() return error codes
` [PATCH 02/34] VFS: Add CL_NO_SHARED flag to clone_mnt()/copy_tree()
` [PATCH 03/34] VFS: Add CL_NO_SLAVE "
` [PATCH 04/34] VFS: Add CL_MAKE_HARD_READONLY "
` [PATCH 05/34] union-mount: Union mounts documentation
` [PATCH 06/34] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 07/34] union-mount: Add CONFIG_UNION_MOUNT option
` [PATCH 08/34] union-mount: Create union_stack structure
` [PATCH 09/34] union-mount: Add two superblock fields for union mounts
` [PATCH 10/34] union-mount: Add union_alloc()
` [PATCH 11/34] union-mount: Add union_find_dir()
` [PATCH 12/34] union-mount: Create d_free_unions()
` [PATCH 13/34] union-mount: Free union stack on removal of topmost dentry from dcache
` [PATCH 14/34] union-mount: Create union_add_dir()
` [PATCH 15/34] union-mount: Add union_create_topmost_dir()
` [PATCH 16/34] union-mount: Create IS_MNT_UNION()
` [PATCH 17/34] union-mount: Create needs_lookup_union()
` [PATCH 18/34] union-mount: Create check_topmost_union_mnt()
` [PATCH 19/34] union-mount: Add clone_union_tree() and put_union_sb()
` [PATCH 20/34] union-mount: Create build_root_union()
` [PATCH 21/34] union-mount: Create prepare_mnt_union() and cleanup_mnt_union()
` [PATCH 22/34] union-mount: Prevent improper union-related remounts
` [PATCH 23/34] union-mount: Prevent topmost file system from being mounted elsewhere
` [PATCH 24/34] union-mount: Prevent bind mounts of union mounts
` [PATCH 25/34] union-mount: Implement union mount
` [PATCH 26/34] union-mount: Temporarily disable some syscalls
` [PATCH 27/34] union-mount: Basic infrastructure of __union_lookup()
` [PATCH 28/34] union-mount: Process negative dentries in __union_lookup()
` [PATCH 29/34] union-mount: Return files found in lower layers "
` [PATCH 30/34] union-mount: Build union stack in __lookup_union()
` [PATCH 31/34] union-mount: Follow mount "
` [PATCH 32/34] union-mount: Add lookup_union() wrapper for __lookup_union()
` [PATCH 33/34] union-mount: Add do_lookup_union() "
` [PATCH 34/34] union-mount: Call union lookup functions in lookup path

[PATCH 00/17][cr][v4]: C/R file owner, locks, leases
 2010-09-17  0:07 UTC  (11+ messages)
` [PATCH 03/17][cr][v4]: Checkpoint file-owner information
` [PATCH 04/17][cr][v4]: Restore file_owner info
` [PATCH 06/17][cr][v4]: Checkpoint file-locks
` [PATCH 11/17][cr][v4]: Add ->fl_type_prev field
` [PATCH 12/17][cr][v4]: Add ->fl_break_notified field

[PATCH 0/3] BDI handling fixes
 2010-09-16 23:47 UTC  (5+ messages)
` [PATCH 1/3] bdi: Initialize noop_backing_dev_info properly
` [PATCH 2/3] char: Mark /dev/zero and /dev/kmem as not capable of writeback
` [PATCH 3/3] bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends

[PATCH 0/8] Reduce latencies and improve overall reclaim efficiency v2
 2010-09-16 22:28 UTC  (17+ messages)
` [PATCH 1/8] tracing, vmscan: Add trace events for LRU list shrinking
` [PATCH 2/8] writeback: Account for time spent congestion_waited
` [PATCH 3/8] vmscan: Synchronous lumpy reclaim should not call congestion_wait()
` [PATCH 4/8] vmscan: Narrow the scenarios lumpy reclaim uses synchrounous reclaim
` [PATCH 5/8] vmscan: Remove dead code in shrink_inactive_list()
` [PATCH 6/8] vmscan: isolated_lru_pages() stop neighbour search if neighbour cannot be isolated
` [PATCH 7/8] writeback: Do not sleep on the congestion queue if there are no congested BDIs
` [PATCH 8/8] writeback: Do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone

Remaining BKL users, what to do
 2010-09-16 21:26 UTC  (12+ messages)

[PATCH][RFC] fs/exec.c: provide the correct process pid to the pipe helper
 2010-09-16 21:02 UTC  (4+ messages)

[PATCH 00/12] more BKL removal after get_sb pushdown
 2010-09-16 17:46 UTC 

[PATCH 0/4] oom fixes for 2.6.36
 2010-09-16 17:44 UTC  (9+ messages)
` [PATCH 1/4] oom: remove totalpage normalization from oom_badness()
` [PATCH 2/4] Revert "oom: deprecate oom_adj tunable"
` [PATCH 3/4] move cred_guard_mutex from task_struct to signal_struct
` [PATCH 4/4] oom: don't ignore rss in nascent mm

[PATCH 2/2] execve: check the VM has enough memory at first
 2010-09-16 15:01 UTC  (5+ messages)

[PATCH 00/10] Assorted fixes/enhancements for overlayfs
 2010-09-16 14:47 UTC  (3+ messages)
` [PATCH 07/10] ovl: add initial revalidate support

[PATCH] Remove BKL from fs/locks.c
 2010-09-16 14:10 UTC  (13+ messages)

[PATCH] quota: Fix deadlock during path resolution
 2010-09-16  9:55 UTC  (3+ messages)

[PATCH] fs: Fix dentry leak at dentry_open()
 2010-09-16  9:48 UTC 

[PATCH] move cred_guard_mutex from task_struct to signal_struct
 2010-09-16  5:51 UTC  (3+ messages)

[RFC][PATCH] update /proc/sys/vm/drop_caches documentation
 2010-09-16  1:33 UTC  (2+ messages)

[PATCH 00/15] change default_llseek action
 2010-09-15 16:37 UTC  (6+ messages)
` [PATCH 15/15] vfs: make no_llseek the default

new "multi-version snapshot target" [was: Re: [PATCH] vfs: calculate block-size correctly]
 2010-09-15 15:44 UTC  (2+ messages)

[PATCH 1/3] setup_arg_pages: diagnose excessive argument size
 2010-09-15  9:27 UTC  (9+ messages)

[PATCH] vfs: calculate block-size correctly
 2010-09-15  8:14 UTC  (3+ messages)

[PATCH 0/5] writeback: kernel visibility
 2010-09-15  6:18 UTC  (9+ messages)
` [PATCH 3/5] writeback: nr_dirtied and nr_written in /proc/vmstat
` [PATCH 4/5] writeback: Adding /sys/devices/system/node/<node>/vmstat
` [PATCH 5/5] writeback: Reporting dirty thresholds in /proc/vmstat

[PATCH 3/5] writeback: nr_dirtied and nr_written in /proc/vmstat
 2010-09-15  6:08 UTC  (2+ messages)
` [PATCH 4/5] writeback: Adding /sys/devices/system/node/<node>/vmstat

[PATCH 0/5] writeback: kernel visibility
 2010-09-15  5:23 UTC  (10+ messages)
` [PATCH 1/5] mm: exporting account_page_dirty
` [PATCH 2/5] mm: account_page_writeback added
` [PATCH 3/5] writeback: nr_dirtied and nr_written in /proc/vmstat
` [PATCH 4/5] writeback: Adding /sys/devices/system/node/<node>/vmstat
` [PATCH 5/5] writeback: Reporting dirty thresholds in /proc/vmstat

VFS scalability git tree
 2010-09-14 23:02 UTC  (6+ messages)

[PATCH] exec argument expansion can inappropriately trigger OOM-killer
 2010-09-14 22:35 UTC  (5+ messages)
  ` [PATCH 1/3] setup_arg_pages: diagnose excessive argument size

[PATCH 05/10] vmscan: Synchrounous lumpy reclaim use lock_page() instead trylock_page()
 2010-09-14 10:14 UTC  (5+ messages)

[PATCH next 00/16] treewide: Use static const char * const where possible
 2010-09-14  4:24 UTC  (2+ messages)
` [PATCH next 14/16] fs: "

[PATCH 0/9] Reduce latencies and improve overall reclaim efficiency v1
 2010-09-13 23:10 UTC  (21+ messages)
` [PATCH 03/10] writeback: Do not congestion sleep if there are no congested BDIs or significant writeback
` [PATCH 09/10] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 10/10] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

block cache replacement strategy?
 2010-09-13 19:26 UTC  (7+ messages)

[PATCHSET #upstream] block, fs: replace HARDBARRIER with FLUSH/FUA, take#2
 2010-09-13 19:01 UTC  (9+ messages)
` [PATCH 23/41] dm: implement REQ_FLUSH/FUA support for bio-based dm

Combined storage tree
 2010-09-13 16:46 UTC  (5+ messages)

[PATCH 0/23] nilfs2: remove own inode allocator
 2010-09-13 15:37 UTC  (24+ messages)
` [PATCH 02/23] nilfs2: set pointer to root object in inodes
` [PATCH 04/23] nilfs2: use root object to get ifile
` [PATCH 06/23] nilfs2: use checkpoint tree for mount check of snapshots
` [PATCH 07/23] nilfs2: deny write access to inodes in snapshots
  ` [PATCH 01/23] nilfs2: add checkpoint tree to nilfs object
  ` [PATCH 03/23] nilfs2: make snapshots in checkpoint tree exportable
  ` [PATCH 05/23] nilfs2: move inode count and block count into root object
  ` [PATCH 08/23] nilfs2: split out nilfs_get_root_dentry
  ` [PATCH 09/23] nilfs2: split out nilfs_attach_snapshot
  ` [PATCH 10/23] nilfs2: do not allocate multiple super block instances for a device
  ` [PATCH 11/23] nilfs2: simplify life cycle management of nilfs object
  ` [PATCH 12/23] nilfs2: get rid of snapshot mount flag
  ` [PATCH 13/23] nilfs2: allow nilfs_clear_inode to clear metadata file inodes
  ` [PATCH 18/23] nilfs2: get rid of GCDAT inode
  ` [PATCH 19/23] nilfs2: use iget for all metadata files
  ` [PATCH 20/23] nilfs2: see state of root dentry for mount check of snapshots
  ` [PATCH 21/23] nilfs2: get rid of mi_nilfs back pointer to nilfs object
` [PATCH 14/23] nilfs2: do not allocate nilfs_mdt_info structure to gc-inodes
` [PATCH 15/23] nilfs2: add routines to save and restore bmap state
` [PATCH 16/23] nilfs2: add routines to roll back state of DAT file
` [PATCH 17/23] nilfs2: add routines to redirect access to buffers "
` [PATCH 22/23] nilfs2: get rid of back pointer to writable sb instance
` [PATCH 23/23] nilfs2: remove own inode allocator and destructor for metadata files

[PATCH 1/2] Bcache: Version 7 - Writeback
 2010-09-13 13:21 UTC  (2+ messages)
` [PATCH 2/2] Bcache: Version 7 (Code)

[PATCH -V19 00/15] Generic name to handle and open by handle syscalls
 2010-09-13  7:59 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox