aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions/check.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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: 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
2008-09-13rescan_partitions(): make device capacity errors non-fatalAndrew Morton1-2/+2
2008-07-25block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche1-2/+8
2008-07-25fs/partition/check.c: fix return value warningAbdel Benamrouche1-6/+22
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+1
2008-04-19block: send disk "change" event for rescan_partitions()Kay Sievers1-0/+4
2008-02-08Enhanced partition statistics: remove old partition statisticsJerome Marchand1-2/+0
2008-02-08Enhanced partition statistics: sysfsJerome Marchand1-3/+19
2008-02-08Enhanced partition statistics: update partition statiticsJerome Marchand1-0/+7
2008-02-07Block: Fix whole_disk attribute bugGreg Kroah-Hartman1-7/+10
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-210/+105
2008-01-24kset: convert block_subsys to use kset_createGreg Kroah-Hartman1-3/+3
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-3/+3
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-5/+7
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-05-08partition: add support for sysv68 partitionsPhilippe De Muyter1-0/+4
2007-05-07mm: make read_cache_page synchronousNick Piggin1-3/+0
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-3/+3
2007-03-16[PATCH] fix rescan_partitions to return errors properlysuzuki1-1/+1
2007-03-08[PATCH] check_partition(): fix error checksuzuki1-1/+1
2007-02-16Driver: remove redundant kobject_unregister checksMariusz Kozlowski1-6/+3