messages from 2009-04-04 22:13:33 to 2009-04-10 07:17:04 UTC [more...]
[RFC Aufs2 #5 00/29] souce files
2009-04-10 7:02 UTC (7+ messages)
` [RFC Aufs2 #5 01/29] aufs documents
` [RFC Aufs2 #5 06/29] aufs object lifetime management via sysfs
` [RFC Aufs2 #5 18/29] aufs inode
` [RFC Aufs2 #5 22/29] aufs branch for loopback block device
` [RFC Aufs2 #5 26/29] aufs public header file
` [RFC Aufs2 #5 27/29] export splice functions
[PATCH 0/8] nilfs2 updates for 2.6.30
2009-04-10 6:28 UTC (10+ messages)
` [PATCH 1/8] nilfs2: return f_fsid for statfs2
` [PATCH 2/8] nilfs2: fix lockdep recursive locking warning on bmap
` [PATCH 3/8] nilfs2: fix lockdep recursive locking warning on meta data files
` [PATCH 4/8] nilfs2: remove module version
` [PATCH 5/8] nilfs2: simplify handling of active state of segments fix
` [PATCH 6/8] nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_error
` [PATCH 7/8] nilfs2: segment usage file cleanups
` [PATCH 8/8] nilfs2: fix possible mismatch of sufile counters on recovery
Disk IO, "Paralllel sequential" load: read-ahead inefficient? FS tuning?
2009-04-10 6:19 UTC (4+ messages)
[PATCH 00/14] filemap and readahead fixes
2009-04-10 5:53 UTC (20+ 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
[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 21/41] CacheFiles: Permit the page lock state to be monitored [ver #48]
2009-04-06 9:34 UTC (8+ messages)
` [PATCH 00/41] Permit filesystem local caching "
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 (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).