| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core | Jens Axboe | 2011-01-13 | 1 | -3/+17 |
|\ |
|
| * | implement in-kernel gendisk events handling | Tejun Heo | 2010-12-16 | 1 | -1/+17 |
| * | block: move register_disk() and del_gendisk() to block/genhd.c | Tejun Heo | 2010-12-16 | 1 | -1/+0 |
| * | block: kill genhd_media_change_notify() | Tejun Heo | 2010-12-16 | 1 | -1/+0 |
* | | block: add internal hd part table references | Jens Axboe | 2011-01-07 | 1 | -2/+25 |
* | | block: fix accounting bug on cross partition merges | Jerome Marchand | 2011-01-05 | 1 | -0/+2 |
|/ |
|
* | Revert "block: fix accounting bug on cross partition merges" | Jens Axboe | 2010-10-24 | 1 | -1/+0 |
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 1 | -2/+52 |
|\ |
|
| * | block: fix accounting bug on cross partition merges | Yasuaki Ishimatsu | 2010-10-19 | 1 | -0/+1 |
| * | block, partition: add partition_meta_info to hd_struct | Will Drewry | 2010-09-15 | 1 | -2/+51 |
* | | kernel: __rcu annotations | Arnd Bergmann | 2010-08-19 | 1 | -3/+3 |
|/ |
|
* | Remove GENHD_FL_DRIVERFS | NeilBrown | 2010-03-16 | 1 | -1/+1 |
* | percpu: add __percpu sparse annotations to core kernel subsystems | Tejun Heo | 2010-02-17 | 1 | -1/+1 |
* | genhd: overlapping variable definition | Stephen Hemminger | 2010-01-11 | 1 | -3/+3 |
* | block: Expose discard granularity | Martin K. Petersen | 2009-11-10 | 1 | -0/+1 |
* | block: Seperate read and write statistics of in_flight requests v2 | Nikanth Karthikesan | 2009-10-06 | 1 | -7/+14 |
* | Revert "Seperate read and write statistics of in_flight requests" | Jens Axboe | 2009-10-04 | 1 | -14/+7 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 1 | -1/+1 |
* | Seperate read and write statistics of in_flight requests | Nikanth Karthikesan | 2009-09-14 | 1 | -7/+14 |
* | Driver Core: block: add nodename support for block drivers. | Kay Sievers | 2009-06-15 | 1 | -1/+1 |
* | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 2009-06-12 | 1 | -0/+1 |
|\ |
|
| * | partitions: add ->set_capacity block device method | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -0/+1 |
* | | block: Export I/O topology for block devices and partitions | Martin K. Petersen | 2009-05-22 | 1 | -0/+1 |
* | | block: include empty disks in /proc/diskstats | Tejun Heo | 2009-04-22 | 1 | -0/+1 |
|/ |
|
* | block: genhd.h cleanup patch | Petros Koutoupis | 2009-03-24 | 1 | -2/+1 |
* | block: genhd.h comment needs updating | Petros Koutoupis | 2009-03-24 | 1 | -1/+1 |
* | block: add one-hit cache for disk partition lookup | Jens Axboe | 2008-12-29 | 1 | -0/+1 |
* | block: make add_partition() return pointer to hd_struct | Tejun Heo | 2008-11-18 | 1 | -1/+3 |
* | proc: move /proc/diskstats boilerplate to block/genhd.c | Alexey Dobriyan | 2008-10-23 | 1 | -2/+0 |
* | proc: move rest of /proc/partitions code to block/genhd.c | Alexey Dobriyan | 2008-10-23 | 1 | -1/+0 |
* | block: allow disk to have extended device number | Tejun Heo | 2008-10-09 | 1 | -1/+2 |
* | block: replace @ext_minors with GENHD_FL_EXT_DEVT | Tejun Heo | 2008-10-09 | 1 | -8/+8 |
* | block: make partition array dynamic | Tejun Heo | 2008-10-09 | 1 | -1/+18 |
* | block: move stats from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -114/+45 |
* | block: kill GENHD_FL_FAIL and use part0->make_it_fail | Tejun Heo | 2008-10-09 | 1 | -1/+7 |
* | block: always set bdev->bd_part | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
* | block: move holder_dir from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -1/+0 |
* | block: move policy from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -1/+5 |
* | block: unify sysfs size node handling | Tejun Heo | 2008-10-09 | 1 | -0/+3 |
* | block: move __dev from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -5/+8 |
* | block: move capacity from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -3/+2 |
* | block: introduce partition 0 | Tejun Heo | 2008-10-09 | 1 | -2/+9 |
* | block: implement and use {disk|part}_to_dev() | Tejun Heo | 2008-10-09 | 1 | -9/+11 |
* | block: implement extended dev numbers | Tejun Heo | 2008-10-09 | 1 | -3/+10 |
* | block: fix diskstats access | Tejun Heo | 2008-10-09 | 1 | -82/+57 |
* | block: fix disk->part[] dereferencing race | Tejun Heo | 2008-10-09 | 1 | -14/+39 |
* | block: don't depend on consecutive minor space | Tejun Heo | 2008-10-09 | 1 | -6/+21 |
* | block: make variable and argument names more consistent | Tejun Heo | 2008-10-09 | 1 | -6/+6 |
* | block: misc updates | Tejun Heo | 2008-10-09 | 1 | -3/+10 |