messages from 2010-09-04 20:26:44 to 2010-09-13 00:53:46 UTC [more...]
[PATCH 0/9] Reduce latencies and improve overall reclaim efficiency v1
2010-09-13 0:53 UTC (50+ messages)
` [PATCH 01/10] tracing, vmscan: Add trace events for LRU list shrinking
` [PATCH 02/10] writeback: Account for time spent congestion_waited
` [PATCH 03/10] writeback: Do not congestion sleep if there are no congested BDIs or significant writeback
` [PATCH 04/10] vmscan: Synchronous lumpy reclaim should not call congestion_wait()
` [PATCH 05/10] vmscan: Synchrounous lumpy reclaim use lock_page() instead trylock_page()
` [PATCH 06/10] vmscan: Narrow the scenarios lumpy reclaim uses synchrounous reclaim
` [PATCH 07/10] vmscan: Remove dead code in shrink_inactive_list()
` [PATCH 08/10] vmscan: isolated_lru_pages() stop neighbour search if neighbour cannot be isolated
` [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
[PATCH 0/5] writeback: kernel visibility
2010-09-12 20:30 UTC (6+ 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
[PATCH -V19 00/15] Generic name to handle and open by handle syscalls
2010-09-12 19:22 UTC (6+ messages)
[GIT PULL] Btrfs updates
2010-09-12 12:38 UTC (2+ messages)
[PATCHSET #upstream] block, fs: replace HARDBARRIER with FLUSH/FUA, take#2
2010-09-12 11:55 UTC (26+ messages)
` [PATCH 02/41] block/loop: queue ordered mode should be DRAIN_FLUSH
` [PATCH 23/41] dm: implement REQ_FLUSH/FUA support for bio-based dm
` [dm-devel] "
` [PATCH 42/41] dm: convey that all flushes are processed as empty
` [PATCH 42/41 v2] "
` [PATCH 24/41] dm: implement REQ_FLUSH/FUA support for request-based dm
i_size misuses
2010-09-11 22:05 UTC (2+ messages)
Combined storage tree
2010-09-11 13:55 UTC (3+ messages)
[PATCH] exec argument expansion can inappropriately trigger OOM-killer
2010-09-11 13:39 UTC (26+ messages)
` [PATCH 0/3] execve argument-copying fixes
` [PATCH 1/3] setup_arg_pages: diagnose excessive argument size
` [PATCH 2/3] execve: improve interactivity with large arguments
` [PATCH 3/3] execve: make responsive to SIGKILL "
` [PATCH 0/2] execve memory exhaust of argument-copying fixes
` [PATCH 1/2] oom: don't ignore rss in nascent mm
` [PATCH] move cred_guard_mutex from task_struct to signal_struct
` [PATCH 2/2] execve: check the VM has enough memory at first
[RFC 02/22] configfs: Add struct configfs_item_operations->check_link() in configfs_unlink()
2010-09-10 19:52 UTC (10+ messages)
block cache replacement strategy?
2010-09-10 16:02 UTC (4+ messages)
[PATCH] aio: Do not return ERESTARTSYS as a result of AIO (v2)
2010-09-10 15:13 UTC (4+ messages)
[patch 15/30] smbfs: Convert server->sem to mutex
2010-09-10 12:46 UTC (6+ messages)
` [patch 16/30] hpfs: Convert sbi->hpfs_creation_de "
` [patch 17/30] hpfsplus: Convert tree_lock "
` [patch 18/30] hfs: "
` [patch 19/30] affs: use sema_init instead of init_MUTEX
[PATCH 26/30] ext4: do not send discards as barriers
2010-09-09 22:53 UTC (11+ messages)
[PATCH 0/5] hybrid union filesystem prototype
2010-09-09 16:02 UTC (19+ messages)
` [PATCH 5/5] union: "
[PATCH] vfs: introduce FS_IOC_SYNCFS to sync a single super
2010-09-08 21:44 UTC (3+ messages)
[2.6.36-rc3] Workqueues, XFS, dependencies and deadlocks
2010-09-08 14:10 UTC (18+ messages)
[PATCH 1/2] 9p: Implement TLOCK
2010-09-08 13:22 UTC (2+ messages)
` [PATCH 2/2] 9p: Implement TGETLOCK
reply me
2010-09-08 12:46 UTC
[PATCH] vfs: calculate block-size correctly
2010-09-08 10:07 UTC
[PATCH 00/10] Assorted fixes/enhancements for overlayfs
2010-09-08 8:58 UTC (18+ messages)
` [PATCH 03/10] ovl: use correct seek function for directories
` [PATCH 01/10] ovl: small optimisation for ovl_lookup
` [PATCH 02/10] ovl: minimal remount support
` [PATCH 08/10] VFS: tiny optimisation in open_other handling
` [PATCH 07/10] ovl: add initial revalidate support
` [PATCH 06/10] ovl: rename ovl_fill_cache to ovl_dir_read
` [PATCH 10/10] ovl: Assorted updates to Documentation/filesystems/overlayfs.txt
` [PATCH 09/10] VFS: Remove read-only checks from dentry_permission
` [PATCH 05/10] ovl: make sure fsync is never called on the lower filesystem
` [PATCH 04/10] ovl: initialise is_real before use
[BUG][PATCH][2.6.36-rc3] fanotify: Do not ignore result of permission decisions
2010-09-08 8:24 UTC (2+ messages)
[2.6.35-rc3] NFS: possible irq lock inversion dependency
2010-09-07 12:32 UTC (2+ messages)
` [2.6.36-rc3] "
[PATCH -V3 1/6] fs/9p: Implement POSIX ACL permission checking function
2010-09-07 10:28 UTC (6+ messages)
` [PATCH -V3 2/6] fs/9p: Add xattr callbacks for POSIX ACL
` [PATCH -V3 3/6] fs/9p: Implement setting posix acl
` [PATCH -V3 4/6] fs/9p: Update ACL on chmod
` [PATCH -V3 5/6] fs/9p: Implement create time inheritance
` [PATCH -V3 6/6] fs/9p: Add access = client option to opt in acl evaluation
[PATCH] fs: use kernel's hex_to_bin() method
2010-09-07 9:10 UTC (2+ messages)
[PATCHSET 2.6.36-rc2] block, fs: replace HARDBARRIER with FLUSH/FUA
2010-09-06 11:40 UTC (4+ messages)
` [PATCH 24.5/30] jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
[PATCH 0/4] writeback: kernel visibility
2010-09-06 1:34 UTC (8+ messages)
` [PATCH 3/4] writeback: nr_dirtied and nr_cleaned in /proc/vmstat
[PATCH v2] [RFC] isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory
2010-09-05 19:39 UTC
[PATCH 0/6] overlay filesystem prototype
2010-09-05 12:08 UTC (4+ messages)
[PATCH 00/13] trivial: Remove unnecessary casts of private_data
2010-09-05 1:52 UTC (2+ messages)
` [PATCH 08/13] fs/seq_file.c: "
[RFC2][PATCH] 9p/net: character device transport
2010-09-04 20:26 UTC
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).