summaryrefslogtreecommitdiffstats
path: root/fs/partitions/check.c
AgeCommit message (Expand)AuthorLines
2012-01-03move fs/partitions to block/Al Viro-687/+0
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe-7/+3
2011-06-13fs/partitions/check.c: make local symbols staticH Hartley Sweeten-6/+6
2011-05-30Revert "block: Remove extra discard_alignment from hd_struct."Jens Axboe-7/+3
2011-05-26block: fix oops on !disk->queue and sysfs discard alignment displayJens Axboe-3/+5
2011-05-09fs: fixup warning part_discard_alignment_show()Jens Axboe-2/+1
2011-05-06block: Remove extra discard_alignment from hd_struct.Tao Ma-3/+6
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-03-22block: fix non-atomic access to genhd inflight structuresShaohua Li-1/+2
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe-89/+0
2011-01-07block: add internal hd part table referencesJens Axboe-5/+3
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand-1/+9
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo-89/+0
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe-1/+1
2010-11-16Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe-13/+29
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo-1/+1
2010-11-11block: export 'ro' sysfs attribute for partitionsKay Sievers-0/+9
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe-12/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-10/+9
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen-10/+9
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu-0/+12
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry-3/+20
2010-08-11partitions: fix sometimes unreadable partition stringsAlexey Dobriyan-4/+18
2010-06-14fs: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney-1/+0
2010-05-21block: improve automatic native capacity unlockingTejun Heo-14/+55
2010-05-21block: use struct parsed_partitions *state universally in partition check codeTejun Heo-2/+3
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo-2/+2
2010-05-21block: restart partition scan after resizing a deviceTejun Heo-10/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-11block: Stop using byte offsetsMartin K. Petersen-3/+4
2009-11-10block: Expose discard granularityMartin K. Petersen-0/+12
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan-1/+11
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe-11/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell-1/+1
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan-1/+11
2009-07-12partitions: fix broken uevent_suppress conversionHeiko Carstens-1/+1
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds-10/+32
2009-06-07partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz-11/+32
2009-06-07partitions: warn about the partition exceeding device capacityBartlomiej Zolnierkiewicz-1/+2
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen-0/+10
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar-0/+4
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei-5/+5
2009-01-26tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patchArnaldo Carvalho de Melo-4/+1
2009-01-26blktrace: add ftrace pluginArnaldo Carvalho de Melo-0/+7
2009-01-09block: fix bug in ptbl lookup cacheNeil Brown-0/+1
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-8/+3
2008-11-18block/md: fix md autodetectionTejun Heo-1/+1
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo-12/+13
2008-11-18block: fix add_partition() error pathTejun Heo-1/+3