messages from 2012-11-27 23:14:31 to 2012-11-29 22:02:11 UTC [more...]
[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
2012-11-29 22:02 UTC (26+ messages)
` [PATCH 04/19] mm: new shrinker API
` [PATCH 05/19] shrinker: convert superblock shrinkers to new API
` [PATCH 06/19] list: add a new LRU list type
` [PATCH 07/19] inode: convert inode lru list to generic lru list code
` [PATCH 08/19] dcache: convert to use new lru list infrastructure
` [PATCH 09/19] list_lru: per-node "
` [PATCH 10/19] shrinker: add node awareness
` [PATCH 11/19] fs: convert inode and dentry shrinking to be node aware
` [PATCH 12/19] xfs: convert buftarg LRU to generic code
` [PATCH 13/19] xfs: Node aware direct inode reclaim
` [PATCH 14/19] xfs: use generic AG walk for background "
` [PATCH 15/19] xfs: convert dquot cache lru to list_lru
` [PATCH 16/19] fs: convert fs shrinkers to new scan/count API
` [PATCH 17/19] drivers: convert shrinkers to new count/scan API
` [PATCH 18/19] shrinker: convert remaining shrinkers to "
` [PATCH 19/19] shrinker: Kill old ->shrink API
[PATCH 00/25] AIO performance improvements/cleanups
2012-11-29 21:57 UTC (51+ messages)
` [PATCH 01/25] mm: remove old aio use_mm() comment
` [PATCH 02/25] aio: remove dead code from aio.h
` [PATCH 03/25] gadget: remove only user of aio retry
` [PATCH 04/25] aio: remove retry-based AIO
` [PATCH 05/25] char: add aio_{read,write} to /dev/{null,zero}
` [PATCH 06/25] aio: Kill return value of aio_complete()
` [PATCH 07/25] aio: kiocb_cancel()
` [PATCH 08/25] aio: Move private stuff out of aio.h
` [PATCH 09/25] aio: dprintk() -> pr_debug()
` [PATCH 10/25] aio: do fget() after aio_get_req()
` [PATCH 11/25] aio: Make aio_put_req() lockless
` [PATCH 12/25] aio: Refcounting cleanup
` [PATCH 13/25] aio: Convert read_events() to hrtimers
` [PATCH 14/25] aio: Make aio_read_evt() more efficient
` [PATCH 15/25] aio: Use cancellation list lazily
` [PATCH 16/25] aio: Change reqs_active to include unreaped completions
` [PATCH 17/25] aio: Kill batch allocation
` [PATCH 18/25] aio: Kill struct aio_ring_info
` [PATCH 19/25] aio: Give shared kioctx fields their own cachelines
` [PATCH 20/25] aio: reqs_active -> reqs_available
` [PATCH 21/25] aio: percpu reqs_available
` [PATCH 22/25] Generic dynamic per cpu refcounting
` [PATCH 23/25] aio: Percpu ioctx refcount
` [PATCH 24/25] aio: use xchg() instead of completion_lock
` [PATCH 25/25] aio: Don't include aio.h in sched.h
Regression with initramfs and nfsroot (appears to be in the dcache)
2012-11-29 21:33 UTC (2+ messages)
[PATCH] Revert "__d_unalias() should refuse to move mountpoints"
2012-11-29 21:30 UTC (11+ messages)
Recent kernel "mount" slow
2012-11-29 21:29 UTC (62+ messages)
` [PATCH] Introduce a method to catch mmap_region (was: Recent kernel "mount" slow)
` [PATCH v2] Do a proper locking for mmap and block size change
` [PATCH 1/2] percpu-rwsem: use synchronize_sched_expedited
` [PATCH 2/2] block_dev: don't take the write lock if block size doesn't change
[PATCH] tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)
2012-11-29 20:17 UTC (11+ messages)
[PATCH 0/2] handle O_(D)SYNC for AIO
2012-11-29 19:47 UTC (8+ messages)
` [PATCH 2/2] [PATCH 2/2] direct-io: handle handle O_(D)SYNC AIO
` [RFC PATCH] ext4: Convert unwritten extents during end_io processing
O_DIRECT on tmpfs (again)
2012-11-29 15:23 UTC (4+ messages)
Help about ext3 read-only issue on ext3(2.6.16.60)
2012-11-29 8:03 UTC
[BUG REPORT] [mm-hotplug, aio] aio ring_pages can't be offlined
2012-11-29 6:54 UTC
[PATCH] f2fs: adjust kernel coding style
2012-11-29 4:38 UTC
mmotm 2012-11-28-18-24 uploaded
2012-11-29 2:25 UTC
SQLite on flash (was: [PATCH 00/16] f2fs: introduce flash-friendly file system)
2012-11-29 2:15 UTC (23+ messages)
` light weight write barriers
` [sqlite] "
[PATCH 0/2] splice: fix direct IO/splice deadlock
2012-11-28 21:33 UTC (5+ messages)
` [PATCH 1/2] vfs: split generic splice code from i_mutex locking
` [PATCH 2/2] xfs: fix splice/direct-IO deadlock
fuse, readpage and readahead
2012-11-28 16:55 UTC
[PATCH] vfs: remove DCACHE_NEED_LOOKUP
2012-11-28 16:30 UTC
[RFC] [PATCH] fix infinite loop; increase robustness of debugfs_remove_recursive
2012-11-28 14:03 UTC (5+ messages)
` [RFC] [PATCH] fix infinite loop; increase robustness of debugfs_remove_recursive [attached test module]
[PATCH] hfsplus: rework processing of return value of bio_alloc() in hfsplus_submit_bio()
2012-11-28 13:37 UTC (5+ messages)
[PATCH] hfsplus: fix warning [next:akpm 357/436] fs/hfsplus/xattr.c:363:23: sparse: cast to restricted __be32
2012-11-28 12:18 UTC
[PATCH] f2fs: fix endian conversion bugs reported by sparse
2012-11-28 7:20 UTC
[PATCH RESEND] hfsplus: rework processing errors in hfsplus_free_extents()
2012-11-28 6:14 UTC
[PATCH 00/25] AIO performance improvements/cleanups
2012-11-28 3:19 UTC (26+ messages)
` [PATCH 01/25] mm: remove old aio use_mm() comment
` [PATCH 02/25] aio: remove dead code from aio.h
` [PATCH 03/25] gadget: remove only user of aio retry
` [PATCH 04/25] aio: remove retry-based AIO
` [PATCH 05/25] char: add aio_{read,write} to /dev/{null,zero}
` [PATCH 06/25] aio: Kill return value of aio_complete()
` [PATCH 07/25] aio: kiocb_cancel()
` [PATCH 08/25] aio: Move private stuff out of aio.h
` [PATCH 09/25] aio: dprintk() -> pr_debug()
` [PATCH 10/25] aio: do fget() after aio_get_req()
` [PATCH 11/25] aio: Make aio_put_req() lockless
` [PATCH 12/25] aio: Refcounting cleanup
` [PATCH 13/25] aio: Convert read_events() to hrtimers
` [PATCH 14/25] aio: Make aio_read_evt() more efficient
` [PATCH 15/25] aio: Use cancellation list lazily
` [PATCH 16/25] aio: Change reqs_active to include unreaped completions
` [PATCH 17/25] aio: Kill batch allocation
` [PATCH 18/25] aio: Kill struct aio_ring_info
` [PATCH 19/25] aio: Give shared kioctx fields their own cachelines
` [PATCH 20/25] aio: reqs_active -> reqs_available
` [PATCH 21/25] aio: percpu reqs_available
` [PATCH 22/25] Generic dynamic per cpu refcounting
` [PATCH 23/25] aio: Percpu ioctx refcount
` [PATCH 24/25] aio: use xchg() instead of completion_lock
` [PATCH 25/25] aio: Don't include aio.h in sched.h
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).