messages from 2009-08-21 17:00:02 to 2009-09-01 07:57:39 UTC [more...]
[PATCH, RFC] vm: Add an tuning knob for vm.max_writeback_pages
2009-09-01 7:57 UTC (11+ messages)
[PATCH 0/7] Per-bdi writeback flusher threads v15
2009-09-01 7:46 UTC (15+ 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
xfs compat_ioctl?
2009-08-31 19:02 UTC (11+ messages)
[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 (47+ 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 (33+ messages)
` [PATCH 01/17] vfs: Introduce filemap_fdatawait_range
` [PATCH 02/17] vfs: Export __generic_file_aio_write() and add some comments
` [PATCH 03/17] vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()
` [PATCH 04/17] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 05/17] ocfs2: "
` [PATCH 06/17] vfs: Rename generic_file_aio_write_nolock
` [PATCH 07/17] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
` [PATCH 08/17] ext2: Update comment about generic_osync_inode
` [PATCH 09/17] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/17] ext4: Remove syncing logic from ext4_file_write
` [PATCH 11/17] ntfs: Use new syncing helpers and update comments
` [PATCH 12/17] ocfs2: Update syncing after splicing to match generic version
` [Ocfs2-devel] "
` [PATCH 13/17] xfs: Convert sync_page_range() to simple fdatawrite_range()
` [PATCH 14/17] pohmelfs: Use new syncing helper
` [PATCH 15/17] nfs: Remove reference to generic_osync_inode from a comment
` [PATCH 16/17] fat: Opencode sync_page_range_nolock()
` [PATCH 17/17] vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
[PATCH 1/9] task_struct: add PF_NONOTIFY for fanotify to use
2009-08-28 22:50 UTC (12+ 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/9] Per-bdi writeback flusher threads v13
2009-08-28 20:29 UTC (12+ messages)
` [PATCH 1/9] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 5/9] writeback: support > 1 flusher thread per bdi
[GIT PULL] inotify regresion in -rc8 causes boot hang/failure
2009-08-28 14:47 UTC (2+ messages)
v2.6.31-rc6 inotify not reporting deleted files
2009-08-28 14:18 UTC (8+ messages)
` [PATCH] inotify: Ensure we alwasy write the terminating NULL
[PATCH] ecryptfs: improved dependency checking and reporting
2009-08-28 0:13 UTC (2+ messages)
[PATCH] notes on volatile write caches vs fdatasync
2009-08-27 19:26 UTC (5+ messages)
` "
[rfc] scalable write-free cached path walking
2009-08-27 16:58 UTC
Buffer state bits
2009-08-27 14:32 UTC (5+ messages)
Iterate over inodes at umount?
2009-08-26 13:23 UTC (4+ messages)
[patch 00/11] new truncate sequence
2009-08-26 7:40 UTC (12+ messages)
` [patch 01/11] fs: new truncate helpers
` [patch 03/11] fs: introduce new truncate sequence
` [patch 06/11] ext2: convert to use the new truncate convention
` [patch] ext2: convert to use the new truncate convention fix
` [patch 10/11] udf: convert to use the new truncate convention
[PATCH] qnx4: remove write support
2009-08-24 22:32 UTC (3+ messages)
+ mm-balance_dirty_pages-reduce-calls-to-global_page_state-to-reduce-c ache-references.patch added to -mm tree
2009-08-24 1:41 UTC (10+ messages)
[PATCH] exofs: remove BKL from super operations
2009-08-23 13:40 UTC (5+ messages)
[PATCH 01/17] vfs: Introduce filemap_fdatawait_range
2009-08-21 16:59 UTC (4+ messages)
` [PATCH 02/17] vfs: Export __generic_file_aio_write() and add some comments
` [PATCH 04/17] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 10/17] ext4: Remove syncing logic from ext4_file_write
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).