summaryrefslogtreecommitdiffstats
path: root/fs/partitions/check.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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: 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
* rescan_partitions(): make device capacity errors non-fatalAndrew Morton2008-09-131-2/+2
* block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche2008-07-251-2/+8
* fs/partition/check.c: fix return value warningAbdel Benamrouche2008-07-251-6/+22
* driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-211-1/+1
* block: send disk "change" event for rescan_partitions()Kay Sievers2008-04-191-0/+4
* Enhanced partition statistics: remove old partition statisticsJerome Marchand2008-02-081-2/+0
* Enhanced partition statistics: sysfsJerome Marchand2008-02-081-3/+19
* Enhanced partition statistics: update partition statiticsJerome Marchand2008-02-081-0/+7
* Block: Fix whole_disk attribute bugGreg Kroah-Hartman2008-02-071-7/+10
* Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-3/+3
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-241-210/+105
* kset: convert block_subsys to use kset_createGreg Kroah-Hartman2008-01-241-3/+3
* kobject: get rid of kobject_add_dirGreg Kroah-Hartman2008-01-241-3/+3
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-5/+7
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
* partition: add support for sysv68 partitionsPhilippe De Muyter2007-05-081-0/+4
* mm: make read_cache_page synchronousNick Piggin2007-05-071-3/+0
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-3/+3
* [PATCH] fix rescan_partitions to return errors properlysuzuki2007-03-161-1/+1
* [PATCH] check_partition(): fix error checksuzuki2007-03-081-1/+1
* Driver: remove redundant kobject_unregister checksMariusz Kozlowski2007-02-161-6/+3
* [PARTITION]: Add whole_disk attribute.Fabio Massimo Di Nitto2007-02-101-3/+12
* [PATCH] fault-injection capability for disk IOAkinobu Mita2006-12-081-0/+27
* [PATCH] Fix check_partition routinesSuzuki K P2006-12-071-2/+13
* [PATCH] fix rescan_partitions to return errors properlySuzuki Kp2006-12-071-1/+3
* [PATCH] fs/partitions/check: add sysfs error handlingJeff Garzik2006-10-171-8/+42