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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
f2fs: bugfix for alloc_nid_failed()
Haicheng Li
1
-2
/
+6
2013-05-08
f2fs: recover when journal contains deleted files
Chris Fries
1
-2
/
+6
2013-05-08
f2fs: continue to mount after failing recovery
Chris Fries
1
-4
/
+3
2013-05-08
f2fs: avoid deadlock during evict after f2fs_gc
Jaegeuk Kim
3
-2
/
+26
2013-05-08
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
41
-1077
/
+602
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
38
-3
/
+38
2013-05-08
aio: kill ki_retry
Kent Overstreet
1
-139
/
+85
2013-05-08
aio: kill ki_key
Kent Overstreet
1
-2
/
+5
2013-05-08
audit: vfs: fix audit_inode call in O_CREAT case of do_last
Jeff Layton
1
-1
/
+1
2013-05-08
aio: give shared kioctx fields their own cachelines
Kent Overstreet
1
-12
/
+15
2013-05-08
aio: kill struct aio_ring_info
Kent Overstreet
1
-81
/
+74
2013-05-08
aio: kill batch allocation
Kent Overstreet
1
-101
/
+15
2013-05-08
aio: change reqs_active to include unreaped completions
Kent Overstreet
1
-15
/
+32
2013-05-08
aio: use cancellation list lazily
Kent Overstreet
1
-44
/
+62
2013-05-08
aio: use flush_dcache_page()
Kent Overstreet
1
-28
/
+17
2013-05-08
aio: make aio_read_evt() more efficient, convert to hrtimers
Kent Overstreet
1
-150
/
+90
2013-05-08
aio: refcounting cleanup
Kent Overstreet
1
-153
/
+119
2013-05-08
aio: make aio_put_req() lockless
Kent Overstreet
1
-52
/
+34
2013-05-08
aio: do fget() after aio_get_req()
Kent Overstreet
1
-13
/
+9
2013-05-08
aio: dprintk() -> pr_debug()
Kent Overstreet
1
-33
/
+24
2013-05-08
aio: move private stuff out of aio.h
Kent Overstreet
1
-0
/
+61
2013-05-08
aio: add kiocb_cancel()
Kent Overstreet
1
-36
/
+43
2013-05-08
aio: kill return value of aio_complete()
Kent Overstreet
1
-14
/
+7
2013-05-08
aio: remove retry-based AIO
Zach Brown
3
-356
/
+31
2013-05-08
hugetlbfs: fix mmap failure in unaligned size request
Naoya Horiguchi
1
-14
/
+10
2013-05-08
xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handle
Eric Sandeen
1
-4
/
+10
2013-05-08
xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handle
Eric Sandeen
1
-4
/
+10
2013-05-08
xfs: introduce CONFIG_XFS_WARN
Dave Chinner
13
-24
/
+63
2013-05-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
8
-46
/
+24
2013-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
6
-71
/
+356
2013-05-07
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2013-05-07
Btrfs: allow superblock mismatch from older mkfs
Chris Mason
1
-0
/
+5
2013-05-07
btrfs: enhance superblock checks
David Sterba
2
-17
/
+71
2013-05-07
Merge branch 'slab/next' into slab/for-linus
Pekka Enberg
1
-1
/
+1
2013-05-07
make blkdev_put() return void
Al Viro
7
-45
/
+21
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-1
/
+1
2013-05-07
NFSv3: match sec= flavor against server list
Weston Andros Adamson
1
-7
/
+41
2013-05-07
NFSv4.1: Ensure that we free the lock stateid on the server
Trond Myklebust
3
-7
/
+24
2013-05-07
NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC call
Trond Myklebust
2
-24
/
+76
2013-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
11
-389
/
+398
2013-05-07
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
36
-1304
/
+1261
2013-05-07
autofs - remove autofs dentry mount check
David Jeffery
1
-9
/
+0
2013-05-07
autofs - fix sparse warning for autofs4_d_manage()
Claudiu Ghioc
1
-1
/
+1
2013-05-06
btrfs: fix misleading variable name for flags
David Sterba
2
-19
/
+20
2013-05-06
btrfs: use unsigned long type for extent state bits
David Sterba
3
-37
/
+40
2013-05-06
Btrfs: improve the loop of scrub_stripe
Liu Bo
1
-26
/
+57
2013-05-06
btrfs: read entire device info under lock
David Sterba
1
-1
/
+1
2013-05-06
btrfs: remove unused gfp mask parameter from release_extent_buffer callchain
David Sterba
3
-16
/
+7
2013-05-06
btrfs: handle errors returned from get_tree_block_key
David Sterba
1
-4
/
+8
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
34
-392
/
+135
[prev]
[next]