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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-18
ext4: use ext4_sb_bread() instead of sb_bread()
zhangyi (F)
2
-7
/
+7
2020-10-18
ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...
zhangyi (F)
3
-2
/
+13
2020-10-18
ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()
zhangyi (F)
1
-10
/
+1
2020-10-18
ext4: use common helpers in all places reading metadata buffers
zhangyi (F)
9
-54
/
+36
2020-10-18
ext4: introduce new metadata buffer read helpers
zhangyi (F)
2
-0
/
+67
2020-10-18
ext4: clear buffer verified flag if read meta block from disk
zhangyi (F)
5
-1
/
+8
2020-10-18
ext4: limit entries returned when counting fsmap records
Darrick J. Wong
1
-0
/
+3
2020-10-18
ext4: make mb_check_counter per group
Chunguang Xu
2
-5
/
+5
2020-10-18
ext4: delete invalid comments near mb_buddy_adjust_border
Chunguang Xu
1
-3
/
+0
2020-10-18
ext4: fix bdev write error check failed when mount fs with ro
Zhang Xiaoxu
1
-11
/
+2
2020-10-18
ext4: rename system_blks to s_system_blks inside ext4_sb_info
Chunguang Xu
3
-9
/
+9
2020-10-18
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
Chunguang Xu
3
-12
/
+12
2020-10-18
ext4: add trace exit in exception path.
Zhang Qilong
2
-2
/
+3
2020-10-18
ext4: optimize file overwrites
Ritesh Harjani
1
-3
/
+15
2020-10-18
ext4: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-10-18
ext4: fix superblock checksum calculation race
Constantine Sapuntzakis
1
-0
/
+11
2020-10-18
ext4: fix error handling code in add_new_gdb
Dinghao Liu
1
-1
/
+3
2020-10-18
ext4: disallow modifying DAX inode flag if inline_data has been set
Xiao Yang
1
-1
/
+1
2020-10-18
ext4: remove unused argument from ext4_(inc|dec)_count
Nikolay Borisov
1
-10
/
+10
2020-10-18
ext4: do not interpret high bytes if 64bit feature is disabled
Petr Malat
1
-6
/
+8
2020-10-18
ext4: delete duplicated words + other fixes
Randy Dunlap
5
-6
/
+6
2020-10-18
ext4: flag as supporting buffered async reads
Jens Axboe
1
-1
/
+1
2020-10-18
ext4: fix leaking sysfs kobject after failed mount
Eric Biggers
1
-0
/
+1
2020-10-18
ext4: discard preallocations before releasing group lock
Jan Kara
1
-20
/
+13
2020-10-18
ext4: fix dead loop in ext4_mb_new_blocks
Ye Bin
1
-1
/
+3
2020-10-18
ext4: implement swap_activate aops using iomap
Ritesh Harjani
1
-0
/
+11
2020-10-18
task_work: cleanup notification modes
Jens Axboe
3
-8
/
+9
2020-10-17
io_uring: fix double poll mask init
Pavel Begunkov
1
-1
/
+3
2020-10-17
io-wq: inherit audit loginuid and sessionid
Jens Axboe
3
-1
/
+37
2020-10-17
io_uring: use percpu counters to track inflight requests
Jens Axboe
1
-22
/
+28
2020-10-17
io_uring: assign new io_identity for task if members have changed
Jens Axboe
1
-4
/
+15
2020-10-17
io_uring: store io_identity in io_uring_task
Jens Axboe
1
-10
/
+11
2020-10-17
io_uring: COW io_identity on mismatch
Jens Axboe
1
-52
/
+170
2020-10-17
io_uring: move io identity items into separate struct
Jens Axboe
3
-56
/
+52
2020-10-17
io_uring: rely solely on work flags to determine personality.
Jens Axboe
2
-22
/
+33
2020-10-17
io_uring: pass required context in as flags
Jens Axboe
3
-64
/
+52
2020-10-17
io-wq: assign NUMA node locality if appropriate
Jens Axboe
1
-0
/
+1
2020-10-17
io_uring: fix error path cleanup in io_sqe_files_register()
Jens Axboe
1
-1
/
+2
2020-10-17
Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"
Jens Axboe
1
-2
/
+2
2020-10-17
io_uring: fix REQ_F_COMP_LOCKED by killing it
Pavel Begunkov
1
-80
/
+69
2020-10-17
io_uring: dig out COMP_LOCK from deep call chain
Pavel Begunkov
1
-24
/
+9
2020-10-17
io_uring: don't put a poll req under spinlock
Pavel Begunkov
1
-2
/
+1
2020-10-17
io_uring: don't unnecessarily clear F_LINK_TIMEOUT
Pavel Begunkov
1
-1
/
+0
2020-10-17
io_uring: don't set COMP_LOCKED if won't put
Pavel Begunkov
1
-1
/
+1
2020-10-17
io_uring: Fix sizeof() mismatch
Colin Ian King
1
-1
/
+1
2020-10-17
xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=n
Darrick J. Wong
1
-0
/
+1
2020-10-17
xfs: fix high key handling in the rt allocator's query_range function
Darrick J. Wong
1
-7
/
+4
2020-10-17
Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-200
/
+427
2020-10-17
Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-172
/
+269
2020-10-17
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
22
-470
/
+1701
[prev]
[next]