| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-03-27 | 1 | -30/+71 |
|\ \ |
|
| * | | [S390] dasd: add large volume support | Stefan Weinhuber | 2009-03-26 | 1 | -30/+71 |
| |/ |
|
* / | Driver core: implement uevent suppress in kobject | Ming Lei | 2009-03-25 | 1 | -5/+5 |
|/ |
|
* | block: fix bug in ptbl lookup cache | Neil Brown | 2009-01-09 | 1 | -0/+1 |
* | block: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -8/+3 |
* | block/md: fix md autodetection | Tejun Heo | 2008-11-18 | 1 | -1/+1 |
* | block: make add_partition() return pointer to hd_struct | Tejun Heo | 2008-11-18 | 1 | -12/+13 |
* | block: fix add_partition() error path | Tejun Heo | 2008-11-18 | 1 | -1/+3 |
* | [PATCH] sanitize blkdev_get() and friends | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | [PATCH] pass fmode_t to blkdev_put() | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | block: add partition attribute for partition number | Tejun Heo | 2008-10-17 | 1 | -0/+10 |
* | block: sanitize invalid partition table entries | Kay Sievers | 2008-10-16 | 1 | -2/+15 |
* | fs/partitions/acorn.c: remove dead code | Adrian Bunk | 2008-10-16 | 1 | -10/+0 |
* | Check for device resize when rescanning partitions | Andrew Patterson | 2008-10-09 | 1 | -1/+2 |
* | block: allow disk to have extended device number | Tejun Heo | 2008-10-09 | 1 | -0/+1 |
* | block: replace @ext_minors with GENHD_FL_EXT_DEVT | Tejun Heo | 2008-10-09 | 1 | -3/+1 |
* | block: make partition array dynamic | Tejun Heo | 2008-10-09 | 1 | -5/+26 |
* | block: move stats from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -6/+6 |
* | block: kill GENHD_FL_FAIL and use part0->make_it_fail | Tejun Heo | 2008-10-09 | 1 | -5/+5 |
* | block: always set bdev->bd_part | Tejun Heo | 2008-10-09 | 1 | -6/+1 |
* | block: move holder_dir from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -12/+3 |
* | block: move policy from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
* | block: unify sysfs size node handling | Tejun Heo | 2008-10-09 | 1 | -2/+2 |
* | block: move capacity from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
* | block: introduce partition 0 | Tejun Heo | 2008-10-09 | 1 | -6/+6 |
* | block: implement and use {disk|part}_to_dev() | Tejun Heo | 2008-10-09 | 1 | -37/+42 |
* | block: implement extended dev numbers | Tejun Heo | 2008-10-09 | 1 | -1/+8 |
* | block: fix diskstats access | Tejun Heo | 2008-10-09 | 1 | -3/+4 |
* | block: fix disk->part[] dereferencing race | Tejun Heo | 2008-10-09 | 1 | -25/+45 |
* | block: don't depend on consecutive minor space | Tejun Heo | 2008-10-09 | 1 | -8/+11 |
* | block: make variable and argument names more consistent | Tejun Heo | 2008-10-09 | 1 | -16/+17 |
* | block: update add_partition() error handling | Tejun Heo | 2008-10-09 | 1 | -19/+21 |
* | block: allow deleting zero length partition | Tejun Heo | 2008-10-09 | 1 | -2/+0 |
* | rescan_partitions(): make device capacity errors non-fatal | Andrew Morton | 2008-09-13 | 1 | -2/+2 |
* | fs/partitions/efi: convert to pr_debug | Thomas Gleixner | 2008-07-25 | 1 | -25/+17 |
* | block/ioctl.c and fs/partition/check.c: check value returned by add_partition() | Abdel Benamrouche | 2008-07-25 | 1 | -2/+8 |
* | fs/partition/check.c: fix return value warning | Abdel Benamrouche | 2008-07-25 | 1 | -6/+22 |
* | fs: ldm.[ch] use get_unaligned_* helpers | Harvey Harrison | 2008-07-25 | 2 | -40/+35 |
* | driver core: remove KOBJ_NAME_LEN define | Kay Sievers | 2008-07-22 | 1 | -1/+1 |
* | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -4/+4 |
* | fat: detect media without partition table correctly | Frank Seidel | 2008-04-28 | 1 | -3/+17 |