summaryrefslogtreecommitdiffstats
path: root/fs/partitions
Commit message (Expand)AuthorAgeFilesLines
* partitions: read whole sector with EFI GPT headerKarel Zak2009-11-232-5/+10
* partitions: use sector size for EFI GPTKarel Zak2009-11-231-8/+15
* block: Expose discard granularityMartin K. Petersen2009-11-101-0/+12
* block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-061-1/+11
* Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-041-11/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-141-1/+11
* partitions: fix broken uevent_suppress conversionHeiko Carstens2009-07-121-1/+1
* Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-121-10/+32
|\
| * partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz2009-06-071-11/+32
| * partitions: warn about the partition exceeding device capacityBartlomiej Zolnierkiewicz2009-06-071-1/+2
* | block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-221-0/+10
* | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-222-3/+3
|/
* Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-0/+4
|\
| * tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patchArnaldo Carvalho de Melo2009-01-261-4/+1
| * blktrace: add ftrace pluginArnaldo Carvalho de Melo2009-01-261-0/+7
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-03-261-30/+71
|\ \
| * | [S390] dasd: add large volume supportStefan Weinhuber2009-03-261-30/+71
| |/
* / Driver core: implement uevent suppress in kobjectMing Lei2009-03-241-5/+5
|/
* block: fix bug in ptbl lookup cacheNeil Brown2009-01-091-0/+1
* block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-8/+3
* block/md: fix md autodetectionTejun Heo2008-11-181-1/+1
* block: make add_partition() return pointer to hd_structTejun Heo2008-11-181-12/+13
* block: fix add_partition() error pathTejun Heo2008-11-181-1/+3
* [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-1/+1
* block: add partition attribute for partition numberTejun Heo2008-10-171-0/+10
* block: sanitize invalid partition table entriesKay Sievers2008-10-161-2/+15
* fs/partitions/acorn.c: remove dead codeAdrian Bunk2008-10-161-10/+0
* Check for device resize when rescanning partitionsAndrew Patterson2008-10-091-1/+2
* block: allow disk to have extended device numberTejun Heo2008-10-091-0/+1
* block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo2008-10-091-3/+1
* block: make partition array dynamicTejun Heo2008-10-091-5/+26
* block: move stats from disk to part0Tejun Heo2008-10-091-6/+6
* block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo2008-10-091-5/+5
* block: always set bdev->bd_partTejun Heo2008-10-091-6/+1
* block: move holder_dir from disk to part0Tejun Heo2008-10-091-12/+3
* block: move policy from disk to part0Tejun Heo2008-10-091-1/+1
* block: unify sysfs size node handlingTejun Heo2008-10-091-2/+2
* block: move capacity from disk to part0Tejun Heo2008-10-091-1/+1
* block: introduce partition 0Tejun Heo2008-10-091-6/+6
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-091-37/+42
* block: implement extended dev numbersTejun Heo2008-10-091-1/+8
* block: fix diskstats accessTejun Heo2008-10-091-3/+4
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-091-25/+45
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-8/+11
* block: make variable and argument names more consistentTejun Heo2008-10-091-16/+17
* block: update add_partition() error handlingTejun Heo2008-10-091-19/+21
* block: allow deleting zero length partitionTejun Heo2008-10-091-2/+0