Commit Graph

729 Commits (dfa96ec1bb83641242c48883c2bae8f1f30483b2)

Author SHA1 Message Date
Jens Axboe c26156b253 block: hold extra reference to bio in blk_rq_map_user_iov() 16 years ago
Zhang, Yanmin 561ec68e4d block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nash 16 years ago
Tejun Heo ba32929a91 block: make add_partition() return pointer to hd_struct 16 years ago
Alan Stern 7838c15b8d Block: use round_jiffies_up() 16 years ago
Mike Anderson e78042e5b8 blk: move blk_delete_timer call in end_that_request_last 16 years ago
Tejun Heo 2920ebbd65 block: add timer on blkdev_dequeue_request() not elv_next_request() 16 years ago
FUJITA Tomonori 43381785a5 block: remove unused ll_new_mergeable() 16 years ago
Linus Torvalds 5f4f0c4d3f compat_blkdev_driver_ioctl: Remove unused variable warning 16 years ago
Alexey Dobriyan 31d85ab28e proc: move /proc/diskstats boilerplate to block/genhd.c 16 years ago
Alexey Dobriyan f500975a3f proc: move rest of /proc/partitions code to block/genhd.c 16 years ago
Al Viro 56b26add02 [PATCH] kill the rest of struct file propagation in block ioctls 16 years ago
Al Viro 6af3a56e1d [PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSET 16 years ago
Al Viro 45048d0961 [PATCH] get rid of blkdev_locked_ioctl() 16 years ago
Al Viro e436fdae70 [PATCH] get rid of blkdev_driver_ioctl() 16 years ago
Al Viro 33c2dca495 [PATCH] trim file propagation in block/compat_ioctl.c 16 years ago
Al Viro 90b8f2824c [PATCH] end of methods switch: remove the old ones 16 years ago
Al Viro d4430d62fa [PATCH] beginning of methods conversion 16 years ago
Al Viro 633a08b812 [PATCH] introduce __blkdev_driver_ioctl() 16 years ago
Al Viro 74f3c8aff3 [PATCH] switch scsi_cmd_ioctl() to passing fmode_t 16 years ago
Al Viro e915e872ed [PATCH] switch sg_scsi_ioctl() to passing fmode_t 16 years ago
Al Viro 5842e51ff2 [PATCH] pass mode instead of file to sg_io() 16 years ago
Al Viro aeb5d72706 [PATCH] introduce fmode_t, do annotations 16 years ago
Jens Axboe f73e2d13a1 block: remove __generic_unplug_device() from exports 16 years ago
Peter Zijlstra 713ada9ba9 block: move q->unplug_work initialization 16 years ago
Randy Dunlap 496aa8a98f block: fix current kernel-doc warnings 16 years ago
Jens Axboe 80a4b58e36 block: only call ->request_fn when the queue is not stopped 16 years ago
Li Zefan ee2e992cc2 block: simplify string handling in elv_iosched_store() 16 years ago
Li Zefan e6d63840ba block: fix kernel-doc for blk_alloc_devt() 16 years ago
FUJITA Tomonori 8677142710 block: fix nr_phys_segments miscalculation bug 16 years ago
Greg Kroah-Hartman 1ff9f542e5 device create: block: convert device_create_drvdata to device_create 16 years ago
Mike Christie 6000a368cd [SCSI] block: separate failfast into multiple bits. 16 years ago
Martin K. Petersen ad7fce9314 block: Switch blk_integrity_compare from bdev to gendisk 16 years ago
Martin K. Petersen 0c032ab889 block: Fix double put in blk_integrity_unregister 16 years ago
Kiyoshi Ueda d00e29fd99 block: remove end_{queued|dequeued}_request() 16 years ago
Kiyoshi Ueda 99cd3386f2 block: change elevator to use __blk_end_request() 16 years ago
Jens Axboe 0497b345e7 blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structure 16 years ago
Kiyoshi Ueda ef9e3facdf block: add lld busy state exporting interface 16 years ago
Elias Oltmanns 336c3d8ce7 block: Fix blk_start_queueing() to not kick a stopped queue 16 years ago
Jens Axboe e3ba9ae58a block: reserve some tags just for sync IO 16 years ago
Jens Axboe f7d7b7a7a3 block: as/cfq ssd idle check update 16 years ago
Jens Axboe a68bbddba4 block: add queue flag for SSD/non-rotational devices 16 years ago
Kiyoshi Ueda 4ee5eaf451 block: add a queue flag for request stacking support 16 years ago
Kiyoshi Ueda 82124d6035 block: add request submission interface 16 years ago
Kiyoshi Ueda 32fab448e5 block: add request update interface 16 years ago
Jens Axboe e3335de940 block: blk_cleanup_queue() should call blk_sync_queue() 16 years ago
Jens Axboe 7ba1fbaa4a block: use rq complete marking in blk_abort_request() 16 years ago
Jens Axboe 581d4e28d9 block: add fault injection mechanism for faking request timeouts 16 years ago
Hugh Dickins 3e6053d76d block: adjust blkdev_issue_discard for swap 16 years ago
Mike Anderson 11914a53d2 block: Add interface to abort queued requests 16 years ago
Jens Axboe 242f9dcb8b block: unify request timeout handling 16 years ago