aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions
AgeCommit message (Expand)AuthorFilesLines
2004-07-28[PATCH] lost error code in rescan_partitionsMartin Pool1-2/+2
2004-07-04[PATCH] __bdevname leak fixChristoph Hellwig1-15/+4
2004-06-23[PATCH] revert partition nonsenseAndries E. Brouwer1-3/+3
2004-06-17This removes the files orphaned by the earlier PC9800 removalLinus Torvalds2-198/+0
2004-06-17[PATCH] Remove PC9800 supportRandy Dunlap2-8/+0
2004-06-02[PATCH] partition table validity checkingAndrew Morton1-1/+16
2004-05-28[PATCH] fix unchecked return value in register_disk()Andrew Morton1-0/+3
2004-05-09[PATCH] partitioning cleanup: use DOS_EXTENDED_PARTITIONAndrew Morton1-3/+3
2004-02-22[PATCH] Fix fs/partitions/efi.c printk warningsAndrew Morton1-31/+25
2004-02-18[PATCH] Remove BDEV_RAW and friendsAndrew Morton1-2/+2
2004-02-03[PATCH] Make naming of parititions in sysfs match /proc/partitions.Andrew Morton1-1/+4
2003-11-09[PATCH] Warn about old EZD and DM disk remappersAndries E. Brouwer1-0/+4
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo1-0/+6
2003-10-04[PATCH] Get rid of magic numbers in fsRusty Russell1-1/+1
2003-09-26[PATCH] select CRC32Brian Gerst1-0/+1
2003-09-25[PATCH] s390: dasd partitions.Martin Schwidefsky1-1/+2
2003-09-23s/Dell Computer Corporation/Dell Inc./Matt Domsch2-2/+2
2003-09-04[PATCH] large dev_t - second series (2/15)Alexander Viro1-2/+1
2003-08-30[PATCH] dev_t handling cleanups (12/12)Alexander Viro1-3/+9
2003-08-17[PATCH] Fix Acorn Eesox partition handling buildRussell King1-6/+6
2003-08-13[PATCH] Fix /sys/<dev>/<partition>/dev format: %04x -> %u:%uChristophe Saout1-3/+2
2003-08-13[PATCH] LDM 64bit fixupDave Jones1-2/+2
2003-08-13[PATCH] EFI 64bit fixupDave Jones1-1/+1
2003-07-31[PATCH] osf partition numberingAndries E. Brouwer1-1/+2
2003-07-17[PATCH] fix removable partitioned media with devfsAndrew Morton1-1/+3
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk3-3/+0
2003-06-21[PATCH] Update Acorn partition parsingRussell King4-115/+225
2003-06-04[PATCH] get rid of CONFIG_ALL_PPCPaul Mackerras1-5/+5
2003-05-26[PATCH] kill ide-geometryAndries E. Brouwer1-15/+3
2003-05-25[PATCH] fs/* conversions for strlcpyBen Collins1-1/+1
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole1-3/+3
2003-05-07[PATCH] remove partition_name()Andrew Morton1-50/+0
2003-05-07[PATCH] Don't use devfs names in disk_name()Andrew Morton1-13/+0
2003-05-03[PATCH] make __bdevname output more similar to bdevnameChristoph Hellwig1-0/+23
2003-04-29[PATCH] improved bdevnameChristoph Hellwig2-8/+15
2003-04-27[PATCH] bdget_disk()Alexander Viro1-10/+5
2003-04-24[PATCH] ppc boot device selection cleanupAlexander Viro1-3/+2
2003-04-23[PATCH] Fix devfs botch in IDE namingChristoph Hellwig1-4/+0
2003-04-20MergeLinus Torvalds4-26/+175
2003-04-20[PATCH] devfs: kill devfs_register_partitionChristoph Hellwig1-1/+5
2003-04-20[PATCH] devfs: gendisk.devfs_name updatesChristoph Hellwig4-25/+170
2003-04-20[PATCH] Allocate hd_structs dynamicallyAndrew Morton1-3/+14
2003-04-20[PATCH] Fix nc98 partition parser link errorAndrew Morton3-9/+7
2003-04-17[PATCH] devfs: cleanup partition handling interactionChristoph Hellwig1-43/+24
2003-04-04block: add /sbin/hotplug support for when block devices are created and destr...Greg Kroah-Hartman1-1/+1
2003-04-02[PATCH] Fix devfs' partition handlingAndrew Morton1-0/+1
2003-03-23[PATCH] make devfs_alloc_unique_number private to devfsChristoph Hellwig1-88/+2
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig1-1/+1
2003-03-23[PATCH] devfs_mk_symlink simplificationChristoph Hellwig1-6/+3
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton3-7/+10
2003-03-21[PATCH] remove DEVFS_FL_REMOVABLEChristoph Hellwig1-8/+2
2003-03-21[PATCH] Add NEC PC9800 partition tablesAlan Cox5-0/+219
2003-03-10[PATCH] Memleak in Windows Logical Disk Manager partitionAndrew Morton1-1/+3
2003-03-08[PATCH] Make diskstats per-cpu using kmalloc_percpuAndrew Morton1-7/+1
2003-02-17[PATCH] remove BSD_PARTITIONAndries E. Brouwer1-1/+1
2003-02-11[PATCH] fix ppc64 wanings in fs/partitions/check.cAndrew Morton1-1/+1
2003-02-06[PATCH] Spelling fixes for consistent, dependent, persistentSteven Cole1-1/+1
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-01-26[SUN PARTITION]: Advance slot properly while scanning.Pete Zaitcev1-1/+1
2003-01-15[PATCH] fix signed/unsigned issue in SGI partitioning codeChristoph Hellwig1-19/+21
2003-01-09sysfs: fix up block and partition sysfs callbacks. Patrick Mochel1-18/+14
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel1-10/+2
2002-12-30Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel1-2/+1
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig1-2/+1
2002-12-19fs/partitions/check.c - minor updatesPatrick Mochel1-2/+3
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-12-04[PARTITIONS]: Printf format ll means long long not u64.David S. Miller1-2/+2
2002-11-27Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel1-4/+2
2002-11-25[PATCH] Silence debugging messageAndries E. Brouwer1-9/+7
2002-11-25fix up block device usage of kobjects.Patrick Mochel1-4/+2
2002-11-20partitions: use the name in disk->kobj.name, instead of disk->disk_name.Patrick Mochel1-1/+1
2002-11-17[PATCH] fix for rescan_partitions()Alexander Viro1-2/+0
2002-11-17[PATCH] devfs_remove() helperAlexander Viro1-6/+2
2002-11-14[PATCH] eliminated use of devfs_auto_unregister() in checks.cAlexander Viro1-19/+20
2002-11-10[PATCH] late-boot cleanupsAlexander Viro1-6/+0
2002-11-07From Rick Lindsley <ricklind@us.ibm.com>: missing return valueLinus Torvalds1-1/+1
2002-11-03[PATCH] Fix partitions build failureDavid S. Miller1-1/+1
2002-10-31[PATCH] fix 2.5.45 initrd breakageAlexander Viro1-2/+3
2002-10-31kobject: don't create directory for kobject/subsystem if name is NULL.Patrick Mochel1-1/+0
2002-10-30convert block devices and partitions to use kobject & sysfs. Patrick Mochel1-169/+82
2002-10-29Delete old-style config files.Linus Torvalds2-219/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+218
2002-10-28[PATCH] IO counters - per-disk partAlexander Viro1-3/+38
2002-10-28[PATCH] IO counters - per-partition partAlexander Viro1-0/+15
2002-10-28[PATCH] block_device_operations always picked from gendiskAlexander Viro1-4/+8
2002-10-17[PATCH] old methods removalAlexander Viro1-2/+0
2002-10-17[PATCH] ide.c cleaned upAlexander Viro1-1/+1
2002-10-17[PATCH] compile fixesAlexander Viro1-3/+3
2002-10-17[PATCH] infrastructureAlexander Viro1-1/+3
2002-10-15[PATCH] fix the build for CONFIG_MDAndrew Morton1-3/+2
2002-10-15[PATCH] refcounts for gendisksAlexander Viro1-0/+1
2002-10-15[PATCH] preparation to use of driverfs refcounts, part 2 - diskAlexander Viro1-71/+150
2002-10-15[PATCH] preparation to use of driverfs refcounts, part 1 - partitionsAlexander Viro1-160/+129
2002-10-15[PATCH] disk->minor_shift cleanupAlexander Viro1-9/+9
2002-10-15[PATCH] early allocation of ->partAlexander Viro1-4/+1
2002-10-12[PATCH] make devfs cdrom appear in the right placeAlan Cox1-1/+1
2002-10-08[PATCH] 64-bit sector_t - various driver changesAndrew Morton2-8/+6
2002-10-07[PATCH] Missing/Unneeded includesDave Jones1-0/+1
2002-10-03[PATCH] s390 update (5/27): ibm partition.Martin Schwidefsky1-12/+5
2002-09-29[PATCH] ->major_name inlinedAlexander Viro1-5/+5
2002-09-29[PATCH] register_disk() unexportedAlexander Viro1-20/+4
2002-09-29[PATCH] get_gendisk() prototype changeAlexander Viro1-2/+3
2002-09-25fs/partitions/sun.c: raid autodetect for sun disk labelsAlex Williamson1-5/+17
2002-09-21[PATCH] Re: Linux 2.5.38Alexander Viro1-1/+1
2002-09-21[PATCH] removal of bogus exportsAlexander Viro1-0/+44
2002-09-21[PATCH] devfs handling for cdroms moved to register_disk()Alexander Viro1-1/+50
2002-09-13[PATCH] PATCH - cset 1.497.59.25 breaks MD autodetectNeil Brown1-1/+1
2002-09-09[PATCH] Missing IDE partition 3 of 3 on 2.5.34Alexander Viro1-1/+1
2002-09-07Avoid unused variable if CONFIG_BLK_DEV_MD isn't defined.Linus Torvalds1-2/+1
2002-09-07Merge home.transmeta.com:/home/torvalds/v2.5/viroLinus Torvalds1-233/+231
2002-09-07[PATCH] (25/25) more cleanups of struct gendisk.Alexander Viro1-35/+73
2002-09-07[PATCH] (24/25) disk capacity helpersAlexander Viro1-4/+2
2002-09-07[PATCH] (9/25) update_partition()Alexander Viro1-50/+100
2002-09-07[PATCH] (8/25) Removing bogus arrays - ->de_arr[]Alexander Viro1-5/+5
2002-09-07[PATCH] (7/25) Removing bogus arrays - ->part[].numberAlexander Viro1-3/+3
2002-09-07[PATCH] (6/25) Removing bogus arrays - ->driverfs_dev_arr[]Alexander Viro1-4/+4
2002-09-07[PATCH] (5/25) Removing bogus arrays - ->flags[]Alexander Viro1-2/+2
2002-09-07[PATCH] (4/25) Unexporting driverfs_remove_partitions()Alexander Viro1-88/+51
2002-09-07[PATCH] (3/25) Removing useless minor argumentsAlexander Viro1-62/+40
2002-09-07[PATCH] (2/25) Removing ->nr_realAlexander Viro1-32/+11
2002-09-07[PATCH] (1/25) Unexporting helper functionsAlexander Viro1-9/+1
2002-09-02kbuild: Fix export-objsKai Germaschewski1-1/+1
2002-08-30[PATCH] efi.h moveDavid Mosberger1-5/+1
2002-08-14[PATCH] dasd per-disk gendisksAlexander Viro2-56/+2
2002-08-14[PATCH] acsi per-disk gendisksAlexander Viro1-1/+0
2002-08-13[PATCH] per-disk gendisks in ataraidAlexander Viro1-4/+0
2002-08-13Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel1-2/+2
2002-08-12[PATCH] cciss partitioning stuff, per-disk gendisksAlexander Viro1-5/+0
2002-08-12[PATCH] compile fixes, xd.c switched to per-disk gendisksAlexander Viro1-1/+0
2002-08-12[PATCH] DAC960 per-disk gendisksAlexander Viro1-5/+0
2002-08-11Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel1-2/+2
2002-08-10Merge Al's partition handling cleanupsLinus Torvalds1-95/+51
2002-08-10[PATCH] fix check_disk_change() deadlocksAlexander Viro1-22/+15
2002-08-10[PATCH] ps2esdi.c per-disk gendisksAlexander Viro1-1/+0
2002-08-10[PATCH] cpqarray.c per-disk gendisksAlexander Viro1-5/+0
2002-08-10[PATCH] clean up major_nameAlexander Viro1-73/+42
2002-08-07Change DEVICE_ATTR, BUS_ATTR, and DRIVER_ATTR macros to not take a '_str' Patrick Mochel1-2/+2
2002-08-02Missed partition update from Al ViroLinus Torvalds1-1/+1
2002-07-31Merge bk://ldm.bkbits.net/linux-2.5-driverfs-apiLinus Torvalds1-18/+10
2002-07-31[PATCH] split "gendisk" to be per-disk, part 1Alexander Viro1-61/+57
2002-07-31[PATCH] Get rid of per-partition blk_size[]Alexander Viro1-26/+2
2002-07-31Convert users of struct device_attribute to initialize the structs using Patrick Mochel1-18/+10
2002-07-31fixup users of device_remove_file to pass a struct device_attribute, instead ...Patrick Mochel1-4/+4
2002-07-30Fixup users of driverfs:Patrick Mochel1-2/+2
2002-07-27[PATCH] partition fixAndries E. Brouwer1-101/+1
2002-07-27[PATCH] Fix "make xconfig"Peter Osterlund1-1/+1
2002-07-26[PATCH] IDE 105Martin Dalecki1-0/+1
2002-07-24[PATCH] New LDM Driver (Windows Dynamic Disks)Richard Russon4-892/+1411
2002-07-20[PATCH] blk_ioctl() not exported anymoreAlexander Viro1-7/+7
2002-07-20[PATCH] partition handling locking cleanupsAlexander Viro1-21/+4
2002-07-20[PATCH] partition parsing cleanupAlexander Viro26-695/+360
2002-07-14[PATCH] PATCH 2.5: kconfig use of $ARCH (2_12)Greg Banks1-1/+1
2002-07-14[PATCH] PATCH 2.5: kconfig use of $ARCH (12_12)Greg Banks1-1/+1
2002-07-14[PATCH] Typo in linux_fs_partitions_msdos.cJames Mayer1-2/+2
2002-07-12fs/partitions/check.c: Fix 64-bit platform warnings.David S. Miller1-2/+2
2002-07-04Merge home.transmeta.com:/home/torvalds/v2.5/viroLinus Torvalds1-6/+1
2002-07-04[PATCH] raid ->diskop() splitupAlexander Viro1-6/+1
2002-07-02MergeJames Bottomley1-0/+138
2002-07-02linux-2.5.22-driverfs.patchMike Sullivan1-0/+138
2002-06-19[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (9_14)Greg Banks1-1/+1
2002-06-17[PATCH] 2.5.22: ibm partition support.Martin Schwidefsky3-129/+164
2002-06-15[PATCH] scsi stuffAndries E. Brouwer1-2/+7
2002-06-11[PATCH] (1/14) resyncAlexander Viro1-2/+1
2002-05-28[PATCH] 2.5.18 IDE 73Martin Dalecki1-4/+0
2002-05-24Manual mergeLinus Torvalds1-7/+0
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-7/+0
2002-05-24[PATCH] kdev_t -> bdev cleanups [2/2]Alexander Viro1-0/+5
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig2-0/+2
2002-05-02Merge http://linux-ntfs.bkbits.net/ntfs-tng-2.5Linus Torvalds2-2/+2
2002-05-01Merge cantab.net:/usr/src/bklinux-2.5 into cantab.net:/usr/src/tngAnton Altaparmakov1-2/+2
2002-05-01NTFS: Minor cleanups, contact details updates, remove superfluousAnton Altaparmakov2-2/+2
2002-04-30[PATCH] (4/6) blksize_size[] removalAlexander Viro1-7/+10
2002-04-30[PATCH] (3/6) blksize_size[] removalAlexander Viro2-3/+2
2002-04-30[PATCH] (2/6) blksize_size[] removalAlexander Viro1-2/+2
2002-04-29[PATCH] page writeback locking updateAndrew Morton1-1/+1
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-1/+1
2002-04-24[PATCH] (14/15) big struct block_device * push (first series)Alexander Viro4-11/+8
2002-04-24[PATCH] (9/15) big struct block_device * push (first series)Alexander Viro1-0/+1
2002-04-24[PATCH] (3/15) big struct block_device * push (first series)Alexander Viro3-9/+6
2002-04-24[PATCH] (2/15) big struct block_device * push (first series)Alexander Viro1-5/+1
2002-04-03[PATCH] EFI GUID partition support update.Dave Jones2-251/+183
2002-04-02[PATCH] EFI GUID partition table support.Dave Jones7-0/+983
2002-03-04[PATCH] BSD partition handlingAndries E. Brouwer3-47/+40
2002-03-02[PATCH] 1007/1: Allow for not having the MSDOS partion manager for the armBoris Itkis1-1/+1
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds1-0/+144
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds2-4/+14
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds1-2/+2
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds1-1/+1
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds2-2/+2
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds2-15/+17
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-9/+1
2002-02-04v2.5.0.9 -> v2.5.0.10Linus Torvalds2-3/+5
2002-02-04v2.5.0.5 -> v2.5.0.6Linus Torvalds1-0/+1
2002-02-04v2.5.0.1 -> v2.5.0.2Linus Torvalds2-18/+70
2002-02-04v2.4.14.3 -> v2.4.14.4Linus Torvalds2-20/+110
2002-02-04v2.4.12.1 -> v2.4.12.2Linus Torvalds1-1/+6
2002-02-04v2.4.12 -> v2.4.12.1Linus Torvalds2-9/+9
2002-02-04v2.4.10.2 -> v2.4.10.3Linus Torvalds24-841/+798
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+9
2002-02-04v2.4.9.14 -> v2.4.9.15Linus Torvalds1-4/+6