linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-04-03 15:57:32 to 2009-04-10 04:54:40 UTC [more...]

[PATCH 00/14] filemap and readahead fixes
 2009-04-10  4:54 UTC  (18+ messages)
` [PATCH 01/14] mm: fix find_lock_page_retry() return value parsing
` [PATCH 02/14] mm: fix major/minor fault accounting on retried fault
` [PATCH 03/14] mm: remove FAULT_FLAG_RETRY dead code
` [PATCH 04/14] mm: reduce duplicate page fault code
` [PATCH 05/14] readahead: account mmap_miss for VM_FAULT_RETRY
` [PATCH 06/14] readahead: move max_sane_readahead() calls into force_page_cache_readahead()
` [PATCH 07/14] readahead: apply max_sane_readahead() limit in ondemand_readahead()
` [PATCH 08/14] readahead: remove one unnecessary radix tree lookup
` [PATCH 09/14] readahead: increase interleaved readahead size
` [PATCH 10/14] readahead: remove sync/async readahead call dependency
` [PATCH 11/14] readahead: clean up and simplify the code for filemap page fault readahead
` [PATCH 12/14] readahead: sequential mmap readahead
` [PATCH 13/14] readahead: enforce full readahead size on async "
` [PATCH 14/14] readahead: record mmap read-around states in file_ra_state

[PATCH 0/13] Per-bdi writeback flusher threads #3
 2009-04-10  3:46 UTC  (17+ messages)
` [PATCH 01/13] buffer: switch do_emergency_thaw() away from pdflush_operation()
` [PATCH 02/13] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 03/13] writeback: switch to per-bdi threads for flushing data
` [PATCH 04/13] writeback get rid of pdflush completely
` [PATCH 05/13] writeback: separate the flushing state/task from the bdi
` [PATCH 06/13] writeback: support > 1 flusher thread per bdi
` [PATCH 07/13] writeback: include default_backing_dev_info in writeback
` [PATCH 08/13] writeback: allow sleepy exit of default writeback task
` [PATCH 09/13] writeback: btrfs must register its backing_devices
` [PATCH 10/13] writeback: add some debug inode list counters to bdi stats
` [PATCH 11/13] writeback: add name to backing_dev_info
` [PATCH 12/13] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 13/13] writeback: ensure consistency for generic_sync_sb_inodes() with WB_SYNC_ALL

Disk IO, "Paralllel sequential" load: read-ahead inefficient? FS tuning?
 2009-04-10  2:35 UTC  (3+ messages)

[RFC PATCH] fs: register_filesystem: Don't allow '\t' and '\n'
 2009-04-09 21:03 UTC  (5+ messages)

[PATCH] fs: Check fsname's length in get_filesystem_list()
 2009-04-09 21:02 UTC  (2+ messages)

ordered I/O with multipath
 2009-04-09 20:00 UTC  (5+ messages)

(unknown),
 2009-04-09 17:46 UTC 

[PATCH 1/2] [RFC] vfs: 'stat light' fstatat flags
 2009-04-09 15:13 UTC  (15+ messages)

[linux-cifs-client][patch] utilize lookup intents to open in lookup
 2009-04-09 14:00 UTC  (5+ messages)
      ` [patch] "

[PATCH] fs: Mark get_filesystem_list() as __init function
 2009-04-09 11:17 UTC 

[PATCH] befs: fix build on parisc
 2009-04-08 21:32 UTC  (2+ messages)

[PATCH] Separate out common fstatat code into vfs_fstatat
 2009-04-08 20:34 UTC  (3+ messages)
` [PATCH] kill vfs_stat_fd / vfs_lstat_fd

[PATCH 0/3] cifs: make posix codepaths handle hardlinks appropriately (RFC)
 2009-04-08 17:05 UTC  (7+ messages)
` [PATCH 1/3] cifs: rename cifs_iget to cifs_root_iget
  ` [linux-cifs-client] "
` [PATCH 2/3] cifs: add new cifs_iget_unix_basic function
  ` [linux-cifs-client] "
` [PATCH 3/3] cifs: add cifs_iget_unix and have readdir codepath use it

[PATCH] Separate out common fstatat code
 2009-04-08 13:27 UTC  (2+ messages)

[RFC] [PATCH 0/2] implement uid mount option for ext2 and ext3
 2009-04-08 13:21 UTC  (3+ messages)
` [PATCH 1/2] implement uid mount option for ext2
` [PATCH 2/2] implement uid mount option for ext3

Anti-crisis big sale
 2009-04-08  6:55 UTC 

