messages from 2009-08-28 15:46:52 to 2009-09-04 06:51:45 UTC [more...]
[patch 00/33] my current vfs scalability patch queue
2009-09-04 6:51 UTC (5+ messages)
` [patch 01/33] fs: no games with DCACHE_UNHASHED
` [patch 02/33] fs: cleanup files_lock
` [patch 03/33] fs: scale files_lock
` [patch 04/33] fs: brlock vfsmount_lock
[PATCH 0/8] Per-bdi writeback flusher threads v17
2009-09-04 2:56 UTC (15+ messages)
` [PATCH 1/8] writeback: get rid of generic_sync_sb_inodes() export
` [PATCH 2/8] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 3/8] writeback: switch to per-bdi threads for flushing data
` [PATCH 4/8] writeback: get rid of pdflush completely
` [PATCH 5/8] writeback: add some debug inode list counters to bdi stats
` [PATCH 6/8] writeback: add name to backing_dev_info
` [PATCH 7/8] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_pages
[ANNOUNCE] autofs 5.0.5 release
2009-09-04 2:44 UTC
ext4 writepages is making tiny bios?
2009-09-04 0:15 UTC (7+ messages)
[PATCH 1/9] task_struct: add PF_NONOTIFY for fanotify to use
2009-09-03 20:25 UTC (13+ messages)
` [PATCH 2/9] vfs: introduce FMODE_NONOTIFY
` [PATCH 3/9] networking/fanotify: declare fanotify socket numbers
` [PATCH 4/9] fanotify: fscking all notification system
` [PATCH 5/9] fanotify:drop notification if they exist in the outgoing queue
` [PATCH 6/9] fanotify: merge notification events with different masks
` [PATCH 7/9] fanotify: userspace socket
` [PATCH 8/9] fanotify: userspace can add and remove fsnotify inode marks
` [PATCH 9/9] fanotify: send events to userspace over socket reads
[PATCH 0/2] [RFC] Adding the MAY_CREATE flag to ->permission()
2009-09-03 19:12 UTC (5+ messages)
` [PATCH 1/2] vfs: Add MAY_CREATE to the permission() flags
` [PATCH 2/2] ocfs2: Use MAY_CREATE in ocfs2_permission()
[PATCH] ext4,jbd2 - tracepoints: fix format string compile warnings (ino_t)
2009-09-03 15:56 UTC
[PATCH] ext2: fix format string compile warning (ino_t)
2009-09-03 15:48 UTC
[PATCH] nilfs2: fix format string compile warning (ino_t)
2009-09-03 15:42 UTC
[PATCH 0/16] Make O_SYNC handling use standard syncing path (version 4)
2009-09-03 15:39 UTC (25+ messages)
` [PATCH 01/16] vfs: Introduce filemap_fdatawait_range
` [PATCH 02/16] vfs: Export __generic_file_aio_write() and add some comments
` [PATCH 03/16] vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()
` [PATCH 04/16] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 05/16] ocfs2: "
` [PATCH 06/16] vfs: Rename generic_file_aio_write_nolock
` [PATCH 07/16] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
` [PATCH 08/16] ext2: Update comment about generic_osync_inode
` [PATCH 09/16] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/16] ext4: Remove syncing logic from ext4_file_write
` [PATCH 11/16] ntfs: Use new syncing helpers and update comments
` [PATCH 12/16] ocfs2: Update syncing after splicing to match generic version
` [PATCH 13/16] xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()
` [PATCH 14/16] pohmelfs: Use new syncing helper
` [PATCH 15/16] fat: Opencode sync_page_range_nolock()
` [PATCH 16/16] vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
` [PATCH] fsync: wait for data writeout completion before calling ->fsync
+ mm-balance_dirty_pages-reduce-calls-to-global_page_state-to-reduce-c ache-references.patch added to -mm tree
2009-09-03 12:26 UTC (12+ messages)
NULL pointer dereference
2009-09-02 21:08 UTC (2+ messages)
xfs compat_ioctl?
2009-09-02 11:51 UTC (14+ messages)
[patch 0/5] new truncate sequence patchset
2009-09-02 11:14 UTC (5+ messages)
` [patch 5/5] ext2: convert to use the new truncate convention
[PATCH 0/8] Per-bdi writeback flusher threads v16
2009-09-02 7:35 UTC (22+ messages)
` [PATCH 1/8] writeback: move super_block argument to struct writeback_control
` [PATCH 2/8] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 3/8] writeback: switch to per-bdi threads for flushing data
` [PATCH 4/8] writeback: get rid of pdflush completely
` [PATCH 5/8] writeback: add some debug inode list counters to bdi stats
` [PATCH 6/8] writeback: add name to backing_dev_info
` [PATCH 7/8] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_pages
[PATCH, RFC] vm: Add an tuning knob for vm.max_writeback_pages
2009-09-01 20:30 UTC (14+ messages)
[PATCH 0/7] Per-bdi writeback flusher threads v15
2009-09-01 8:06 UTC (16+ messages)
` [PATCH 1/7] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 2/7] writeback: switch to per-bdi threads for flushing data
` [PATCH 3/7] writeback: get rid of pdflush completely
` [PATCH 4/7] writeback: add some debug inode list counters to bdi stats
` [PATCH 5/7] writeback: add name to backing_dev_info
` [PATCH 6/7] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 7/7] vm: Add an tuning knob for vm.max_writeback_pages
[PATCH] autofs4 - fix missed case when changing to use struct path
2009-09-01 3:26 UTC
[PATCH 0/10] Per-bdi writeback flusher threads v14
2009-08-31 17:32 UTC (19+ messages)
` [PATCH 01/10] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 02/10] writeback: switch to per-bdi threads for flushing data
` [PATCH 03/10] writeback: get rid of pdflush completely
` [PATCH 04/10] writeback: separate the flushing state/task from the bdi
` [PATCH 05/10] writeback: support > 1 flusher thread per bdi
` [PATCH 06/10] writeback: allow sleepy exit of default writeback task
` [PATCH 07/10] writeback: add some debug inode list counters to bdi stats
` [PATCH 08/10] writeback: add name to backing_dev_info
` [PATCH 09/10] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 10/10] vm: Add an tuning knob for vm.max_writeback_pages
Read Blocks
2009-08-31 15:15 UTC
O_DIRECT and barriers
2009-08-30 17:48 UTC (31+ messages)
` adding proper O_SYNC/O_DSYNC, was "
[PATCH 0/17] Make O_SYNC handling use standard syncing path (Version 2)
2009-08-30 17:29 UTC (6+ messages)
` [PATCH 07/17] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
[PATCH 0/9] Per-bdi writeback flusher threads v13
2009-08-28 20:29 UTC (5+ messages)
` [PATCH 1/9] writeback: move dirty inodes from super_block to backing_dev_info
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).