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
2022-08-02
fs: Add aops->migrate_folio
Matthew Wilcox (Oracle)
5
-15
/
+23
2022-08-02
mm: Convert all PageMovable users to movable_operations
Matthew Wilcox (Oracle)
17
-486
/
+134
2022-08-02
secretmem: Remove isolate_page
Matthew Wilcox (Oracle)
1
-6
/
+0
2022-08-02
ext2: Use a folio in ext2_get_page()
Matthew Wilcox (Oracle)
1
-9
/
+10
2022-08-02
gfs2: Convert gfs2_jhead_process_page() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+14
2022-08-02
ocfs2: Convert ocfs2_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+12
2022-08-02
freevxfs: Convert vxfs_immed_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-24
/
+19
2022-08-02
coda: Convert coda_symlink_filler() to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-08-02
befs: Convert befs_symlink_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+7
2022-08-02
block: Convert read_part_sector() to use a folio
Matthew Wilcox (Oracle)
2
-7
/
+7
2022-08-02
block: Use PAGE_SECTORS_SHIFT
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-08-02
block: Handle partition read errors more consistently
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-08-02
block: Simplify read_part_sector()
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-08-02
cramfs: read_mapping_page() is synchronous
Matthew Wilcox (Oracle)
1
-13
/
+4
2022-08-02
ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()
Matthew Wilcox (Oracle)
1
-36
/
+6
2022-08-02
hostfs: Handle page write errors correctly
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-08-02
squashfs: Return the actual error from squashfs_read_folio()
Matthew Wilcox (Oracle)
1
-7
/
+8
2022-08-02
buffer: Don't test folio error in block_read_full_folio()
Matthew Wilcox (Oracle)
1
-2
/
+5
2022-06-29
nfs: Leave pages in the pagecache if readpage failed
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-06-29
buffer: Remove check for PageError
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-06-29
orangefs: Remove test for folio error
Matthew Wilcox (Oracle)
1
-3
/
+1
2022-06-29
iomap: Remove test for folio error
Matthew Wilcox (Oracle)
1
-3
/
+0
2022-06-29
jfs: Remove check for PageUptodate
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-29
remap_range: Remove check of uptodate flag
Matthew Wilcox (Oracle)
1
-10
/
+1
2022-06-29
ufs: Remove checks for PageError
Matthew Wilcox (Oracle)
2
-12
/
+1
2022-06-29
reiserfs: Remove check for PageError
Matthew Wilcox (Oracle)
1
-8
/
+1
2022-06-29
ntfs3: Remove check for PageError
Matthew Wilcox (Oracle)
1
-6
/
+1
2022-06-29
ntfs: Remove check for PageError
Matthew Wilcox (Oracle)
1
-6
/
+1
2022-06-29
nilfs2: Remove check for PageError
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-29
ext2: Remove check for PageError
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-06-29
ntfs: Remove check for PageError
Matthew Wilcox (Oracle)
1
-5
/
+0
2022-06-29
hfsplus: Remove check for PageError
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-06-29
hfs: Remove check for PageError
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-06-29
freevxfs: Remove check of PageError
Matthew Wilcox (Oracle)
1
-6
/
+0
2022-06-29
afs: Remove check of PageError
Matthew Wilcox (Oracle)
1
-6
/
+0
2022-06-29
block: Remove check of PageError
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-06-29
docs: Improve ->read_folio documentation
Matthew Wilcox (Oracle)
1
-7
/
+32
2022-06-29
filemap: Use filemap_read_folio() in do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-20
/
+9
2022-06-29
filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-1
/
+3
2022-06-29
filemap: Move 'filler' case to the end of do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-15
/
+13
2022-06-29
netfs: Remove extern from function prototypes
Matthew Wilcox (Oracle)
1
-12
/
+11
2022-06-29
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
4
-109
/
+0
2022-06-29
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-7
/
+6
2022-06-29
vmscan: Add check_move_unevictable_folios()
Matthew Wilcox (Oracle)
2
-23
/
+36
2022-06-29
nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-30
/
+30
2022-06-29
hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-30
/
+14
2022-06-29
f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-20
/
+15
2022-06-29
ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-10
/
+9
2022-06-29
ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-9
/
+12
2022-06-29
buffer: Convert clean_bdev_aliases() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-13
/
+13
[next]