netns xfrm: fix "ip xfrm state|policy count" misreport
[safe/jmp/linux-2.6] / block / blk-barrier.c
2009-12-29 OGAWA Hirofumiblock: Honor the gfp_mask for alloc_page() in blkdev_is...
2009-10-01 Christoph Hellwigblock: allow large discard requests
2009-10-01 Christoph Hellwigblock: use normal I/O path for discard requests
2009-10-01 Christoph Hellwigblock: allow large discard requests
2009-10-01 Christoph Hellwigblock: use normal I/O path for discard requests
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-20 Jens Axboeblock: change the tag sync vs async restriction logic
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-05-11 Tejun Heoblock: implement blk_rq_pos/[cur_]sectors() and convert...
2009-04-28 Tejun Heoblock: implement and use [__]blk_end_request_all()
2009-04-15 Nikanth Karthikesanblock: Remove code handling bio_alloc failure with...
2009-01-30 Theodore Ts'oblock: Fix documentation for blkdev_issue_flush()
2008-12-29 Tejun Heoblock: fix empty barrier on write-through w/ ordered tag
2008-12-29 Tejun Heoblock: simplify empty barrier implementation
2008-12-29 Tejun Heoblock: make barrier completion more robust
2008-12-29 Tejun Heoblock: make every barrier action optional
2008-12-29 Tejun Heoblock: remove duplicate or unused barrier/discard error...
2008-12-29 Tejun Heoblock: reorganize QUEUE_ORDERED_* constants
2008-12-03 Tejun Heoblock: internal dequeue shouldn't start timer
2008-10-09 Hugh Dickinsblock: adjust blkdev_issue_discard for swap
2008-10-09 David WoodhouseAllow elevators to sort/merge discard requests
2008-10-09 OGAWA HirofumiUse WRITE_BARRIER in blkdev_issue_flush(), not (1<...
2008-10-09 David WoodhouseAdd 'discard' request handling
2008-05-01 Harvey Harrisonblock: remove remaining __FUNCTION__ occurrences
2008-04-29 FUJITA Tomonoriblock: rename and export rq_init()
2008-04-29 Adrian Bunkblock/blk-barrier.c:blk_ordered_cur_seq() mustn't be...
2008-04-29 FUJITA Tomonoriblock: make rq_init() do a full memset()
2008-03-04 Jens Axboeblock: fix blkdev_issue_flush() not detecting and passi...
2008-02-01 Jens Axboeblock: make core bits checkpatch compliant
2008-01-29 Jens Axboeblock: continue ll_rw_blk.c splitup