summaryrefslogtreecommitdiff
path: root/block/blk-barrier.c
AgeCommit message (Expand)Author
2010-08-07block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori
2010-08-07block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori
2010-08-07blkdev: check for valid request queue before issuing flushDave Chinner
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07block: permit PREFLUSH and POSTFLUSH without prepare_flush_fnFUJITA Tomonori
2010-08-07block: introduce REQ_FLUSH flagFUJITA Tomonori
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-04-28blkdev: move blkdev_issue helper functions to separate fileDmitry Monakhov
2010-04-28blkdev: allow async blkdev_issue_flush requestsDmitry Monakhov
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-29block: Honor the gfp_mask for alloc_page() in blkdev_issue_discard()OGAWA Hirofumi
2009-10-01block: allow large discard requestsChristoph Hellwig
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-20block: change the tag sync vs async restriction logicJens Axboe
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo
2009-04-15block: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan
2009-01-30block: Fix documentation for blkdev_issue_flush()Theodore Ts'o
2008-12-29block: fix empty barrier on write-through w/ ordered tagTejun Heo
2008-12-29block: simplify empty barrier implementationTejun Heo
2008-12-29block: make barrier completion more robustTejun Heo
2008-12-29block: make every barrier action optionalTejun Heo
2008-12-29block: remove duplicate or unused barrier/discard error pathsTejun Heo
2008-12-29block: reorganize QUEUE_ORDERED_* constantsTejun Heo
2008-12-03block: internal dequeue shouldn't start timerTejun Heo
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse
2008-10-09Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER)OGAWA Hirofumi
2008-10-09Add 'discard' request handlingDavid Woodhouse
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29block: rename and export rq_init()FUJITA Tomonori
2008-04-29block/blk-barrier.c:blk_ordered_cur_seq() mustn't be inlineAdrian Bunk
2008-04-29block: make rq_init() do a full memset()FUJITA Tomonori
2008-03-04block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe
2008-02-01block: make core bits checkpatch compliantJens Axboe
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe