index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
partitions
/
check.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-13
partitions: fix broken uevent_suppress conversion
Heiko Carstens
1
-1
/
+1
2009-06-12
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
1
-10
/
+32
2009-06-07
partitions: add ->set_capacity block device method
Bartlomiej Zolnierkiewicz
1
-11
/
+32
2009-06-07
partitions: warn about the partition exceeding device capacity
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2009-05-23
block: Export I/O topology for block devices and partitions
Martin K. Petersen
1
-0
/
+10
2009-04-02
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
1
-0
/
+4
2009-03-25
Driver core: implement uevent suppress in kobject
Ming Lei
1
-5
/
+5
2009-01-26
tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patch
Arnaldo Carvalho de Melo
1
-4
/
+1
2009-01-26
blktrace: add ftrace plugin
Arnaldo Carvalho de Melo
1
-0
/
+7
2009-01-09
block: fix bug in ptbl lookup cache
Neil Brown
1
-0
/
+1
2009-01-06
block: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-8
/
+3
2008-11-18
block/md: fix md autodetection
Tejun Heo
1
-1
/
+1
2008-11-18
block: make add_partition() return pointer to hd_struct
Tejun Heo
1
-12
/
+13
2008-11-18
block: fix add_partition() error path
Tejun Heo
1
-1
/
+3
2008-10-21
[PATCH] sanitize blkdev_get() and friends
Al Viro
1
-1
/
+1
2008-10-21
[PATCH] pass fmode_t to blkdev_put()
Al Viro
1
-1
/
+1
2008-10-17
block: add partition attribute for partition number
Tejun Heo
1
-0
/
+10
2008-10-16
block: sanitize invalid partition table entries
Kay Sievers
1
-2
/
+15
2008-10-09
Check for device resize when rescanning partitions
Andrew Patterson
1
-1
/
+2
2008-10-09
block: allow disk to have extended device number
Tejun Heo
1
-0
/
+1
2008-10-09
block: make partition array dynamic
Tejun Heo
1
-5
/
+26
2008-10-09
block: move stats from disk to part0
Tejun Heo
1
-6
/
+6
2008-10-09
block: kill GENHD_FL_FAIL and use part0->make_it_fail
Tejun Heo
1
-5
/
+5
2008-10-09
block: always set bdev->bd_part
Tejun Heo
1
-6
/
+1
2008-10-09
block: move holder_dir from disk to part0
Tejun Heo
1
-12
/
+3
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
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-22
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
1
-1
/
+1
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-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
[next]