| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-12-20 |
|\ |
|
| * | block: max hardware sectors limit wrapper | Mike Snitzer | 2010-12-17 |
| * | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead | Martin K. Petersen | 2010-12-17 |
| * | blk-throttle: Correct the placement of smp_rmb() | Vivek Goyal | 2010-12-01 |
| * | blk-throttle: Trim/adjust slice_end once a bio has been dispatched | Vivek Goyal | 2010-12-01 |
| * | block: check for proper length of iov entries earlier in blk_rq_map_user_iov() | Xiaotian Feng | 2010-11-29 |
* | | [SCSI] bsg: correct fault if queue object removed while dev_t open | James Smart | 2010-12-09 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-11-26 |
|\ |
|
| * | blk-throttle: Fix calculation of max number of WRITES to be dispatched | Vivek Goyal | 2010-11-15 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 |
|/ |
|
* | block: remove unused copy_io_context() | Jens Axboe | 2010-11-11 |
* | block: remove REQ_HARDBARRIER | Christoph Hellwig | 2010-11-10 |
* | block: ioctl: fix information leak to userland | Vasiliy Kulikov | 2010-11-10 |
* | block: read i_size with i_size_read() | Mike Snitzer | 2010-11-10 |
* | block: take care not to overflow when calculating total iov length | Jens Axboe | 2010-11-10 |
* | block: check for proper length of iov entries in blk_rq_map_user_iov() | Jens Axboe | 2010-11-10 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-25 |
|\ |
|
| * | Revert "block: fix accounting bug on cross partition merges" | Jens Axboe | 2010-10-24 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-11 |
| |\ |
|
| * | | Fix spelling fuction -> function in comments | Stefan Weil | 2010-08-09 |
* | | | block: fix use-after-free bug in blk throttle code | Jens Axboe | 2010-10-23 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-10-22 |
|\ \ \ |
|
| * | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 2010-10-22 |
* | | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 |
| |\ \ \ \ |
|
| * | | | | | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2010-09-16 |
| * | | | | | block: remove the BLKDEV_IFL_BARRIER flag | Christoph Hellwig | 2010-09-10 |
| * | | | | | block: make __blk_rq_prep_clone() copy most command flags | Tejun Heo | 2010-09-10 |
| * | | | | | block: use REQ_FLUSH in blkdev_issue_flush() | Tejun Heo | 2010-09-10 |
| * | | | | | block: make sure FSEQ_DATA request has the same rq_disk as the original | Tejun Heo | 2010-09-10 |
| * | | | | | block: kick queue after sequencing REQ_FLUSH/FUA | Tejun Heo | 2010-09-10 |
| * | | | | | block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH | Tejun Heo | 2010-09-10 |
| * | | | | | block: simplify queue_next_fseq | Christoph Hellwig | 2010-09-10 |
| * | | | | | block: filter flush bio's in __generic_make_request() | Tejun Heo | 2010-09-10 |
| * | | | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests | Tejun Heo | 2010-09-10 |
| * | | | | | block: rename barrier/ordered to flush | Tejun Heo | 2010-09-10 |
| * | | | | | block: rename blk-barrier.c to blk-flush.c | Tejun Heo | 2010-09-10 |
| * | | | | | block: drop barrier ordering by queue draining | Tejun Heo | 2010-09-10 |
| * | | | | | block: misc cleanups in barrier code | Tejun Heo | 2010-09-10 |
| * | | | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() | Tejun Heo | 2010-09-10 |
| * | | | | | block: kill QUEUE_ORDERED_BY_TAG | Tejun Heo | 2010-09-10 |
* | | | | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 |
|\ \ \ \ \ \ |
|
| * | | | | | | cfq-iosched: Fix a gcc 4.5 warning and put some comments | Vivek Goyal | 2010-10-22 |
| * | | | | | | block: fix accounting bug on cross partition merges | Yasuaki Ishimatsu | 2010-10-19 |
| * | | | | | | block: Fix double free in blk_integrity_unregister | Martin K. Petersen | 2010-10-15 |
| * | | | | | | block: Ensure physical block size is unsigned int | Martin K. Petersen | 2010-10-13 |
| * | | | | | | blkio-throttle: Fix possible multiplication overflow in iops calculations | Vivek Goyal | 2010-10-01 |
| * | | | | | | blkio-throttle: limit max iops value to UINT_MAX | Vivek Goyal | 2010-10-01 |
| * | | | | | | blkio-throttle: There is no need to convert jiffies to milli seconds | Vivek Goyal | 2010-10-01 |