index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2020-09-14
ext2: Fix some kernel-doc warnings in balloc.c
Wang Hai
1
-3
/
+3
2020-09-13
io_uring: grab any needed state during defer prep
Jens Axboe
1
-0
/
+2
2020-09-13
Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2020-09-12
Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-15
/
+29
2020-09-12
Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+4
2020-09-11
f2fs: change virtual mapping way for compression pages
Daeho Jeong
1
-10
/
+26
2020-09-11
f2fs: change return value of f2fs_disable_compressed_file to bool
Daeho Jeong
3
-14
/
+9
2020-09-11
f2fs: change i_compr_blocks of inode to atomic value
Daeho Jeong
4
-21
/
+30
2020-09-11
f2fs: ignore compress mount option on image w/o compression feature
Chao Yu
1
-6
/
+6
2020-09-11
f2fs: allocate proper size memory for zstd decompress
Chao Yu
2
-4
/
+5
2020-09-11
f2fs: change compr_blocks of superblock info to 64bit
Daeho Jeong
2
-7
/
+8
2020-09-11
f2fs: add block address limit check to compressed file
Daeho Jeong
1
-8
/
+9
2020-09-11
f2fs: check position in move range ioctl
Dan Robertson
1
-0
/
+3
2020-09-11
f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IO
Jack Qiu
1
-0
/
+6
2020-09-11
f2fs: Simplify SEEK_DATA implementation
Matthew Wilcox (Oracle)
1
-27
/
+8
2020-09-11
f2fs: support age threshold based garbage collection
Chao Yu
10
-60
/
+623
2020-09-11
epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
Al Viro
1
-0
/
+1
2020-09-11
f2fs: Use generic casefolding support
Daniel Rosenberg
4
-88
/
+20
2020-09-11
fs: Add standard casefolding support
Daniel Rosenberg
1
-0
/
+87
2020-09-11
unicode: Add utf8_casefold_hash
Daniel Rosenberg
1
-1
/
+22
2020-09-11
f2fs: compress: use more readable atomic_t type for {cic,dic}.ref
Chao Yu
3
-10
/
+10
2020-09-11
f2fs: fix compile warning
Chao Yu
1
-2
/
+5
2020-09-11
f2fs: support 64-bits key in f2fs rb-tree node entry
Chao Yu
3
-7
/
+49
2020-09-11
f2fs: inherit mtime of original block during GC
Chao Yu
4
-17
/
+50
2020-09-11
f2fs: record average update time of segment
Chao Yu
1
-3
/
+18
2020-09-11
f2fs: introduce inmem curseg
Chao Yu
8
-52
/
+113
2020-09-11
f2fs: compress: remove unneeded code
Chao Yu
1
-4
/
+0
2020-09-11
f2fs: remove duplicated type casting
Xiaojun Wang
3
-4
/
+4
2020-09-11
f2fs: support zone capacity less than zone size
Aravind Ramesh
6
-37
/
+260
2020-09-10
Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-4
/
+10
2020-09-10
block: remove check_disk_change
Christoph Hellwig
1
-20
/
+0
2020-09-10
block: add a bdev_check_media_change helper
Christoph Hellwig
1
-14
/
+3
2020-09-10
iomap: Mark read blocks uptodate in write_begin
Matthew Wilcox (Oracle)
1
-8
/
+6
2020-09-10
iomap: Clear page error before beginning a write
Matthew Wilcox (Oracle)
1
-0
/
+1
2020-09-10
iomap: Fix direct I/O write consistency check
Andreas Gruenbacher
1
-1
/
+1
2020-09-10
iomap: fix WARN_ON_ONCE() from unprivileged users
Qian Cai
1
-0
/
+10
2020-09-10
epoll: replace ->visited/visited_list with generation count
Al Viro
1
-19
/
+8
2020-09-10
virtiofs: add logic to free up a memory range
Vivek Goyal
3
-6
/
+524
2020-09-10
virtiofs: maintain a list of busy elements
Vivek Goyal
1
-0
/
+25
2020-09-10
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
5
-10
/
+110
2020-09-10
virtiofs: define dax address space operations
Vivek Goyal
1
-0
/
+18
2020-09-10
virtiofs: add DAX mmap support
Stefan Hajnoczi
2
-0
/
+64
2020-09-10
virtiofs: implement dax read/write operations
Vivek Goyal
5
-6
/
+611
2020-09-10
virtiofs: implement FUSE_INIT map_alignment field
Stefan Hajnoczi
3
-2
/
+31
2020-09-10
virtiofs: keep a list of free dax memory ranges
Vivek Goyal
1
-1
/
+90
2020-09-10
virtiofs: add a mount option to enable dax
Vivek Goyal
6
-17
/
+151
2020-09-10
virtiofs: set up virtio_fs dax_device
Stefan Hajnoczi
1
-0
/
+138
2020-09-10
virtiofs: get rid of no_mount_options
Vivek Goyal
3
-19
/
+20
2020-09-10
virtiofs: provide a helper function for virtqueue initialization
Vivek Goyal
1
-20
/
+30
2020-09-10
dax: Create a range version of dax_layout_busy_page()
Vivek Goyal
1
-6
/
+23
[prev]
[next]