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
2018-04-02
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...
Dominik Brodowski
2
-3
/
+11
2018-04-02
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...
Dominik Brodowski
2
-2
/
+8
2018-04-02
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
Dominik Brodowski
2
-1
/
+2
2018-04-02
hostfs: rename do_rmdir() to hostfs_do_rmdir()
Dominik Brodowski
3
-3
/
+3
2018-04-02
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
Dominik Brodowski
1
-1
/
+6
2018-04-02
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
Dominik Brodowski
1
-1
/
+6
2018-04-02
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
Dominik Brodowski
1
-3
/
+13
2018-04-02
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
Dominik Brodowski
1
-2
/
+8
2018-04-02
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
Dominik Brodowski
1
-2
/
+3
2018-04-02
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-6
/
+12
2018-04-02
fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-4
/
+10
2018-04-02
inotify: add do_inotify_init() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-2
/
+10
2018-04-02
fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-5
/
+12
2018-04-02
fs: add do_compat_select() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-5
/
+12
2018-04-02
fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-3
/
+9
2018-04-02
fs: add kern_select() helper; remove in-kernel call to sys_select()
Dominik Brodowski
1
-3
/
+9
2018-04-02
fs: add do_vmsplice() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+9
2018-04-02
fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+8
2018-04-02
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
Dominik Brodowski
1
-4
/
+10
2018-04-02
fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
Dominik Brodowski
1
-6
/
+17
2018-04-02
fs: add do_futimesat() helper; remove internal call to sys_futimesat()
Dominik Brodowski
1
-3
/
+10
2018-04-02
fs: add do_renameat2() helper; remove internal call to sys_renameat2()
Dominik Brodowski
1
-4
/
+10
2018-04-02
fs: add do_pipe2() helper; remove internal call to sys_pipe2()
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
Dominik Brodowski
1
-3
/
+9
2018-04-02
cifs: Add minor debug message during negprot
Steve French
2
-1
/
+5
2018-04-02
smb3: Fix root directory when server returns inode number of zero
Steve French
2
-0
/
+34
2018-04-02
cifs: fix sparse warning on previous patch in a few printks
Steve French
1
-3
/
+3
2018-04-02
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
8
-45
/
+75
2018-04-02
ext4: force revalidation of directory pointer after seekdir(2)
Theodore Ts'o
1
-3
/
+5
2018-04-02
cifs: smbd: disconnect transport on RDMA errors
Long Li
1
-1
/
+6
2018-04-02
cifs: smbd: avoid reconnect lockup
Long Li
1
-4
/
+8
2018-04-02
Don't log confusing message on reconnect by default
Steve French
1
-1
/
+1
2018-04-02
Don't log expected error on DFS referral request
Steve French
2
-2
/
+2
2018-04-02
fs: cifs: Replace _free_xid call in cifs_root_iget function
Phillip Potter
1
-4
/
+1
2018-04-02
SMB3.1.1 dialect is no longer experimental
Steve French
1
-4
/
+3
2018-04-02
Tree connect for SMB3.1.1 must be signed for non-encrypted shares
Steve French
1
-0
/
+5
2018-04-02
fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
Ronnie Sahlberg
1
-3
/
+12
2018-04-02
CIFS: fix sha512 check in cifs_crypto_secmech_release
Gustavo A. R. Silva
1
-1
/
+1
2018-04-02
CIFS: implement v3.11 preauth integrity
Aurelien Aptel
6
-2
/
+112
2018-04-02
CIFS: add sha512 secmech
Aurelien Aptel
6
-0
/
+44
2018-04-02
CIFS: refactor crypto shash/sdesc allocation&free
Aurelien Aptel
6
-173
/
+93
2018-04-02
cifs: fix memory leak in SMB2_open()
Ronnie Sahlberg
1
-2
/
+6
2018-04-02
CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
Colin Ian King
1
-2
/
+2
2018-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+6
2018-03-31
ext4: add extra checks to ext4_xattr_block_get()
Theodore Ts'o
2
-7
/
+30
2018-03-31
btrfs: lift errors from add_extent_changeset to the callers
David Sterba
1
-8
/
+11
[prev]
[next]