index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
2010-12-17
fs/block: type signature of major_to_index(int) to major_to_index(unsigned)
Yang Zhang
2010-12-17
block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)
Yang Zhang
2010-12-17
cfq-iosched: don't check cfqg in choose_service_tree()
Gui Jianfeng
2010-12-13
block cfq: select new workload if priority changed
Shaohua Li writes
2010-11-30
cfq-iosched: Get rid of on_st flag
Gui Jianfeng
2010-11-30
cfq-iosched: Get rid of st->active
Gui Jianfeng
2010-11-27
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...
Jens Axboe
2010-11-16
block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...
Mike Snitzer
2010-11-16
Merge branch 'for-2.6.38/rc2-holder' into for-2.6.38/core
Jens Axboe
2010-11-16
Merge branch 'v2.6.37-rc2' into for-2.6.38/core
Jens Axboe
2010-11-15
blk-cgroup: Allow creation of hierarchical cgroups
Vivek Goyal
2010-11-13
block: make blkdev_get/put() handle exclusive access
Tejun Heo
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-11-09
cfq-iosched: don't schedule a dispatch for a non-idle queue
Shaohua Li
2010-11-08
cfq-iosched: don't idle if a deep seek queue is slow
Shaohua Li
2010-11-08
cfq-iosched: schedule dispatch for noidle queue
Shaohua Li
2010-11-08
cfq-iosched: do cleanup
Shaohua Li
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
[next]