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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-18
Btrfs: fix wrong generation check of super block on a seed device
Miao Xie
1
-1
/
+5
2014-09-18
Btrfs: fix wrong fsid check of scrub
Miao Xie
1
-5
/
+13
2014-09-18
btrfs: wake up transaction thread from SYNC_FS ioctl
David Sterba
1
-0
/
+6
2014-09-18
Btrfs: fix wrong max inline data size limit
Wang Shilong
1
-1
/
+1
2014-09-18
Btrfs: fix off-by-one in cow_file_range_inline()
Wang Shilong
1
-2
/
+2
2014-09-18
Btrfs: fall into nocompression codes quickly if possible
Wang Shilong
1
-4
/
+1
2014-09-18
Btrfs: fix wrong skipping compression for an inode
Wang Shilong
1
-5
/
+20
2014-09-18
Btrfs: fix sparse warning
Fabian Frederick
1
-1
/
+2
2014-09-18
Btrfs: use BUG_ON
HIMANGI SARAOGI
1
-2
/
+2
2014-09-18
btrfs compression: merge inflate and deflate z_streams
Sergey Senozhatsky
1
-70
/
+68
2014-09-18
Btrfs: set error return value in btrfs_get_blocks_direct
Filipe Manana
1
-1
/
+3
2014-09-18
Btrfs: reduce size of struct extent_state
Filipe Manana
2
-18
/
+20
2014-09-18
btrfs: use PTR_ERR_OR_ZERO
Fabian Frederick
1
-3
/
+1
2014-09-18
Btrfs: print btrfs specific info for some fatal error cases
Wang Shilong
1
-7
/
+7
2014-09-18
Btrfs: fix writing data into the seed filesystem
Miao Xie
1
-16
/
+36
2014-09-18
Btrfs: make defragment work with nodatacow option
Wang Shilong
2
-3
/
+42
2014-09-18
btrfs: label should not contain return char
Satoru Takeuchi
1
-3
/
+12
2014-09-18
btrfs: device delete must be sysloged
Anand Jain
1
-0
/
+3
2014-09-18
btrfs: device add must be sysloged
Anand Jain
1
-0
/
+3
2014-09-18
Btrfs: clear compress-force when remounting with compress option
Wang Shilong
1
-0
/
+7
2014-09-18
btrfs: use DIV_ROUND_UP instead of open-coded variants
David Sterba
8
-32
/
+22
2014-09-18
btrfs: clean away stripe_align helper
David Sterba
1
-10
/
+1
2014-09-18
btrfs: use nodesize everywhere, kill leafsize
David Sterba
15
-141
/
+89
2014-09-18
btrfs: kill the key type accessor helpers
David Sterba
17
-60
/
+60
2014-09-18
btrfs: make close_ctree return void
David Sterba
3
-11
/
+3
2014-09-18
btrfs: cleanup ino cache members of btrfs_root
David Sterba
5
-52
/
+52
2014-09-18
btrfs: clenaup: don't call btrfs_release_path before free_path
David Sterba
1
-1
/
+0
2014-09-18
btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshot
David Sterba
1
-4
/
+1
2014-09-15
Linux 3.17-rc5
Linus Torvalds
1
-1
/
+1
2014-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-23
/
+39
2014-09-15
vfs: avoid non-forwarding large load after small store in path lookup
Linus Torvalds
2
-9
/
+11
2014-09-14
Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-8
/
+280
2014-09-14
be careful with nd->inode in path_init() and follow_dotdot_rcu()
Al Viro
1
-2
/
+13
2014-09-14
don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()
Al Viro
1
-16
/
+17
2014-09-14
Merge tag 'ntb-3.17' of git://github.com/jonmason/ntb
Linus Torvalds
2
-3
/
+17
2014-09-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-22
/
+23
2014-09-14
Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linu...
Thomas Gleixner
4
-22
/
+23
2014-09-14
ntb: Add alignment check to meet hardware requirement
Dave Jiang
1
-0
/
+13
2014-09-14
MAINTAINERS: update NTB info
Jon Mason
1
-1
/
+2
2014-09-14
NTB: correct the spread of queues over mw's
Jon Mason
1
-2
/
+2
2014-09-14
fix bogus read_seqretry() checks introduced in b37199e
Al Viro
1
-2
/
+2
2014-09-14
move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)
Al Viro
1
-2
/
+6
2014-09-14
[fix] lustre: d_make_root() does iput() on dentry allocation failure
Al Viro
1
-1
/
+1
2014-09-14
Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...
Linus Torvalds
4
-48
/
+55
2014-09-14
parisc: Implement new LWS CAS supporting 64 bit operations.
Guy Martin
1
-4
/
+229
2014-09-13
vfs: fix bad hashing of dentries
Linus Torvalds
2
-4
/
+3
2014-09-13
Make hash_64() use a 64-bit multiply when appropriate
Linus Torvalds
1
-0
/
+4
2014-09-13
Make ARCH_HAS_FAST_MULTIPLIER a real config variable
Linus Torvalds
5
-6
/
+8
2014-09-13
Merge tag 'dm-3.17-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
1
-2
/
+2
2014-09-13
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-47
/
+123
[prev]
[next]