Commit Graph

933 Commits (9fb24cc50045ec8d13d0a6c3d4d454750b466d61)

Author SHA1 Message Date
Li Zefan e212d6f250 block: remove some includings of blktrace_api.h 16 years ago
Martin K. Petersen e475bba2fd block: Introduce helper to reset queue limits to default values 16 years ago
Jeff Moyer 6923715ae3 cfq: remove extraneous '\n' in blktrace output 16 years ago
Jens Axboe 0989a025d2 block: don't overwrite bdi->state after bdi_init() has been run 16 years ago
Gui Jianfeng 81be834713 cfq: cleanup for last_end_request in cfq_data 16 years ago
Kay Sievers 2bdf914915 Driver Core: bsg: add nodename for bsg driver 16 years ago
Kay Sievers b03f38b685 Driver Core: block: add nodename support for block drivers. 16 years ago
Randy Dunlap 8ebf975608 block: fix kernel-doc in recent block/ changes 16 years ago
Kiyoshi Ueda b0fd271d5f block: add request clone interface (v2) 16 years ago
Nikanth Karthikesan d9c7d394a8 block: prevent possible io_context->refcount overflow 16 years ago
Li Zefan 55782138e4 tracing/events: convert block trace points to TRACE_EVENT() 16 years ago
FUJITA Tomonori c1d4c41f2f bsg: setting rq->bio to NULL 16 years ago
Martin K. Petersen 77634f33d4 block: Add missing bounce_pfn stacking and fix comments 16 years ago
Jens Axboe 9df1bb9b51 Revert "block: Fix bounce limit setting in DM" 16 years ago
FUJITA Tomonori dbb66c4be0 block: needs to set the residual length of a bidi request 16 years ago
Martin K. Petersen a05c0205ba block: Fix bounce limit setting in DM 16 years ago
Kiyoshi Ueda 53c663ce0f block: fix a possible oops on elv_abort_queue() 16 years ago
James Bottomley c143dc903d block: fix an oops on BLKPREP_KILL 16 years ago
Mike Snitzer 5d85d3247c block: export blk_stack_limits() 16 years ago
Kiyoshi Ueda 3c4198e874 block: fix no diskstat problem 16 years ago
James Bottomley ba396a6c10 block: fix oops with block tag queueing 16 years ago
Martin K. Petersen c72758f337 block: Export I/O topology for block devices and partitions 16 years ago
Martin K. Petersen cd43e26f07 block: Expose stacked device queues in sysfs 16 years ago
Martin K. Petersen 025146e13b block: Move queue limits to an embedded struct 16 years ago
Martin K. Petersen ae03bf639a block: Use accessor functions for queue limits 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Jens Axboe 0a7ae2ff0d block: change the tag sync vs async restriction logic 16 years ago
Jens Axboe 53674ac5a9 block: add warning to blk_make_request() 16 years ago
Boaz Harrosh a411f4bbb8 block: Un-export blk_rq_append_bio 16 years ago
Boaz Harrosh 79eb63e9e5 block: Add blk_make_request(), takes bio, returns a request 16 years ago
James Bottomley 3a5a39276d block: allow blk_rq_map_kern to append to requests 16 years ago
Tejun Heo 5f49f63178 block: set rq->resid_len to blk_rq_bytes() on issue 16 years ago
Kazuhisa Ichikawa af498d7fa3 block: fix the bio_vec array index out-of-bounds test 16 years ago
FUJITA Tomonori b1f744937f block: move completion related functions back to blk-core.c 16 years ago
Tejun Heo 9934c8c045 block: implement and enforce request peek/start/fetch 16 years ago
Tejun Heo a2dec7b363 block: hide request sector and data_len 16 years ago
Tejun Heo 2e46e8b27a block: drop request->hard_* and *nr_sectors 16 years ago
Tejun Heo 83096ebf12 block: convert to pos and nr_sectors accessors 16 years ago
Tejun Heo 5b93629b45 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones 16 years ago
Tejun Heo c3a4d78c58 block: add rq->resid_len 16 years ago
Alan D. Brunelle 22a7c31a96 blktrace: from-sector redundant in trace_block_remap 16 years ago
Tejun Heo 4c94dece1b block: don't init rq fields unnecessarily 16 years ago
Nikanth Karthikesan 9eb55b030c block: catch trying to use more bits than request->cmd_flags has 16 years ago
Jens Axboe c69d48540c block: include discard requests in IO accounting 16 years ago
Jens Axboe c2553b5844 block: make blk_do_io_stat() do the full "is this rq accountable" checks 16 years ago
Tejun Heo 731ec497e5 block: kill rq->data 16 years ago
Tejun Heo 40cbbb781d block: implement and use [__]blk_end_request_all() 16 years ago
Tejun Heo b243ddcbe9 block: move rq->start_time initialization to blk_rq_init() 16 years ago
Tejun Heo 2e60e02297 block: clean up request completion API 16 years ago
Tejun Heo 0b302d5aa7 block: kill blk_end_request_callback() 16 years ago