Kent Overstreet ([email protected])

Number of posts: 564 (0.84 per day)
First post: 2011-05-20 05:02:45
Last post: 2013-03-22 21:26:41

Date List Subject
2012-11-28 16:53:46 linux-kernel [PATCH 03/25] gadget: remove only user of aio retry
2012-11-28 16:53:30 linux-kernel [PATCH 06/25] aio: Kill return value of aio_complete()
2012-11-28 16:52:52 linux-kernel [PATCH 07/25] aio: kiocb_cancel()
2012-11-28 16:51:11 linux-kernel [PATCH 09/25] aio: dprintk() -> pr_debug()
2012-11-28 16:50:29 linux-kernel [PATCH 10/25] aio: do fget() after aio_get_req()
2012-11-28 16:49:56 linux-kernel [PATCH 11/25] aio: Make aio_put_req() lockless
2012-11-28 16:49:22 linux-kernel [PATCH 15/25] aio: Use cancellation list lazily
2012-11-28 16:48:51 linux-kernel [PATCH 16/25] aio: Change reqs_active to include unreaped completions
2012-11-28 16:48:03 linux-kernel [PATCH 17/25] aio: Kill batch allocation
2012-11-28 16:47:09 linux-kernel [PATCH 18/25] aio: Kill struct aio_ring_info
2012-11-28 16:47:07 linux-kernel [PATCH 19/25] aio: Give shared kioctx fields their own cachelines
2012-11-28 16:46:28 linux-kernel [PATCH 21/25] aio: percpu reqs_available
2012-11-28 16:45:57 linux-kernel [PATCH 22/25] Generic dynamic per cpu refcounting
2012-11-28 16:44:55 linux-kernel [PATCH 24/25] aio: use xchg() instead of completion_lock
2012-11-28 16:44:54 linux-kernel [PATCH 25/25] aio: Don't include aio.h in sched.h
2012-11-28 16:44:36 linux-kernel [PATCH 23/25] aio: Percpu ioctx refcount
2012-11-28 16:44:31 linux-kernel [PATCH 20/25] aio: reqs_active -> reqs_available
2012-11-28 16:44:27 linux-kernel [PATCH 14/25] aio: Make aio_read_evt() more efficient
2012-11-28 16:44:24 linux-kernel [PATCH 12/25] aio: Refcounting cleanup
2012-11-28 16:44:21 linux-kernel [PATCH 13/25] aio: Convert read_events() to hrtimers
2012-11-28 16:44:15 linux-kernel [PATCH 08/25] aio: Move private stuff out of aio.h
2012-11-28 16:44:12 linux-kernel [PATCH 04/25] aio: remove retry-based AIO
2012-11-28 16:44:10 linux-kernel [PATCH 05/25] char: add aio_{read,write} to /dev/{null,zero}
2012-11-28 16:44:04 linux-kernel [PATCH 01/25] mm: remove old aio use_mm() comment
2012-11-28 16:44:01 linux-kernel [PATCH 00/25] AIO performance improvements/cleanups
2012-10-15 20:25:09 linux-kernel [PATCH v4 03/24] md: Convert md_trim_bio() to use bio_advance()
2012-10-15 20:24:48 linux-kernel [PATCH v4 04/24] block: Add bio_end_sector()
2012-10-15 20:24:26 linux-kernel [PATCH v4 05/24] block: Use bio_sectors() more consistently
2012-10-15 20:24:04 linux-kernel [PATCH v4 06/24] block: Change bio_split() to respect the current value of bi_idx
2012-10-15 20:23:18 linux-kernel [PATCH v4 08/24] block: Remove some unnecessary bi_vcnt usage
2012-10-15 20:23:16 linux-kernel [PATCH v4 09/24] block: Add submit_bio_wait(), remove from md
2012-10-15 20:22:50 linux-kernel [PATCH v4 11/24] raid1: use bio_reset()
2012-10-15 20:22:31 linux-kernel [PATCH v4 13/24] raid1: Refactor narrow_write_error() to not use bi_idx
2012-10-15 20:22:13 linux-kernel [PATCH v4 14/24] block: Add bio_copy_data()
2012-10-15 20:21:44 linux-kernel [PATCH v4 16/24] pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage
2012-10-15 20:21:27 linux-kernel [PATCH v4 17/24] raid1: use bio_copy_data()
2012-10-15 20:20:51 linux-kernel [PATCH v4 18/24] bounce: Refactor __blk_queue_bounce to not use bi_io_vec
2012-10-15 20:20:32 linux-kernel [PATCH v4 19/24] block: Add bio_for_each_segment_all()
2012-10-15 20:20:09 linux-kernel [PATCH v4 22/24] block: Add an explicit bio flag for bios that own their bvec
2012-10-15 20:19:46 linux-kernel [PATCH v4 23/24] bio-integrity: Add explicit field for owner of bip_buf
2012-10-15 20:19:28 linux-kernel [PATCH v4 24/24] block: Add BIO_SUBMITTED flag, kill BIO_CLONED
2012-10-15 20:18:31 linux-kernel [PATCH v4 2/2] block: Avoid deadlocks with bio allocation by stacking drivers
2012-10-15 20:18:29 linux-kernel [PATCH v4 1/2] block: Fix a buffer overrun in bio_integrity_split()
2012-10-15 20:18:03 linux-kernel [PATCH v2 00/26] Prep work for immutable bio vecs
2012-10-15 20:17:37 linux-kernel [PATCH v2 01/26] block: Convert integrity to bvec_alloc_bs(), and a bugfix
2012-10-15 20:17:34 linux-kernel [PATCH v2 02/26] block: Add bio_advance()
2012-10-15 20:17:08 linux-kernel [PATCH v2 03/26] block: Refactor blk_update_request()
2012-10-15 20:16:40 linux-kernel [PATCH v2 05/26] block: Add bio_end()
2012-10-15 20:16:37 linux-kernel [PATCH v2 06/26] block: Use bio_sectors() more consistently
2012-10-15 20:16:15 linux-kernel [PATCH v2 07/26] block: Don't use bi_idx in bio_split() or require it to be 0
2012-10-15 20:15:54 linux-kernel [PATCH v2 11/26] raid10: Use bio_reset()