Age | Commit message (Expand) | Author |
2010-12-09 | [SCSI] bsg: correct fault if queue object removed while dev_t open | James Smart |
2010-11-27 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann |
2010-11-15 | blk-throttle: Fix calculation of max number of WRITES to be dispatched | Vivek Goyal |
2010-11-11 | block: remove unused copy_io_context() | Jens Axboe |
2010-11-10 | 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-10-25 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds |
2010-10-24 | Revert "block: fix accounting bug on cross partition merges" | Jens Axboe |
2010-10-23 | block: fix use-after-free bug in blk throttle code | Jens Axboe |
2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds |
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 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds |
2010-10-22 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds |
2010-10-22 | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen |
2010-10-22 | cfq-iosched: Fix a gcc 4.5 warning and put some comments | Vivek Goyal |
2010-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds |
2010-10-19 | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe |
2010-10-19 | block: fix accounting bug on cross partition merges | Yasuaki Ishimatsu |
2010-10-15 | [SCSI] bsg: fix incorrect device_status value | FUJITA Tomonori |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann |
2010-10-15 | block: Fix double free in blk_integrity_unregister | Martin K. Petersen |
2010-10-13 | block: Ensure physical block size is unsigned int | Martin K. Petersen |
2010-10-07 | elevator: fix oops on early call to elevator_change() | Jens Axboe |
2010-10-05 | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann |
2010-10-01 | 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 | blkio-throttle: Fix link failure failure on i386 | Vivek Goyal |
2010-10-01 | blkio: Recalculate the throttled bio dispatch time upon throttle limit change | Vivek Goyal |
2010-10-01 | blkio: Add root group to td->tg_list | Vivek Goyal |
2010-10-01 | blkio: deletion of a cgroup was causes oops | Vivek Goyal |
2010-10-01 | blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=n | Vivek Goyal |
2010-10-01 | block: set the bounce_pfn to the actual DMA limit rather than to max memory | Malahal Naineni |
2010-10-01 | block: revert bad fix for memory hotplug causing bounces | Jens Axboe |
2010-09-25 | block: prevent merges of discard and write requests | Adrian Hunter |
2010-09-24 | block: set the bounce_pfn to the actual DMA limit rather than to max memory | Malahal Naineni |
2010-09-24 | block: Prevent hang_check firing during long I/O | Mark Lord |
2010-09-21 | cfq-iosched: fix a kernel OOPs when usb key is inserted | Vivek Goyal |
2010-09-21 | block: fix blk_rq_map_kern bio direction flag | Benny Halevy |
2010-09-20 | cfq: improve fsync performance for small files | Corrado Zoccolo |
2010-09-16 | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig |
2010-09-16 | block: Fix race during disk initialization | Signed-off-by: Jan Kara |
2010-09-16 | blkio: Implementation of IOPS limit logic | Vivek Goyal |
2010-09-16 | blk-cgroup: cgroup changes for IOPS limit support | Vivek Goyal |