Commit Graph

1641 Commits (17ca04aff7e6171df684b7b65804df8830eb8c15)

Author SHA1 Message Date
Tejun Heo 05c69d298c block: fix buffer overflow when printing partition UUIDs 13 years ago
Shaohua Li 1b2e19f17e block: make auto block plug flush threshold per-disk based 13 years ago
Tao Ma 5bf14c0727 block: Make cfq_target_latency tunable through sysfs. 13 years ago
Andi Kleen 8bcb6c7d48 block: use lockdep_assert_held for queue locking 13 years ago
Dan Carpenter 00380a404f block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNEL 13 years ago
Xiaotian Feng ff8c1474cc block: fix ioc leak in put_io_context 13 years ago
Alan Stern 62d3c5439c Block: use a freezable workqueue for disk-event polling 13 years ago
Stanislaw Gruszka 9f53d2fe81 block: fix __blkdev_get and add_disk race condition 13 years ago
Jun'ichi Nomura fe316bf2d5 block: Fix NULL pointer dereference in sd_revalidate_disk 13 years ago
Anton Altaparmakov 97387e3baa LDM: Fix reassembly of extended VBLKs. 13 years ago
Tejun Heo 621032ad6e block: exit_io_context() should call elevator_exit_icq_fn() 13 years ago
Tejun Heo 2274b029f6 block: simplify ioc_release_fn() 13 years ago
Tejun Heo d705ae6b13 block: replace icq->changed with icq->flags 13 years ago
Tejun Heo d8c66c5d59 block: fix lockdep warning on io_context release put_io_context() 13 years ago
Stanislaw Gruszka 37b40adf2d bsg: fix sysfs link remove warning 13 years ago
Tejun Heo 07c2bd3735 block: don't call elevator callbacks for plug merges 13 years ago
Tejun Heo 050c8ea80e block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functions 13 years ago
Tejun Heo 11a3122f6c block: strip out locking optimization in put_io_context() 13 years ago
Shaohua Li 9fa73472dd block: fix ioc locking warning 13 years ago
Li Zefan 761b3ef50e cgroup: remove cgroup_subsys argument from callbacks 13 years ago
Peter Zijlstra 39be350127 sched, block: Unify cache detection 13 years ago
Shaohua Li 05c30b9551 block: fix NULL icq_cache reference 13 years ago
Shaohua Li df0793abb9 block,cfq: change code order 13 years ago
Jens Axboe 54b466e44b cfq-iosched: fix use-after-free of cfqq 13 years ago
Jens Axboe 5d381efb3d Revert "block: recursive merge requests" 13 years ago
Paolo Bonzini 0bfc96cb77 block: fail SCSI passthrough ioctls on partition devices 13 years ago
Paolo Bonzini 577ebb374c block: add and use scsi_blk_cmd_ioctl 13 years ago
Martin K. Petersen ef00f59c95 block: Add BLKROTATIONAL ioctl 13 years ago
Martin K. Petersen b1bd055d39 block: Introduce blk_set_stacking_limits function 13 years ago
Linus Torvalds 07d106d0a3 vfs: fix up ENOIOCTLCMD error handling 13 years ago
Al Viro 2c9ede55ec switch device_get_devnode() and ->devnode() to umode_t * 13 years ago
Al Viro ff01bb4832 fs: move code out of buffer.c 13 years ago
Al Viro 94ea4158f1 separate partition format handling from generic code 13 years ago
Al Viro 9be96f3fd1 move fs/partitions to block/ 13 years ago
Al Viro 4752bc309b make register_disk() static 13 years ago
Dan Williams f2b20d4365 block: fix blk_queue_end_tag() 13 years ago
Tejun Heo c98b2cc29a block: remove WARN_ON_ONCE() in exit_io_context() 13 years ago
Tejun Heo fd63836811 block: an exiting task should be allowed to create io_context 13 years ago
majianpeng 609f6ea1c9 block: re-use existing 'reading' variable instead of checking direction again 13 years ago
Jens Axboe 64c42998f1 block: ioc_cgroup_changed() needs to be exported 13 years ago
Shaohua Li 6ae0516b8a block, cfq: fix empty queue crash caused by request merge 13 years ago
Shaohua Li 274193224c block: recursive merge requests 13 years ago
Shaohua Li 4a0b75c7d0 block, cfq: fix empty queue crash caused by request merge 13 years ago
Tejun Heo 4eabc94125 block: don't kick empty queue in blk_drain_queue() 13 years ago
Tejun Heo f1f8cc9465 block, cfq: move icq creation and rq->elv.icq association to block core 13 years ago
Tejun Heo 9b84cacd01 block, cfq: restructure io_cq creation path for io_context interface cleanup 13 years ago
Tejun Heo 7e5a879449 block, cfq: move io_cq exit/release to blk-ioc.c 13 years ago
Tejun Heo 3d3c2379fe block, cfq: move icq cache management to block core 13 years ago
Tejun Heo 47fdd4ca96 block, cfq: move io_cq lookup to blk-ioc.c 13 years ago
Tejun Heo a612fddf0d block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq 13 years ago