aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-23partitions: read whole sector with EFI GPT headerKarel Zak2-5/+10
2009-11-23partitions: use sector size for EFI GPTKarel Zak1-8/+15
2009-11-10block: Expose discard granularityMartin K. Petersen1-0/+12
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-1/+11
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-11/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-1/+11
2009-07-12partitions: fix broken uevent_suppress conversionHeiko Carstens1-1/+1
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-10/+32
2009-06-07partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz1-11/+32
2009-06-07partitions: warn about the partition exceeding device capacityBartlomiej Zolnierkiewicz1-1/+2
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen1-0/+10
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen2-3/+3
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+4
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-30/+71
2009-03-26[S390] dasd: add large volume supportStefan Weinhuber1-30/+71
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-5/+5
2009-01-26tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patchArnaldo Carvalho de Melo1-4/+1
2009-01-26blktrace: add ftrace pluginArnaldo Carvalho de Melo1-0/+7
2009-01-09block: fix bug in ptbl lookup cacheNeil Brown1-0/+1
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-8/+3
2008-11-18block/md: fix md autodetectionTejun Heo1-1/+1
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-12/+13
2008-11-18block: fix add_partition() error pathTejun Heo1-1/+3
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-1/+1
2008-10-17block: add partition attribute for partition numberTejun Heo1-0/+10
2008-10-16block: sanitize invalid partition table entriesKay Sievers1-2/+15
2008-10-16fs/partitions/acorn.c: remove dead codeAdrian Bunk1-10/+0
2008-10-09Check for device resize when rescanning partitionsAndrew Patterson1-1/+2
2008-10-09block: allow disk to have extended device numberTejun Heo1-0/+1
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo1-3/+1
2008-10-09block: make partition array dynamicTejun Heo1-5/+26
2008-10-09block: move stats from disk to part0Tejun Heo1-6/+6
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo1-5/+5
2008-10-09block: always set bdev->bd_partTejun Heo1-6/+1
2008-10-09block: move holder_dir from disk to part0Tejun Heo1-12/+3
2008-10-09block: move policy from disk to part0Tejun Heo1-1/+1
2008-10-09block: unify sysfs size node handlingTejun Heo1-2/+2
2008-10-09block: move capacity from disk to part0Tejun Heo1-1/+1
2008-10-09block: introduce partition 0Tejun Heo1-6/+6
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-37/+42
2008-10-09block: implement extended dev numbersTejun Heo1-1/+8
2008-10-09block: fix diskstats accessTejun Heo1-3/+4
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-25/+45
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-8/+11
2008-10-09block: make variable and argument names more consistentTejun Heo1-16/+17
2008-10-09block: update add_partition() error handlingTejun Heo1-19/+21
2008-10-09block: allow deleting zero length partitionTejun Heo1-2/+0