[PATCH 1/3] VFS "stat light" out of fstatat, and fine grained flags
 2009-04-08  7:35 UTC  (4+ messages)
  ` forwarding -fsdevel to -kernel (was Re: [PATCH 1/3] VFS "stat ...) flags

[PATCH] osdblk: a Linux block device for OSD objects
 2009-04-08  6:08 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 00/14] filemap and readahead fixes
 2009-04-08  2:29 UTC  (21+ messages)
` [PATCH 01/14] mm: fix find_lock_page_retry() return value parsing
` [PATCH 02/14] mm: fix major/minor fault accounting on retried fault
` [PATCH 03/14] mm: remove FAULT_FLAG_RETRY dead code
` [PATCH 04/14] mm: reduce duplicate page fault code
` [PATCH 05/14] readahead: account mmap_miss for VM_FAULT_RETRY
` [PATCH 06/14] readahead: move max_sane_readahead() calls into force_page_cache_readahead()
` [PATCH 07/14] readahead: apply max_sane_readahead() limit in ondemand_readahead()
` [PATCH 08/14] readahead: remove one unnecessary radix tree lookup
` [PATCH 09/14] readahead: increase interleaved readahead size
` [PATCH 10/14] readahead: remove sync/async readahead call dependency
` [PATCH 11/14] readahead: clean up and simplify the code for filemap page fault readahead
` [PATCH 12/14] readahead: sequential mmap readahead
` [PATCH 13/14] readahead: enforce full readahead size on async "
` [PATCH 14/14] readahead: record mmap read-around states in file_ra_state

[PATCH 2/3] Update all filesystems with extra argument to getattr inode operation (with patch now)
 2009-04-07 23:28 UTC 

[PATCH 3/3] NFS to use supplied getattr flags information
 2009-04-07 23:15 UTC 

[PATCH 2/3] Update all filesystems with extra argument to getattr inode operation
 2009-04-07 23:15 UTC 

[PATCH 2/2] [RFC] sys_fstatat: Update file systems for new ->getattr callback
 2009-04-07 23:07 UTC  (4+ messages)
` [PATCH 3/2] [RFC] NFS: Support the AT_NO_TIMES and AT_STRICT fstatat flags

1 + 1%
 2009-04-07 21:13 UTC 

Attempt at "stat light" implementation
 2009-04-07 20:18 UTC  (24+ messages)

HPC file system usage
 2009-04-07 17:58 UTC 

[PATCH] romfs: cleanup romfs_fs.h
 2009-04-07 17:52 UTC  (4+ messages)

[PATCH] Oversight in generic_file_aio_write_nolock
 2009-04-07 17:35 UTC  (2+ messages)

10 things to do to make your lover more passionate
 2009-04-07 14:48 UTC 

Replacing VFAT as filesystem on removeable media
 2009-04-06 19:46 UTC  (6+ messages)

[PATCH] Make CONFIG_SLOW_WORK an automatic rather than manual config option
 2009-04-06 17:06 UTC  (3+ messages)

Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't)
 2009-04-06 15:51 UTC  (13+ messages)

[RFC PATCH 0/19] Target_Core_Mod/ConfigFS v3.0 for v2.6.30
 2009-04-06 12:09 UTC  (2+ messages)

[PATCH 00/41] Permit filesystem local caching [ver #48]
 2009-04-06  9:34 UTC  (23+ messages)
` [PATCH 05/41] FS-Cache: Release page->private after failed readahead "
` [PATCH 06/41] FS-Cache: Recruit a page flags for cache management "
` [PATCH 10/41] FS-Cache: Add use of /proc and presentation of statistics "
` [PATCH 21/41] CacheFiles: Permit the page lock state to be monitored "
` [PATCH 33/41] NFS: Invalidate FsCache page flags when cache removed "
` [PATCH 34/41] NFS: Add some new I/O counters for FS-Cache doing things for NFS "
` [PATCH 35/41] NFS: FS-Cache page management "
` [PATCH 36/41] NFS: Add read context retention for FS-Cache to call back with "
` [PATCH 37/41] NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching "
` [PATCH 38/41] NFS: Read pages from FS-Cache into an NFS inode "
` [PATCH 39/41] NFS: Store pages from an NFS inode into a local cache "
` [PATCH 40/41] NFS: Display local caching state "
` [PATCH 41/41] NFS: Add mount options to enable local caching on NFS "

Squashfs 4.0 tools (for 2.6.29) released
 2009-04-05 23:41 UTC 

[Labeled-nfs] [RFC v4] Security Label Support for NFSv4
 2009-04-05 23:33 UTC  (7+ messages)
` [PATCH 08/14] NFSv4: Add label recommended attribute and NFSv4 flags

Should I choose SLOW_WORK?
 2009-04-05 23:33 UTC  (2+ messages)

Some romantic moments that u lost in past will be brought back!
 2009-04-05 14:35 UTC 

[RFC PATCH 4/19] Target_Core_Mod FILEIO <-> Linux/VFS subsystem
 2009-04-05  4:13 UTC 

[RFC PATCH 2/19] Target_Core_Mod ConfigFS infrastructure
 2009-04-05  4:01 UTC 

[PATCH 1/4] VFS: Add a VFS helper function vfs_remote_path_lookup()
 2009-04-05  2:25 UTC  (12+ messages)

[PATCH 2/4] CacheFiles: Revert the addition of write_one_page()
 2009-04-04  5:55 UTC  (4+ messages)

Re: [PATCH 08/14] NFSv4: Add label recommended attribute and NFSv4 flags (#6127-130006249-0129)
 2009-04-03 17:33 UTC 

[GIT PULL] FS-Cache and CacheFiles with AFS and NFS support
 2009-04-03 15:59 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).