aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-barrier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01block: allow large discard requestsChristoph Hellwig1-4/+6
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig1-5/+30
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig1-12/+19
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-4/+4
2009-05-20block: change the tag sync vs async restriction logicJens Axboe1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-1/+1
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-1/+1
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-7/+2
2009-04-15block: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-3/+0
2009-01-30block: Fix documentation for blkdev_issue_flush()Theodore Ts'o1-1/+1
2008-12-29block: fix empty barrier on write-through w/ ordered tagTejun Heo1-1/+13
2008-12-29block: simplify empty barrier implementationTejun Heo1-6/+10
2008-12-29block: make barrier completion more robustTejun Heo1-18/+27
2008-12-29block: make every barrier action optionalTejun Heo1-17/+24
2008-12-29block: remove duplicate or unused barrier/discard error pathsTejun Heo1-2/+2
2008-12-29block: reorganize QUEUE_ORDERED_* constantsTejun Heo1-10/+10
2008-12-03block: internal dequeue shouldn't start timerTejun Heo1-2/+2
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins1-3/+4
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse1-1/+1
2008-10-09Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER)OGAWA Hirofumi1-1/+1
2008-10-09Add 'discard' request handlingDavid Woodhouse1-0/+69
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+1
2008-04-29block: rename and export rq_init()FUJITA Tomonori1-2/+2
2008-04-29block/blk-barrier.c:blk_ordered_cur_seq() mustn't be inlineAdrian Bunk1-1/+1
2008-04-29block: make rq_init() do a full memset()FUJITA Tomonori1-6/+1
2008-03-04block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe1-2/+7
2008-02-01block: make core bits checkpatch compliantJens Axboe1-3/+2
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-0/+319