| 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 | -89/+0 |
|\ |
|
| * | block: move register_disk() and del_gendisk() to block/genhd.c | Tejun Heo | 2010-12-16 | 1 | -89/+0 |
* | | block: add internal hd part table references | Jens Axboe | 2011-01-07 | 1 | -5/+3 |
* | | block: fix accounting bug on cross partition merges | Jerome Marchand | 2011-01-05 | 1 | -1/+9 |
|/ |
|
* | Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/... | Jens Axboe | 2010-11-27 | 1 | -1/+1 |
|\ |
|
| * | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 2010-11-13 | 1 | -1/+1 |
* | | Merge branch 'v2.6.37-rc2' into for-2.6.38/core | Jens Axboe | 2010-11-16 | 5 | -15/+59 |
|\| |
|
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-25 | 1 | -12/+0 |
| |\ |
|
| | * | Revert "block: fix accounting bug on cross partition merges" | Jens Axboe | 2010-10-24 | 1 | -12/+0 |
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 2 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 2 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-10-23 | 1 | -10/+9 |
| |\ \ |
|
| | * | | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 2010-10-22 | 1 | -10/+9 |
| * | | | block: fix accounting bug on cross partition merges | Yasuaki Ishimatsu | 2010-10-19 | 1 | -0/+12 |
| * | | | genhd, efi: add efi partition metadata to hd_structs | Will Drewry | 2010-09-15 | 1 | -0/+25 |
| * | | | block, partition: add partition_meta_info to hd_struct | Will Drewry | 2010-09-15 | 2 | -3/+23 |
| |/ / |
|
* / / | block: export 'ro' sysfs attribute for partitions | Kay Sievers | 2010-11-11 | 1 | -0/+9 |
|/ / |
|
* | | [S390] partitions: fix build error in ibm partition detection code | Heiko Carstens | 2010-08-13 | 1 | -1/+1 |
* | | partitions: fix sometimes unreadable partition strings | Alexey Dobriyan | 2010-08-11 | 16 | -72/+136 |
|/ |
|
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-06 | 1 | -1/+0 |
|\ |
|
| * | fs: remove all rcu head initializations, except on_stack initializations | Paul E. McKenney | 2010-06-15 | 1 | -1/+0 |
* | | [S390] dasd: use correct label location for diag fba disks | Peter Oberparleiter | 2010-07-19 | 1 | -2/+12 |
|/ |
|
* | fs: ldm: don't use own implementation of hex_to_bin() | Andy Shevchenko | 2010-05-25 | 1 | -9/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-05-22 | 3 | -3/+3 |
|\ |
|
| * | fs/partitions: use ADDPART_FLAG_RAID instead of magic number | Cesar Eduardo Barros | 2010-05-22 | 3 | -3/+3 |
* | | block: improve automatic native capacity unlocking | Tejun Heo | 2010-05-21 | 2 | -14/+60 |
* | | block: use struct parsed_partitions *state universally in partition check code | Tejun Heo | 2010-05-21 | 30 | -239/+225 |
* | | block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity() | Tejun Heo | 2010-05-21 | 1 | -2/+2 |
* | | block: restart partition scan after resizing a device | Tejun Heo | 2010-05-21 | 1 | -10/+6 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
* | fs/partition/msdos: fix unusable extended partition for > 512B sector | OGAWA Hirofumi | 2010-03-25 | 1 | -3/+10 |
* | fs/partitions/msdos: add support for large disks | Daniel Taylor | 2010-03-25 | 1 | -34/+38 |
* | block: Stop using byte offsets | Martin K. Petersen | 2010-01-11 | 1 | -3/+4 |
* | partitions: read whole sector with EFI GPT header | Karel Zak | 2009-11-23 | 2 | -5/+10 |
* | partitions: use sector size for EFI GPT | Karel Zak | 2009-11-23 | 1 | -8/+15 |
* | block: Expose discard granularity | Martin K. Petersen | 2009-11-10 | 1 | -0/+12 |
* | block: Seperate read and write statistics of in_flight requests v2 | Nikanth Karthikesan | 2009-10-06 | 1 | -1/+11 |
* | Revert "Seperate read and write statistics of in_flight requests" | Jens Axboe | 2009-10-04 | 1 | -11/+1 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | driver model: constify attribute groups | David Brownell | 2009-09-15 | 1 | -1/+1 |
* | Seperate read and write statistics of in_flight requests | Nikanth Karthikesan | 2009-09-14 | 1 | -1/+11 |
* | partitions: fix broken uevent_suppress conversion | Heiko Carstens | 2009-07-12 | 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 | -10/+32 |
|\ |
|
| * | partitions: add ->set_capacity block device method | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -11/+32 |
| * | partitions: warn about the partition exceeding device capacity | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -1/+2 |
* | | block: Export I/O topology for block devices and partitions | Martin K. Petersen | 2009-05-22 | 1 | -0/+10 |
* | | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 2 | -3/+3 |
|/ |
|
* | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 2009-04-02 | 1 | -0/+4 |
|\ |
|
| * | tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patch | Arnaldo Carvalho de Melo | 2009-01-26 | 1 | -4/+1 |
| * | blktrace: add ftrace plugin | Arnaldo Carvalho de Melo | 2009-01-26 | 1 | -0/+7 |