index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
partitions
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-09
block: move policy from disk to part0
Tejun Heo
1
-1
/
+1
2008-10-09
block: unify sysfs size node handling
Tejun Heo
1
-2
/
+2
2008-10-09
block: move capacity from disk to part0
Tejun Heo
1
-1
/
+1
2008-10-09
block: introduce partition 0
Tejun Heo
1
-6
/
+6
2008-10-09
block: implement and use {disk|part}_to_dev()
Tejun Heo
1
-37
/
+42
2008-10-09
block: implement extended dev numbers
Tejun Heo
1
-1
/
+8
2008-10-09
block: fix diskstats access
Tejun Heo
1
-3
/
+4
2008-10-09
block: fix disk->part[] dereferencing race
Tejun Heo
1
-25
/
+45
2008-10-09
block: don't depend on consecutive minor space
Tejun Heo
1
-8
/
+11
2008-10-09
block: make variable and argument names more consistent
Tejun Heo
1
-16
/
+17
2008-10-09
block: update add_partition() error handling
Tejun Heo
1
-19
/
+21
2008-10-09
block: allow deleting zero length partition
Tejun Heo
1
-2
/
+0
2008-09-14
rescan_partitions(): make device capacity errors non-fatal
Andrew Morton
1
-2
/
+2
2008-07-25
fs/partitions/efi: convert to pr_debug
Thomas Gleixner
1
-25
/
+17
2008-07-25
block/ioctl.c and fs/partition/check.c: check value returned by add_partition()
Abdel Benamrouche
1
-2
/
+8
2008-07-25
fs/partition/check.c: fix return value warning
Abdel Benamrouche
1
-6
/
+22
2008-07-25
fs: ldm.[ch] use get_unaligned_* helpers
Harvey Harrison
2
-40
/
+35
2008-07-22
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
1
-1
/
+1
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-4
/
+4
2008-04-28
fat: detect media without partition table correctly
Frank Seidel
1
-3
/
+17
2008-04-20
block: send disk "change" event for rescan_partitions()
Kay Sievers
1
-0
/
+4
2008-02-08
Enhanced partition statistics: remove old partition statistics
Jerome Marchand
1
-2
/
+0
2008-02-08
Enhanced partition statistics: sysfs
Jerome Marchand
1
-3
/
+19
2008-02-08
Enhanced partition statistics: update partition statitics
Jerome Marchand
1
-0
/
+7
2008-02-07
Block: Fix whole_disk attribute bug
Greg Kroah-Hartman
1
-7
/
+10
2008-02-06
partition: use DEFAULT_SGI_PARTITION for SGI_PARTION default
Thomas Bogendoerfer
1
-1
/
+1
2008-01-25
Kobject: convert fs/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
1
-3
/
+3
2008-01-25
Driver core: convert block from raw kobjects to core devices
Kay Sievers
1
-210
/
+105
2008-01-25
kset: convert block_subsys to use kset_create
Greg Kroah-Hartman
1
-3
/
+3
2008-01-25
kobject: get rid of kobject_add_dir
Greg Kroah-Hartman
1
-3
/
+3
2007-10-14
fs/partitions/sun.c endianness annotations
Al Viro
1
-2
/
+2
2007-10-13
kobjects: fix up improper use of the kobject name field
Greg Kroah-Hartman
1
-5
/
+7
2007-07-30
[PARTITION]: Sun/Solaris VTOC table corrections
Mark Fortescue
2
-17
/
+46
2007-07-30
[PARTITION] MSDOS: Fix Sun num_partitions handling.
Mark Fortescue
1
-1
/
+4
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-16
Fix LDM for new field in the VOL5 VBLK.
Anton Altaparmakov
2
-46
/
+93
2007-07-16
fix compiler warnings in acorn.c
Denver Gingerich
1
-0
/
+9
2007-07-12
sysfs: kill unnecessary attribute->owner
Tejun Heo
1
-1
/
+0
2007-07-10
[S390] fixed cdl-format detection.
Stefan Haberland
1
-70
/
+97
2007-05-22
partitions/LDM: build fix
Jeff Garzik
1
-1
/
+1
2007-05-21
LDM: Fix for Windows Vista dynamic disks
Anton Altaparmakov
3
-97
/
+127
2007-05-11
small cleanup in gpt partition handling
Olaf Hering
1
-7
/
+5
2007-05-11
Let SYSV68_PARTITION default to yes on VME only
Geert Uytterhoeven
1
-1
/
+1
2007-05-08
partition: add support for sysv68 partitions
Philippe De Muyter
5
-0
/
+107
2007-05-07
mm: optimize acorn partition truncate
Peter Zijlstra
1
-1
/
+1
2007-05-07
mm: remove destroy_dirty_buffers from invalidate_bdev()
Peter Zijlstra
1
-1
/
+1
2007-05-07
mm: make read_cache_page synchronous
Nick Piggin
1
-3
/
+0
2007-05-03
remove "struct subsystem" as it is no longer needed
Greg Kroah-Hartman
1
-3
/
+3
2007-03-17
[PATCH] change misleading EFI partition support description
Johannes Berg
1
-2
/
+1
2007-03-17
[PATCH] fix rescan_partitions to return errors properly
suzuki
1
-1
/
+1
[prev]
[next]