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
2020-06-02
mm_types.h: change set_page_private to inline function
Guoqing Jiang
1
-1
/
+5
2020-06-02
mm/migrate.c: call detach_page_private to cleanup code
Guoqing Jiang
1
-6
/
+1
2020-06-02
buffer_head.h: remove attach_page_buffers
Guoqing Jiang
1
-8
/
+0
2020-06-02
orangefs: use attach/detach_page_private
Guoqing Jiang
1
-26
/
+6
2020-06-02
ntfs: replace attach_page_buffers with attach_page_private
Guoqing Jiang
2
-2
/
+2
2020-06-02
iomap: use attach/detach_page_private
Guoqing Jiang
1
-15
/
+4
2020-06-02
f2fs: use attach/detach_page_private
Guoqing Jiang
1
-9
/
+2
2020-06-02
fs/buffer.c: use attach/detach_page_private
Guoqing Jiang
1
-12
/
+4
2020-06-02
btrfs: use attach/detach_page_private
Guoqing Jiang
3
-36
/
+12
2020-06-02
md: remove __clear_page_buffers and use attach/detach_page_private
Guoqing Jiang
1
-10
/
+2
2020-06-02
include/linux/pagemap.h: introduce attach/detach_page_private
Guoqing Jiang
1
-0
/
+37
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
5
-74
/
+41
2020-06-02
fuse: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-72
/
+28
2020-06-02
f2fs: pass the inode to f2fs_mpage_readpages
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-06-02
f2fs: convert from readpages to readahead
Matthew Wilcox (Oracle)
2
-31
/
+22
2020-06-02
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
3
-5
/
+4
2020-06-02
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
3
-28
/
+18
2020-06-02
erofs: convert compressed files from readpages to readahead
Matthew Wilcox (Oracle)
1
-20
/
+9
2020-06-02
erofs: convert uncompressed files from readpages to readahead
Matthew Wilcox (Oracle)
3
-29
/
+18
2020-06-02
btrfs: convert from readpages to readahead
Matthew Wilcox (Oracle)
3
-42
/
+20
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
18
-126
/
+73
2020-06-02
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
1
-0
/
+14
2020-06-02
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
1
-3
/
+6
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
6
-91
/
+55
2020-06-02
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
1
-6
/
+8
2020-06-02
mm: add readahead address space operation
Matthew Wilcox (Oracle)
4
-3
/
+32
2020-06-02
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
1
-18
/
+28
2020-06-02
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
1
-5
/
+3
2020-06-02
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-06-02
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
1
-44
/
+42
2020-06-02
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
1
-14
/
+19
2020-06-02
mm: add new readahead_control API
Matthew Wilcox (Oracle)
1
-0
/
+140
2020-06-02
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
1
-5
/
+7
2020-06-02
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
1
-6
/
+2
2020-06-02
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
3
-28
/
+19
2020-06-02
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
5
-19
/
+13
2020-06-02
mm, dump_page(): do not crash with invalid mapping pointer
Vlastimil Babka
1
-6
/
+50
2020-06-02
Documentation/vm/slub.rst: s/Toggle/Enable/
Andrew Morton
1
-1
/
+1
2020-06-02
mm/slub: fix stack overruns with SLUB_STATS
Qian Cai
1
-1
/
+2
2020-06-02
slub: remove kmalloc under list_lock from list_slab_objects() V2
Christopher Lameter
1
-5
/
+15
2020-06-02
slub: Remove userspace notifier for cache add/remove
Christoph Lameter
1
-16
/
+1
2020-06-02
mm/slub.c: fix corrupted freechain in deactivate_slab()
Dongli Zhang
1
-0
/
+27
2020-06-02
usercopy: mark dma-kmalloc caches as usercopy caches
Vlastimil Babka
1
-1
/
+2
2020-06-02
fs/buffer.c: record blockdev write errors in super_block that it backs
Jeff Layton
1
-0
/
+7
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
6
-5
/
+27
2020-06-02
arch/parisc/include/asm/pgtable.h: remove unused `old_pte'
Andrew Morton
1
-2
/
+0
2020-06-02
ocfs2: mount shared volume without ha stack
Gang He
3
-20
/
+51
2020-06-02
ocfs2: add missing annotation for dlm_empty_lockres()
Jules Irenge
1
-0
/
+1
2020-06-02
squashfs: migrate from ll_rw_block usage to BIO
Philippe Liard
11
-242
/
+287
2020-06-02
gup: document and work around "COW can break either way" issue
Linus Torvalds
3
-10
/
+49
[prev]
[next]