messages from 2010-12-10 00:59:20 to 2010-12-14 16:15:03 UTC [more...]
[PATCH 05/19] c/r: documentation
2010-12-14 16:15 UTC (3+ messages)
` [PATCH 07/19] c/r: basic infrastructure for checkpoint/restart
` [PATCH 15/19] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
[PATCH 00/35] IO-less dirty throttling v4
2010-12-14 15:57 UTC (57+ messages)
` [PATCH 01/35] writeback: enabling gate limit for light dirtied bdi
` [PATCH 02/35] writeback: safety margin for bdi stat error
` [PATCH 03/35] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 04/35] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 05/35] writeback: IO-less balance_dirty_pages()
` [PATCH 06/35] writeback: consolidate variable names in balance_dirty_pages()
` [PATCH 07/35] writeback: per-task rate limit on balance_dirty_pages()
` [PATCH 08/35] writeback: user space think time compensation
` [PATCH 09/35] writeback: account per-bdi accumulated written pages
` [PATCH 10/35] writeback: bdi write bandwidth estimation
` [PATCH 11/35] writeback: show bdi write bandwidth in debugfs
` [PATCH 12/35] writeback: scale down max throttle bandwidth on concurrent dirtiers
` [PATCH 13/35] writeback: bdi base throttle bandwidth
` [PATCH 14/35] writeback: smoothed bdi dirty pages
` [PATCH 15/35] writeback: adapt max balance pause time to memory size
` [PATCH 16/35] writeback: increase min pause time on concurrent dirtiers
` [PATCH 17/35] writeback: quit throttling when bdi dirty pages dropped low
` [PATCH 18/35] writeback: start background writeback earlier
` [PATCH 19/35] writeback: make nr_to_write a per-file limit
` [PATCH 20/35] writeback: scale IO chunk size up to device bandwidth
` [PATCH 21/35] writeback: trace balance_dirty_pages()
` [PATCH 22/35] writeback: trace global dirty page states
` [PATCH 23/35] writeback: trace writeback_single_inode()
` [PATCH 24/35] btrfs: dont call balance_dirty_pages_ratelimited() on already dirty pages
` [PATCH 25/35] btrfs: lower the dirty balacing rate limit
` [PATCH 26/35] btrfs: wait on too many nr_async_bios
` [PATCH 27/35] nfs: livelock prevention is now done in VFS
` [PATCH 28/35] nfs: writeback pages wait queue
` [PATCH 29/35] nfs: in-commit pages accounting and "
` [PATCH 30/35] nfs: heuristics to avoid commit
` [PATCH 31/35] nfs: dont change wbc->nr_to_write in write_inode()
` [PATCH 32/35] nfs: limit the range of commits
` [PATCH 33/35] nfs: adapt congestion threshold to dirty threshold
` [PATCH 34/35] nfs: trace nfs_commit_unstable_pages()
` [PATCH 35/35] nfs: trace nfs_commit_release()
[PATCH 1/3] fs: add set_flags wrapper
2010-12-14 15:11 UTC (3+ messages)
` [PATCH 2/3] fs: add fadvise file_operation
` [PATCH 3/3] ecryptfs: add fadvise/set_flags calbacks
[patch] fs: scale vfsmount refcount (was Re: rcu-walk and dcache scaling tree update and status)
2010-12-14 12:40 UTC (14+ messages)
` rcu-walk and dcache scaling tree update and status
linux-next: Tree for December 14 (New tree: vfs-scale)
2010-12-14 11:33 UTC (2+ messages)
SEASONAL FINANCIAL LENDER
2010-12-14 1:46 UTC
[RFC 4/5] implement metadata_ra in btrfs
2010-12-14 1:14 UTC (3+ messages)
[RFC 1/5] add metadata_incore ioctl in vfs
2010-12-14 1:12 UTC (3+ messages)
[RFC 3/5]add metadata_readahead ioctl in vfs
2010-12-14 0:46 UTC (2+ messages)
[RFC 2/5] implement metadata_incore in btrfs
2010-12-14 0:45 UTC (2+ messages)
rcu-walk and dcache scaling tree update and status
2010-12-13 23:21 UTC (2+ messages)
20TB ext4
2010-12-13 18:12 UTC (2+ messages)
hpfs_setattr error case avoids unlock_kernel ?
2010-12-13 17:09 UTC (3+ messages)
` [PATCH] hpfs_setattr error case avoids unlock_kernel
[PATCH] aio: check return value of create_workqueue()
2010-12-13 15:58 UTC (2+ messages)
[PATCH] fs/splice: Pull buf->ops->confirm() from splice_from_pipe actors
2010-12-13 15:04 UTC (3+ messages)
[PATCH 00/47] IO-less dirty throttling v3
2010-12-13 12:38 UTC (51+ messages)
` [PATCH 01/47] writeback: enabling gate limit for light dirtied bdi
` [PATCH 02/47] writeback: safety margin for bdi stat error
` [PATCH 03/47] writeback: IO-less balance_dirty_pages()
` [PATCH 04/47] writeback: consolidate variable names in balance_dirty_pages()
` [PATCH 05/47] writeback: per-task rate limit on balance_dirty_pages()
` [PATCH 06/47] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 07/47] writeback: account per-bdi accumulated written pages
` [PATCH 08/47] writeback: bdi write bandwidth estimation
` [PATCH 09/47] writeback: show bdi write bandwidth in debugfs
` [PATCH 10/47] writeback: quit throttling when bdi dirty pages dropped low
` [PATCH 11/47] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 12/47] writeback: make reasonable gap between the dirty/background thresholds
` [PATCH 13/47] writeback: scale down max throttle bandwidth on concurrent dirtiers
` [PATCH 14/47] writeback: add trace event for balance_dirty_pages()
` [PATCH 15/47] writeback: make nr_to_write a per-file limit
` [PATCH 16/47] writeback: make-nr_to_write-a-per-file-limit fix
` [PATCH 17/47] writeback: do uninterruptible sleep in balance_dirty_pages()
` [PATCH 18/47] writeback: move BDI_WRITTEN accounting into __bdi_writeout_inc()
` [PATCH 19/47] writeback: fix increasement of nr_dirtied_pause
` [PATCH 20/47] writeback: use do_div in bw calculation
` [PATCH 21/47] writeback: prevent divide error on tiny HZ
` [PATCH 22/47] writeback: prevent bandwidth calculation overflow
` [PATCH 23/47] writeback: spinlock protected bdi bandwidth update
` [PATCH 24/47] writeback: increase pause time on concurrent dirtiers
` [PATCH 25/47] writeback: make it easier to break from a dirty exceeded bdi
` [PATCH 26/47] writeback: start background writeback earlier
` [PATCH 27/47] writeback: user space think time compensation
` [PATCH 28/47] writeback: bdi base throttle bandwidth
` [PATCH 29/47] writeback: smoothed bdi dirty pages
` [PATCH 30/47] writeback: adapt max balance pause time to memory size
` [PATCH 31/47] writeback: increase min pause time on concurrent dirtiers
` [PATCH 32/47] writeback: extend balance_dirty_pages() trace event
` [PATCH 33/47] writeback: trace global dirty page states
` [PATCH 34/47] writeback: trace writeback_single_inode()
` [PATCH 35/47] writeback: scale IO chunk size up to device bandwidth
` [PATCH 36/47] btrfs: dont call balance_dirty_pages_ratelimited() on already dirty pages
` [PATCH 37/47] btrfs: lower the dirty balacing rate limit
` [PATCH 38/47] btrfs: wait on too many nr_async_bios
` [PATCH 39/47] nfs: livelock prevention is now done in VFS
` [PATCH 40/47] nfs: writeback pages wait queue
` [PATCH 41/47] nfs: in-commit pages accounting and "
` [PATCH 42/47] nfs: heuristics to avoid commit
` [PATCH 43/47] nfs: dont change wbc->nr_to_write in write_inode()
` [PATCH 44/47] nfs: limit the range of commits
` [PATCH 45/47] nfs: adapt congestion threshold to dirty threshold
` [PATCH 46/47] nfs: trace nfs_commit_unstable_pages()
` [PATCH 47/47] nfs: trace nfs_commit_release()
Big git diff speedup by avoiding x86 "fast string" memcmp
2010-12-13 8:25 UTC (8+ messages)
[RFC 5/5] validate extent_buffer if it's readahead in btrfs
2010-12-13 7:22 UTC
[RFC 0/5] add new ioctls to do metadata readahead in btrfs
2010-12-13 7:22 UTC
lifetime of DCACHE_DISCONECTED dentries
2010-12-13 5:19 UTC (9+ messages)
` [PATCH] nfsd4: allow __d_obtain_alias() to return unhashed dentries
[PATCH 00/46] rcu-walk and dcache scaling
2010-12-13 5:05 UTC (18+ messages)
` [PATCH 11/46] fs: dcache scale hash
rcu-walk and dcache scaling tree update and status
2010-12-13 2:37 UTC
training mpath to discern between SCSI errors
2010-12-10 23:40 UTC (3+ messages)
` [RFC PATCH 0/3] differentiate between I/O errors
[PATCH 1/2] Squashfs: add XZ compression support
2010-12-10 22:49 UTC (2+ messages)
inconsistent lock state (xfs)
2010-12-10 20:58 UTC (2+ messages)
[PATCH] fs: relax count limitation in rw_verify_area, TAKE 2
2010-12-10 20:36 UTC
[RFC PATCH 0/2 v1] Ioctl for reading block queue information
2010-12-10 18:39 UTC (12+ messages)
` [PATCH 2/2] Add BLKGETQUEUEINFO for reading block queue attributes
[PATCH 2/2] fanotify: remove obsolete check for overflow event in create_fd()
2010-12-10 17:47 UTC
[PATCH 1/2] fanotify: fix broken ref count in create_fd()
2010-12-10 17:44 UTC
[resend][PATCH] fs: use kernel's hex_to_bin() method
2010-12-10 10:55 UTC
[PATCH 2/2] Squashfs: Add XZ compression configuration option
2010-12-10 10:37 UTC (6+ messages)
[PATCH] Typecasting required for comparing unlike datatypes
2010-12-10 8:31 UTC (10+ messages)
[patch] fs: use fast counters for vfs caches
2010-12-10 4:55 UTC (10+ messages)
` [patch 1/2] fs: revert percpu nr_unused counters for dentry and inodes
` [patch 2/2] fs: use fast counters for vfs caches
` [PATCH] fs: use approximate counter values for inodes and dentries. (was Re: [patch] fs: use fast counters for vfs caches)
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).