aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions/check.c
Commit message (Expand)AuthorAgeFilesLines
* merged fsWolfgang Wiedmeyer2015-10-251-11/+0
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-8/+40
|\
| * block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-191-8/+40
* | samsung update 1codeworkx2012-06-021-0/+11
|/
* Revert "block: Remove extra discard_alignment from hd_struct."Jens Axboe2011-05-301-7/+3
* block: fix oops on !disk->queue and sysfs discard alignment displayJens Axboe2011-05-261-3/+5
* fs: fixup warning part_discard_alignment_show()Jens Axboe2011-05-091-2/+1
* block: Remove extra discard_alignment from hd_struct.Tao Ma2011-05-061-3/+6
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* block: fix non-atomic access to genhd inflight structuresShaohua Li2011-03-221-1/+2
* Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe2011-01-131-89/+0
|\
| * block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo2010-12-161-89/+0
* | block: add internal hd part table referencesJens Axboe2011-01-071-5/+3
* | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-051-1/+9
|/
* Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-1/+1
|\
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-1/+1
* | Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe2010-11-161-13/+29
|\ \ | |/
| * Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-241-12/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-221-10/+9
| |\
| | * SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-10/+9
| * | block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-191-0/+12
| * | block, partition: add partition_meta_info to hd_structWill Drewry2010-09-151-3/+20
| |/
* | block: export 'ro' sysfs attribute for partitionsKay Sievers2010-11-111-0/+9
|/
* partitions: fix sometimes unreadable partition stringsAlexey Dobriyan2010-08-111-4/+18
* fs: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-06-141-1/+0
* block: improve automatic native capacity unlockingTejun Heo2010-05-211-14/+55
* block: use struct parsed_partitions *state universally in partition check codeTejun Heo2010-05-211-2/+3
* block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo2010-05-211-2/+2
* block: restart partition scan after resizing a deviceTejun Heo2010-05-211-10/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Stop using byte offsetsMartin K. Petersen2010-01-111-3/+4
* 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
|/
* 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
* | 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