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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-02
kill the 5th argument of generic_file_buffered_write()
Al Viro
5
-10
/
+8
2014-04-02
kill the 4th argument of __generic_file_aio_write()
Al Viro
5
-12
/
+10
2014-04-02
lustre: don't open-code kernel_recvmsg()
Al Viro
2
-33
/
+9
2014-04-02
ocfs2: don't open-code kernel_recvmsg()
Al Viro
1
-18
/
+3
2014-04-02
drbd: don't open-code kernel_recvmsg()
Al Viro
1
-11
/
+1
2014-04-02
constify blk_rq_map_user_iov() and friends
Al Viro
4
-10
/
+11
2014-04-02
lustre: switch to kernel_sendmsg()
Al Viro
2
-36
/
+6
2014-04-02
ocfs2: don't open-code kernel_sendmsg()
Al Viro
1
-20
/
+8
2014-04-02
take iov_iter stuff to mm/iov_iter.c
Al Viro
3
-222
/
+225
2014-04-02
process_vm_access: tidy up a bit
Al Viro
1
-40
/
+19
2014-04-02
process_vm_access: don't bother with returning the amounts of bytes copied
Al Viro
1
-31
/
+16
2014-04-02
process_vm_rw_pages(): pass accurate amount of bytes
Al Viro
1
-8
/
+14
2014-04-02
process_vm_access: take get_user_pages/put_pages one level up
Al Viro
1
-58
/
+39
2014-04-02
process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user
Al Viro
1
-68
/
+23
2014-04-02
process_vm_access: switch to iov_iter
Al Viro
1
-34
/
+28
2014-04-02
untangling process_vm_..., part 4
Al Viro
1
-16
/
+13
2014-04-02
untangling process_vm_..., part 3
Al Viro
1
-4
/
+3
2014-04-02
untangling process_vm_..., part 2
Al Viro
1
-3
/
+5
2014-04-02
untangling process_vm_..., part 1
Al Viro
1
-5
/
+9
2014-04-02
read_code(): go through vfs_read() instead of calling the method directly
Al Viro
1
-1
/
+1
2014-04-02
fold cifs_iovec_read() into its (only) caller
Al Viro
1
-18
/
+9
2014-04-02
cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()
Al Viro
1
-45
/
+17
2014-04-02
switch vmsplice_to_user() to copy_page_to_iter()
Al Viro
1
-89
/
+21
2014-04-02
switch pipe_read() to copy_page_to_iter()
Al Viro
1
-71
/
+8
2014-04-02
cifs_iovec_read(): resubmit shouldn't restart the loop
Al Viro
1
-8
/
+8
2014-04-02
introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()
Al Viro
4
-144
/
+138
2014-04-02
iov_iter: Move iov_iter to uio.h
Kent Overstreet
2
-32
/
+50
2014-04-02
do_shmem_file_read(): call file_read_actor() directly
Al Viro
1
-3
/
+3
2014-04-02
callers of iov_copy_from_user_atomic() don't need pagecache_disable()
Al Viro
3
-10
/
+0
2014-04-02
switch ->is_partially_uptodate() to saner arguments
Al Viro
6
-9
/
+9
2014-04-02
pipe: kill ->map() and ->unmap()
Al Viro
7
-100
/
+29
2014-04-02
fuse/dev: use atomic maps
Al Viro
1
-5
/
+5
2014-04-02
VFS: Make delayed_free() call free_vfsmnt()
David Howells
1
-12
/
+8
2014-04-02
mn10300: kmap_atomic() returns void *, not unsigned long...
Al Viro
1
-2
/
+2
2014-04-02
cifs: ->rename() without ->lookup() makes no sense
Al Viro
1
-1
/
+0
2014-04-02
get rid of pointless checks for NULL ->i_op
Al Viro
5
-7
/
+5
2014-04-02
ntfs: don't put NULL into ->i_op/->i_fop
Al Viro
1
-2
/
+0
2014-04-02
new helper: readlink_copy()
Al Viro
5
-47
/
+12
2014-04-02
lustre: generic_readlink() is just fine there, TYVM...
Al Viro
1
-22
/
+1
2014-04-02
get rid of files_defer_init()
Al Viro
3
-10
/
+4
2014-04-02
namei.c: move EXPORT_SYMBOL to corresponding definitions
Al Viro
1
-28
/
+27
2014-04-02
get_write_access() is inlined, exporting it is pointless
Al Viro
1
-1
/
+0
2014-04-02
tidy do_dentry_open() up a bit
Al Viro
1
-12
/
+10
2014-04-02
mark struct file that had write access grabbed by open()
Al Viro
4
-41
/
+11
2014-04-02
fold __get_file_write_access() into its only caller
Al Viro
1
-19
/
+6
2014-04-02
get rid of DEBUG_WRITECOUNT
Al Viro
10
-78
/
+0
2014-04-02
don't bother with {get,put}_write_access() on non-regular files
Al Viro
2
-21
/
+9
2014-04-02
ncpfs: switch to sockfd_lookup()/sockfd_put()
Al Viro
2
-40
/
+12
2014-04-02
switch nbd to sockfd_lookup/sockfd_put
Al Viro
2
-31
/
+20
2014-04-02
vhost: don't open-code sockfd_put()
Al Viro
1
-7
/
+7
[next]