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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
vfs: Add configuration parser helpers
David Howells
5
-3
/
+459
2019-01-31
introduce fs_context methods
Al Viro
3
-16
/
+50
2019-01-31
fs_context flavour for submounts
Al Viro
1
-0
/
+10
2019-01-31
convert do_remount_sb() to fs_context
David Howells
4
-59
/
+147
2019-01-31
vfs_get_tree(): evict the call of security_sb_kern_mount()
Al Viro
4
-17
/
+19
2019-01-31
new helper: do_new_mount_fc()
David Howells
1
-26
/
+39
2019-01-31
teach vfs_get_tree() to handle subtype, switch do_new_mount() to it
Al Viro
2
-31
/
+51
2019-01-31
new helpers: vfs_create_mount(), fc_mount()
Al Viro
1
-24
/
+52
2019-01-31
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
David Howells
5
-44
/
+246
2019-01-31
saner handling of temporary namespaces
Al Viro
2
-39
/
+40
2019-01-31
separate copying and locking mount tree on cross-userns copies
Al Viro
3
-29
/
+38
2019-01-17
kill kernfs_pin_sb()
Al Viro
1
-30
/
+0
2019-01-17
fix cgroup_do_mount() handling of failure exits
Al Viro
1
-2
/
+6
2019-01-13
Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-13
/
+64
2019-01-13
Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-5
/
+10
2019-01-13
Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-65
/
+211
2019-01-11
Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-6
/
+3
2019-01-11
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-01-11
CIFS: Fix error paths in writeback code
Pavel Shilovsky
4
-9
/
+56
2019-01-11
CIFS: Move credit processing to mid callbacks for SMB3
Pavel Shilovsky
1
-17
/
+34
2019-01-11
CIFS: Fix credits calculation for cancelled requests
Pavel Shilovsky
2
-2
/
+27
2019-01-11
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
2
-6
/
+6
2019-01-11
cifs: Limit memory used by lock request calls to a page
Ross Lagerwall
2
-0
/
+12
2019-01-11
cifs: move large array from stack to heap
Aurelien Aptel
2
-14
/
+32
2019-01-11
CIFS: Do not hide EINTR after sending network packets
Pavel Shilovsky
1
-1
/
+1
2019-01-10
CIFS: Fix credit computation for compounded requests
Pavel Shilovsky
1
-18
/
+41
2019-01-10
CIFS: Do not set credits to 1 if the server didn't grant anything
Pavel Shilovsky
1
-2
/
+0
2019-01-10
CIFS: Fix adjustment of credits for MTU requests
Pavel Shilovsky
1
-2
/
+6
2019-01-10
cifs: Fix a tiny potential memory leak
Dan Carpenter
1
-0
/
+1
2019-01-10
cifs: Fix a debug message
Dan Carpenter
1
-3
/
+4
2019-01-10
btrfs: Use real device structure to verify dev extent
Qu Wenruo
1
-0
/
+12
2019-01-09
Btrfs: fix deadlock when using free space tree due to block group creation
Filipe Manana
1
-7
/
+9
2019-01-09
Btrfs: fix race between reflink/dedupe and relocation
Filipe Manana
1
-6
/
+28
2019-01-09
Btrfs: fix race between cloning range ending at eof and writeback
Filipe Manana
1
-0
/
+15
2019-01-09
hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"
Mike Kravetz
1
-28
/
+33
2019-01-08
ceph: use vmf_error() in ceph_filemap_fault()
Souptick Joarder
1
-4
/
+1
2019-01-08
libceph: allow setting abort_on_full for rbd
Dongsheng Yang
1
-2
/
+2
2019-01-07
sysfs: convert BUG_ON to WARN_ON
Greg Kroah-Hartman
4
-5
/
+10
2019-01-06
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-110
/
+363
2019-01-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-10
/
+19
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
5
-110
/
+363
2019-01-06
Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-16
/
+32
2019-01-06
Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-2
/
+0
2019-01-06
Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
5
-128
/
+153
2019-01-06
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
8
-174
/
+166
2019-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+2
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
36
-313
/
+399
2019-01-05
fs: don't open code lru_to_page()
Nikolay Borisov
7
-11
/
+12
2019-01-05
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
5
-6
/
+6
2019-01-05
bfs: extra sanity checking and static inode bitmap
Tigran Aivazian
4
-42
/
+40
[next]