| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-11-27 | 1 | -1/+1 |
|\ |
|
| * | blk-throttle: Fix calculation of max number of WRITES to be dispatched | Vivek Goyal | 2010-11-15 | 1 | -1/+1 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 2 | -2/+0 |
|/ |
|
* | block: remove unused copy_io_context() | Jens Axboe | 2010-11-11 | 1 | -14/+0 |
* | block: remove REQ_HARDBARRIER | Christoph Hellwig | 2010-11-10 | 2 | -9/+2 |
* | block: ioctl: fix information leak to userland | Vasiliy Kulikov | 2010-11-10 | 1 | -0/+1 |
* | block: read i_size with i_size_read() | Mike Snitzer | 2010-11-10 | 3 | -7/+7 |
* | block: take care not to overflow when calculating total iov length | Jens Axboe | 2010-11-10 | 1 | -10/+24 |
* | block: check for proper length of iov entries in blk_rq_map_user_iov() | Jens Axboe | 2010-11-10 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-25 | 4 | -31/+13 |
|\ |
|
| * | Revert "block: fix accounting bug on cross partition merges" | Jens Axboe | 2010-10-24 | 4 | -31/+13 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-11 | 13 | -229/+214 |
| |\ |
|
| * | | Fix spelling fuction -> function in comments | Stefan Weil | 2010-08-09 | 1 | -1/+1 |
* | | | block: fix use-after-free bug in blk throttle code | Jens Axboe | 2010-10-23 | 2 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-10-22 | 1 | -5/+2 |
|\ \ \ |
|
| * | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 2010-10-22 | 1 | -5/+2 |
* | | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 9 | -486/+350 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 | 8 | -40/+162 |
| |\ \ \ \ |
|
| * | | | | | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2010-09-16 | 3 | -29/+21 |
| * | | | | | block: remove the BLKDEV_IFL_BARRIER flag | Christoph Hellwig | 2010-09-10 | 1 | -16/+2 |
| * | | | | | block: make __blk_rq_prep_clone() copy most command flags | Tejun Heo | 2010-09-10 | 1 | -3/+1 |
| * | | | | | block: use REQ_FLUSH in blkdev_issue_flush() | Tejun Heo | 2010-09-10 | 1 | -11/+6 |
| * | | | | | block: make sure FSEQ_DATA request has the same rq_disk as the original | Tejun Heo | 2010-09-10 | 1 | -0/+7 |
| * | | | | | block: kick queue after sequencing REQ_FLUSH/FUA | Tejun Heo | 2010-09-10 | 1 | -3/+19 |
| * | | | | | block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH | Tejun Heo | 2010-09-10 | 1 | -1/+1 |
| * | | | | | block: simplify queue_next_fseq | Christoph Hellwig | 2010-09-10 | 1 | -16/+10 |
| * | | | | | block: filter flush bio's in __generic_make_request() | Tejun Heo | 2010-09-10 | 1 | -0/+13 |
| * | | | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests | Tejun Heo | 2010-09-10 | 3 | -40/+50 |
| * | | | | | block: rename barrier/ordered to flush | Tejun Heo | 2010-09-10 | 3 | -63/+60 |
| * | | | | | block: rename blk-barrier.c to blk-flush.c | Tejun Heo | 2010-09-10 | 2 | -1/+1 |
| * | | | | | block: drop barrier ordering by queue draining | Tejun Heo | 2010-09-10 | 4 | -207/+105 |
| * | | | | | block: misc cleanups in barrier code | Tejun Heo | 2010-09-10 | 3 | -37/+23 |
| * | | | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() | Tejun Heo | 2010-09-10 | 3 | -31/+24 |
| * | | | | | block: kill QUEUE_ORDERED_BY_TAG | Tejun Heo | 2010-09-10 | 1 | -28/+7 |
* | | | | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 17 | -252/+2069 |
|\ \ \ \ \ \ |
|
| * | | | | | | cfq-iosched: Fix a gcc 4.5 warning and put some comments | Vivek Goyal | 2010-10-22 | 1 | -3/+13 |
| * | | | | | | block: fix accounting bug on cross partition merges | Yasuaki Ishimatsu | 2010-10-19 | 4 | -13/+31 |
| * | | | | | | block: Fix double free in blk_integrity_unregister | Martin K. Petersen | 2010-10-15 | 1 | -1/+0 |
| * | | | | | | block: Ensure physical block size is unsigned int | Martin K. Petersen | 2010-10-13 | 1 | -1/+1 |
| * | | | | | | blkio-throttle: Fix possible multiplication overflow in iops calculations | Vivek Goyal | 2010-10-01 | 1 | -1/+15 |
| * | | | | | | blkio-throttle: limit max iops value to UINT_MAX | Vivek Goyal | 2010-10-01 | 2 | -4/+10 |
| * | | | | | | blkio-throttle: There is no need to convert jiffies to milli seconds | Vivek Goyal | 2010-10-01 | 1 | -4/+3 |
| * | | | | | | blkio-throttle: Fix link failure failure on i386 | Vivek Goyal | 2010-10-01 | 1 | -6/+10 |
| * | | | | | | blkio: Recalculate the throttled bio dispatch time upon throttle limit change | Vivek Goyal | 2010-10-01 | 4 | -35/+139 |
| * | | | | | | blkio: Add root group to td->tg_list | Vivek Goyal | 2010-10-01 | 1 | -4/+13 |
| * | | | | | | blkio: deletion of a cgroup was causes oops | Vivek Goyal | 2010-10-01 | 1 | -4/+5 |
| * | | | | | | blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=n | Vivek Goyal | 2010-10-01 | 1 | -47/+50 |
| * | | | | | | block: set the bounce_pfn to the actual DMA limit rather than to max memory | Malahal Naineni | 2010-10-01 | 1 | -1/+1 |
| * | | | | | | block: revert bad fix for memory hotplug causing bounces | Jens Axboe | 2010-10-01 | 1 | -1/+3 |