index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: constify path argument to kernel_read_file_from_path
Mimi Zohar
2017-09-14
3
-3
/
+3
*
Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2017-09-14
7
-20
/
+287
|
\
|
*
NFS: various changes relating to reporting IO errors.
NeilBrown
2017-09-11
4
-15
/
+19
|
*
NFS: Add static NFS I/O tracepoints
Chuck Lever
2017-09-11
3
-0
/
+259
|
*
pNFS: Use the standard I/O stateid when calling LAYOUTGET
Trond Myklebust
2017-09-11
1
-5
/
+9
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2017-09-14
3
-16
/
+12
|
\
\
|
*
|
fix the __user misannotations in asm-generic get_user/put_user
Al Viro
2017-09-04
1
-4
/
+4
|
*
|
fput: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-08-28
1
-7
/
+5
|
*
|
namespace.c: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-08-28
1
-5
/
+3
*
|
|
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-14
7
-22
/
+42
|
\
\
\
|
*
|
|
block_dev: support RFW_NOWAIT on block device nodes
Christoph Hellwig
2017-09-04
1
-0
/
+5
|
*
|
|
fs: support RWF_NOWAIT for buffered reads
Christoph Hellwig
2017-09-04
5
-15
/
+20
|
*
|
|
fs: support IOCB_NOWAIT in generic_file_buffered_read
Milosz Tanski
2017-09-04
1
-0
/
+9
|
*
|
|
fs: pass iocb to do_generic_file_read
Christoph Hellwig
2017-09-04
1
-7
/
+8
|
|
/
/
*
|
|
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-14
76
-296
/
+314
|
\
\
\
|
*
|
|
VFS: Differentiate mount flags (MS_*) from internal superblock flags
David Howells
2017-07-17
5
-71
/
+104
|
*
|
|
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
74
-226
/
+210
|
*
|
|
vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flags
David Howells
2017-07-17
1
-1
/
+2
*
|
|
|
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-09-14
31
-236
/
+147
|
\
\
\
\
|
*
|
|
|
fs: unexport vfs_readv and vfs_writev
Christoph Hellwig
2017-09-04
2
-5
/
+1
|
*
|
|
|
fs: unexport vfs_read and vfs_write
Christoph Hellwig
2017-09-04
1
-4
/
+0
|
*
|
|
|
fs: unexport __vfs_read/__vfs_write
Christoph Hellwig
2017-09-04
2
-3
/
+0
|
*
|
|
|
lustre: switch to kernel_write
Christoph Hellwig
2017-09-04
2
-14
/
+3
|
*
|
|
|
gadget/f_mass_storage: stop messing with the address limit
Christoph Hellwig
2017-09-04
1
-15
/
+6
|
*
|
|
|
mconsole: switch to kernel_read
Christoph Hellwig
2017-09-04
1
-6
/
+1
|
*
|
|
|
btrfs: switch write_buf to kernel_write
Christoph Hellwig
2017-09-04
1
-14
/
+4
|
*
|
|
|
net/9p: switch p9_fd_read to kernel_write
Christoph Hellwig
2017-09-04
1
-8
/
+2
|
*
|
|
|
mm/nommu: switch do_mmap_private to kernel_read
Christoph Hellwig
2017-09-04
1
-6
/
+1
|
*
|
|
|
serial2002: switch serial2002_tty_write to kernel_{read/write}
Christoph Hellwig
2017-09-04
1
-19
/
+5
|
*
|
|
|
fs: make the buf argument to __kernel_write a void pointer
Christoph Hellwig
2017-09-04
3
-3
/
+3
|
*
|
|
|
fs: fix kernel_write prototype
Christoph Hellwig
2017-09-04
9
-13
/
+19
|
*
|
|
|
fs: fix kernel_read prototype
Christoph Hellwig
2017-09-04
17
-71
/
+69
|
*
|
|
|
fs: move kernel_read to fs/read_write.c
Christoph Hellwig
2017-09-04
2
-17
/
+16
|
*
|
|
|
fs: move kernel_write to fs/read_write.c
Christoph Hellwig
2017-09-04
2
-17
/
+16
|
*
|
|
|
autofs4: switch autofs4_write to __kernel_write
Christoph Hellwig
2017-09-04
1
-8
/
+1
|
*
|
|
|
ashmem: switch to ->read_iter
Christoph Hellwig
2017-09-04
1
-21
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2017-09-14
19
-1195
/
+1044
|
\
\
\
\
|
*
|
|
|
utimes: Make utimes y2038 safe
Deepa Dinamani
2017-09-03
3
-13
/
+14
|
*
|
|
|
ipc: shm: Make shmid_kernel timestamps y2038 safe
Deepa Dinamani
2017-09-03
2
-8
/
+8
|
*
|
|
|
ipc: sem: Make sem_array timestamps y2038 safe
Deepa Dinamani
2017-09-03
2
-10
/
+11
|
*
|
|
|
ipc: msg: Make msg_queue timestamps y2038 safe
Deepa Dinamani
2017-09-03
2
-6
/
+7
|
*
|
|
|
ipc: mqueue: Replace timespec with timespec64
Deepa Dinamani
2017-09-03
4
-24
/
+24
|
*
|
|
|
ipc: Make sys_semtimedop() y2038 safe
Deepa Dinamani
2017-09-03
1
-6
/
+6
|
*
|
|
|
get rid of SYSVIPC_COMPAT on ia64
Al Viro
2017-07-15
1
-5
/
+0
|
*
|
|
|
semtimedop(): move compat to native
Al Viro
2017-07-15
4
-53
/
+33
|
*
|
|
|
shmat(2): move compat to native
Al Viro
2017-07-15
2
-16
/
+19
|
*
|
|
|
msgrcv(2), msgsnd(2): move compat to native
Al Viro
2017-07-15
3
-47
/
+43
|
*
|
|
|
ipc(2): move compat to native
Al Viro
2017-07-15
2
-95
/
+93
|
*
|
|
|
ipc: make use of compat ipc_perm helpers
Al Viro
2017-07-15
2
-50
/
+8
|
*
|
|
|
semctl(): move compat to native
Al Viro
2017-07-15
3
-197
/
+133
[next]