Age | Commit message (Expand) | Author | Files | Lines |
2010-11-11 | block: remove unused copy_io_context() | Jens Axboe | 1 | -14/+0 |
2010-11-10 | block: remove REQ_HARDBARRIER | Christoph Hellwig | 2 | -9/+2 |
2010-11-10 | block: ioctl: fix information leak to userland | Vasiliy Kulikov | 1 | -0/+1 |
2010-11-10 | block: read i_size with i_size_read() | Mike Snitzer | 3 | -7/+7 |
2010-11-10 | block: take care not to overflow when calculating total iov length | Jens Axboe | 1 | -10/+24 |
2010-11-10 | block: check for proper length of iov entries in blk_rq_map_user_iov() | Jens Axboe | 1 | -0/+2 |
2010-10-25 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 4 | -31/+13 |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-10-25 | Revert "block: fix accounting bug on cross partition merges" | Jens Axboe | 4 | -31/+13 |
2010-10-23 | block: fix use-after-free bug in blk throttle code | Jens Axboe | 2 | -2/+2 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -5/+2 |
2010-10-23 | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 9 | -486/+350 |
2010-10-23 | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 17 | -252/+2069 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
2010-10-22 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -3/+0 |
2010-10-22 | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 1 | -5/+2 |
2010-10-22 | cfq-iosched: Fix a gcc 4.5 warning and put some comments | Vivek Goyal | 1 | -3/+13 |
2010-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-10-19 | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 8 | -40/+162 |
2010-10-19 | block: fix accounting bug on cross partition merges | Yasuaki Ishimatsu | 4 | -13/+31 |
2010-10-15 | [SCSI] bsg: fix incorrect device_status value | FUJITA Tomonori | 1 | -1/+1 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-15 | block: Fix double free in blk_integrity_unregister | Martin K. Petersen | 1 | -1/+0 |
2010-10-13 | block: Ensure physical block size is unsigned int | Martin K. Petersen | 1 | -1/+1 |
2010-10-07 | elevator: fix oops on early call to elevator_change() | Jens Axboe | 1 | -4/+8 |
2010-10-05 | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -3/+0 |
2010-10-01 | blkio-throttle: Fix possible multiplication overflow in iops calculations | Vivek Goyal | 1 | -1/+15 |
2010-10-01 | blkio-throttle: limit max iops value to UINT_MAX | Vivek Goyal | 2 | -4/+10 |
2010-10-01 | blkio-throttle: There is no need to convert jiffies to milli seconds | Vivek Goyal | 1 | -4/+3 |
2010-10-01 | blkio-throttle: Fix link failure failure on i386 | Vivek Goyal | 1 | -6/+10 |
2010-10-01 | blkio: Recalculate the throttled bio dispatch time upon throttle limit change | Vivek Goyal | 4 | -35/+139 |
2010-10-01 | blkio: Add root group to td->tg_list | Vivek Goyal | 1 | -4/+13 |
2010-10-01 | blkio: deletion of a cgroup was causes oops | Vivek Goyal | 1 | -4/+5 |
2010-10-01 | blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=n | Vivek Goyal | 1 | -47/+50 |
2010-10-01 | block: set the bounce_pfn to the actual DMA limit rather than to max memory | Malahal Naineni | 1 | -1/+1 |
2010-10-01 | block: revert bad fix for memory hotplug causing bounces | Jens Axboe | 1 | -1/+3 |
2010-09-25 | block: prevent merges of discard and write requests | Adrian Hunter | 1 | -0/+12 |
2010-09-24 | block: set the bounce_pfn to the actual DMA limit rather than to max memory | Malahal Naineni | 1 | -3/+1 |
2010-09-24 | block: Prevent hang_check firing during long I/O | Mark Lord | 1 | -1/+8 |
2010-09-21 | cfq-iosched: fix a kernel OOPs when usb key is inserted | Vivek Goyal | 1 | -3/+13 |
2010-09-21 | block: fix blk_rq_map_kern bio direction flag | Benny Halevy | 1 | -1/+1 |
2010-09-20 | cfq: improve fsync performance for small files | Corrado Zoccolo | 1 | -14/+4 |
2010-09-16 | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 3 | -29/+21 |
2010-09-16 | block: Fix race during disk initialization | Signed-off-by: Jan Kara | 1 | -2/+4 |
2010-09-16 | blkio: Implementation of IOPS limit logic | Vivek Goyal | 1 | -37/+127 |
2010-09-16 | blk-cgroup: cgroup changes for IOPS limit support | Vivek Goyal | 2 | -17/+135 |
2010-09-16 | blkio: Core implementation of throttle policy | Vivek Goyal | 4 | -0/+946 |
2010-09-16 | blk-cgroup: Introduce cgroup changes for throttling policy | Vivek Goyal | 2 | -8/+167 |
2010-09-16 | blk-cgroup: Prepare the base for supporting more than one IO control policies | Vivek Goyal | 4 | -154/+429 |
2010-09-16 | blk-cgroup: Kill the header printed at the start of blkio.weight_device file | Vivek Goyal | 1 | -2/+0 |