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
2019-11-06
ext4: Reserve revoke credits for freed blocks
Jan Kara
11
-67
/
+140
2019-11-06
jbd2: Make credit checking more strict
Jan Kara
1
-1
/
+1
2019-11-06
jbd2: Rename h_buffer_credits to h_total_credits
Jan Kara
2
-19
/
+20
2019-11-06
jbd2: Reserve space for revoke descriptor blocks
Jan Kara
7
-22
/
+112
2019-11-06
jbd2: Drop jbd2_space_needed()
Jan Kara
3
-12
/
+4
2019-11-06
jbd2: Account descriptor blocks into t_outstanding_credits
Jan Kara
4
-25
/
+24
2019-11-06
jbd2: Factor out common parts of stopping and restarting a handle
Jan Kara
1
-52
/
+46
2019-11-06
jbd2: Drop pointless wakeup from jbd2_journal_stop()
Jan Kara
1
-4
/
+1
2019-11-06
jbd2: Drop pointless check from jbd2_journal_stop()
Jan Kara
1
-5
/
+2
2019-11-06
jbd2: Reorganize jbd2_journal_stop()
Jan Kara
1
-24
/
+16
2019-11-06
jbd2: Fix statistics for the number of logged blocks
Jan Kara
1
-1
/
+3
2019-11-06
ocfs2: Use accessor function for h_buffer_credits
Jan Kara
2
-18
/
+18
2019-11-06
ext4, jbd2: Provide accessor function for handle credits
Jan Kara
4
-14
/
+14
2019-11-06
ext4: Provide function to handle transaction restarts
Jan Kara
9
-247
/
+234
2019-11-06
ext4: Avoid unnecessary revokes in ext4_alloc_branch()
Jan Kara
1
-9
/
+19
2019-11-06
ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()
Jan Kara
1
-2
/
+1
2019-11-06
ext4: Fix ext4_should_journal_data() for EA inodes
Jan Kara
1
-0
/
+1
2019-11-06
ext4: Fix credit estimate for final inode freeing
Jan Kara
1
-2
/
+11
2019-11-05
ext4: Do not iput inode under running transaction
Jan Kara
1
-6
/
+23
2019-11-05
ext4: Move marking of handle as sync to ext4_add_nondir()
Jan Kara
1
-7
/
+3
2019-11-05
jbd2: Completely fill journal descriptor blocks
Jan Kara
1
-1
/
+12
2019-11-05
jbd2: Fixup stale comment in commit code
Jan Kara
1
-2
/
+1
2019-11-05
jbd2: Fix possible overflow in jbd2_log_space_left()
Jan Kara
1
-2
/
+2
2019-10-14
Linux 5.4-rc3
Linus Torvalds
1
-1
/
+1
2019-10-14
Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
15
-132
/
+223
2019-10-13
Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-9
/
+47
2019-10-13
Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+3
2019-10-13
Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+20
2019-10-13
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-13
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-13
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-10-13
recordmcount: Fix nop_mcount() function
Steven Rostedt (VMware)
1
-4
/
+1
2019-10-13
tracing: Do not create tracefs files if tracefs lockdown is in effect
Steven Rostedt (VMware)
1
-0
/
+4
2019-10-13
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
10
-4
/
+98
2019-10-13
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
6
-60
/
+81
2019-10-13
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
3
-15
/
+5
2019-10-13
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-10-13
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
1
-9
/
+18
2019-10-13
tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...
Steven Rostedt (VMware)
1
-41
/
+1
2019-10-13
Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-18
/
+60
2019-10-13
Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
38
-2333
/
+695
2019-10-13
Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
15
-19
/
+51
2019-10-13
Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
74
-961
/
+431
2019-10-13
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-17
/
+25
2019-10-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
43
-131
/
+411
2019-10-13
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-16
/
+36
2019-10-13
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-26
/
+27
2019-10-13
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-3
/
+3
2019-10-13
Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-9
/
+8
2019-10-13
Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-5
/
+55
[next]