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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
ext4: Add ext4_find_next_bit()
Aneesh Kumar K.V
9
-0
/
+62
2008-01-29
ext4: fix up EXT4FS_DEBUG builds
Eric Sandeen
3
-12
/
+12
2008-01-29
ext4: Fix ext4_show_options to show the correct mount options.
Aneesh Kumar K.V
1
-11
/
+15
2008-01-29
ext4: Add EXT4_IOC_MIGRATE ioctl
Aneesh Kumar K.V
6
-3
/
+572
2008-01-29
ext4: Add inode version support in ext4
Jean Noel Cordenner
5
-22
/
+45
2008-01-29
vfs: Add 64 bit i_version support
Jean Noel Cordenner
4
-6
/
+33
2008-01-29
ext4: Add the journal checksum feature
Girish Shilamkar
8
-62
/
+388
2008-01-29
jbd2: jbd2 stats through procfs
Johann Lombardi
5
-2
/
+481
2008-01-29
ext4: Take read lock during overwrite case.
Aneesh Kumar K.V
1
-8
/
+24
2008-01-29
ext4: Convert truncate_mutex to read write semaphore.
Aneesh Kumar K.V
8
-43
/
+53
2008-01-29
ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.
Aneesh Kumar K.V
3
-64
/
+16
2008-01-29
ext4: remove unused code from ext4_find_entry()
Mariusz Kozlowski
1
-4
/
+0
2008-01-29
ext4: Check for the correct error return from
Aneesh Kumar K.V
1
-5
/
+5
2008-01-29
jbd2: Fix assertion failure in fs/jbd2/checkpoint.c
Jan Kara
3
-10
/
+12
2008-01-29
jbd2: Remove printk from J_ASSERT to preserve registers during BUG
Chris Snook
1
-15
/
+1
2008-01-29
ext4: add block bitmap validation
Aneesh Kumar K.V
1
-18
/
+81
2008-01-29
Add buffer head related helper functions
Aneesh Kumar K.V
2
-0
/
+46
2008-01-29
ext4: Change the default behaviour on error
Aneesh Kumar K.V
1
-8
/
+8
2008-01-29
ext4: fix oops on corrupted ext4 mount
Eric Sandeen
1
-0
/
+11
2008-01-29
ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*)
Adrian Bunk
1
-2
/
+2
2008-01-29
ext4: Return after ext4_error in case of failures
Aneesh Kumar K.V
1
-2
/
+6
2008-01-29
ext4: sync up block group descriptor with e2fsprogs.
Coly Li
1
-0
/
+5
2008-01-29
ext3: Fix the max file size for ext3 file system.
Aneesh Kumar K.V
1
-4
/
+28
2008-01-29
ext2: Fix the max file size for ext2 file system.
Aneesh Kumar K.V
1
-4
/
+28
2008-01-29
ext4: store maxbytes for bitmapped files and return EFBIG as appropriate
Eric Sandeen
4
-2
/
+35
2008-01-29
ext4: export iov_shorten from kernel for ext4's use
Eric Sandeen
1
-0
/
+1
2008-01-29
ext4: different maxbytes functions for bitmap & extent files
Eric Sandeen
1
-3
/
+42
2008-01-29
ext4: Support large files
Aneesh Kumar K.V
3
-11
/
+33
2008-01-29
ext4: Add support for 48 bit inode i_blocks.
Aneesh Kumar K.V
3
-11
/
+119
2008-01-29
ext4: Rename i_dir_acl to i_size_high
Aneesh Kumar K.V
4
-38
/
+34
2008-01-29
ext4: Rename i_file_acl to i_file_acl_lo
Aneesh Kumar K.V
2
-3
/
+3
2008-01-29
ext4: Fix sparse warnings.
Aneesh Kumar K.V
4
-10
/
+19
2008-01-29
ext4: Introduce ext4_update_*_feature
Aneesh Kumar K.V
3
-7
/
+70
2008-01-29
ext4: fixes block group number being set to a negative value
Avantika Mathur
1
-48
/
+53
2008-01-29
ext4: add ext4_group_t, and change all group variables to this type.
Avantika Mathur
9
-87
/
+91
2008-01-29
ext4 extents: remove unneeded casts
Eric Sandeen
1
-27
/
+22
2008-01-29
ext4: Introduce ext4_lblk_t
Aneesh Kumar K.V
8
-226
/
+143
2008-01-29
ext4: Avoid rec_len overflow with 64KB block size
Jan Kara
3
-46
/
+63
2008-01-29
ext4: Support large blocksize up to PAGESIZE
Takashi Sato
2
-2
/
+7
2008-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
16
-68
/
+375
2008-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
418
-18451
/
+13143
2008-01-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
10
-245
/
+651
2008-01-29
Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
8
-24
/
+123
2008-01-29
Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
26
-374
/
+416
2008-01-29
Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
6
-225
/
+347
2008-01-29
Merge branch 'cfq-ioc-share' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
10
-355
/
+474
2008-01-29
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
310
-3211
/
+28420
2008-01-29
libata: Change "write_data" to "rw" for some function documentations
Linus Nilsson
1
-2
/
+2
2008-01-28
HID: ADS/Tech Radio si470x needs blacklist entry
Tobias Lorenz
1
-0
/
+8
2008-01-28
HID: Logitech Extreme 3D needs NOGET quirk
Jiri Kosina
1
-0
/
+2
[next]