index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-05-08
1
-3
/
+4
|
\
|
*
of: fix clang -Wunsequenced for be32_to_cpu()
Phong Tran
2019-05-01
1
-2
/
+2
|
*
of: use correct function prototype for of_overlay_fdt_apply()
Chris Packham
2019-04-10
1
-1
/
+2
*
|
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-05-08
2
-8
/
+6
|
\
\
|
*
|
random: move rand_initialize() earlier
Kees Cook
2019-04-20
1
-0
/
+1
|
*
|
random: only read from /dev/random after its pool has received 128 bits
Theodore Ts'o
2019-04-17
1
-8
/
+5
*
|
|
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-05-08
2
-23
/
+53
|
\
\
\
|
*
|
|
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
2019-04-17
1
-0
/
+5
|
*
|
|
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
2019-04-17
1
-10
/
+20
|
*
|
|
fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
Eric Biggers
2019-04-17
1
-0
/
+16
|
*
|
|
fscrypt: fix race allowing rename() and link() of ciphertext dentries
Eric Biggers
2019-04-17
1
-4
/
+5
|
*
|
|
fscrypt: clean up and improve dentry revalidation
Eric Biggers
2019-04-17
2
-5
/
+3
|
*
|
|
fscrypt: use READ_ONCE() to access ->i_crypt_info
Eric Biggers
2019-04-17
1
-1
/
+2
|
*
|
|
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
2019-04-17
1
-3
/
+2
|
|
/
/
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2019-05-08
2
-0
/
+32
|
\
\
\
|
*
|
|
ext4: Support case-insensitive file name lookups
Gabriel Krisman Bertazi
2019-04-25
1
-0
/
+2
|
*
|
|
unicode: implement higher level API for string handling
Gabriel Krisman Bertazi
2019-04-25
1
-0
/
+30
*
|
|
|
Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-05-08
2
-5
/
+381
|
\
\
\
\
|
*
|
|
|
afs: implement acl setting
Joe Gorse
2019-05-07
1
-0
/
+1
|
*
|
|
|
afs: Get an AFS3 ACL as an xattr
David Howells
2019-05-07
1
-0
/
+1
|
*
|
|
|
afs: Provide mount-time configurable byte-range file locking emulation
David Howells
2019-04-25
1
-0
/
+35
|
*
|
|
|
afs: Add more tracepoints
David Howells
2019-04-25
1
-3
/
+143
|
*
|
|
|
afs: Implement sillyrename for unlink and rename
David Howells
2019-04-25
1
-2
/
+32
|
*
|
|
|
afs: Add directory reload tracepoint
David Howells
2019-04-25
1
-0
/
+17
|
*
|
|
|
afs: Handle lock rpc ops failing on a file that got deleted
David Howells
2019-04-25
1
-1
/
+6
|
*
|
|
|
afs: Add file locking tracepoints
David Howells
2019-04-25
2
-0
/
+147
*
|
|
|
|
Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-05-08
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
fs: drop unused fput_atomic definition
Lukas Bulwahn
2019-04-13
1
-1
/
+0
*
|
|
|
|
|
Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-05-08
8
-9
/
+128
|
\
\
\
\
\
\
|
*
|
|
|
|
|
vfs: syscall: Add fspick() to select a superblock for reconfiguration
David Howells
2019-03-20
2
-0
/
+9
|
*
|
|
|
|
|
vfs: syscall: Add fsmount() to create a mount for a superblock
David Howells
2019-03-20
2
-0
/
+19
|
*
|
|
|
|
|
vfs: syscall: Add fsconfig() for configuring and managing a context
David Howells
2019-03-20
2
-0
/
+16
|
*
|
|
|
|
|
vfs: Implement logging through fs_context
David Howells
2019-03-20
2
-7
/
+21
|
*
|
|
|
|
|
vfs: syscall: Add fsopen() to prepare for superblock creation
David Howells
2019-03-20
3
-0
/
+22
|
*
|
|
|
|
|
vfs: syscall: Add move_mount(2) to move mounts around
David Howells
2019-03-20
4
-0
/
+27
|
*
|
|
|
|
|
vfs: syscall: Add open_tree(2) to reference or clone a mount
Al Viro
2019-03-20
4
-2
/
+14
*
|
|
|
|
|
|
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-05-08
3
-10
/
+9
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
Al Viro
2019-04-26
1
-1
/
+1
|
*
|
|
|
|
|
|
fsnotify(): switch to passing const struct qstr * for file_name
Al Viro
2019-04-26
2
-7
/
+7
|
*
|
|
|
|
|
|
switch fsnotify_move() to passing const struct qstr * for old_name
Al Viro
2019-04-26
1
-2
/
+2
|
*
|
|
|
|
|
|
ovl_lookup_real_one(): don't bother with strlen()
Al Viro
2019-04-26
2
-2
/
+2
|
*
|
|
|
|
|
|
unexport d_alloc_pseudo()
Al Viro
2019-04-10
1
-1
/
+0
*
|
|
|
|
|
|
|
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-05-08
4
-2
/
+98
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
ntp: Audit NTP parameters adjustment
Ondrej Mosnacek
2019-04-16
2
-0
/
+62
|
*
|
|
|
|
|
|
|
timekeeping: Audit clock adjustments
Ondrej Mosnacek
2019-04-16
2
-0
/
+15
|
*
|
|
|
|
|
|
|
syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
2019-03-21
1
-2
/
+3
|
*
|
|
|
|
|
|
|
unicore32: define syscall_get_arch()
Dmitry V. Levin
2019-03-21
1
-0
/
+1
|
*
|
|
|
|
|
|
|
Move EM_UNICORE to uapi/linux/elf-em.h
Dmitry V. Levin
2019-03-21
1
-0
/
+1
|
*
|
|
|
|
|
|
|
nios2: define syscall_get_arch()
Dmitry V. Levin
2019-03-21
1
-0
/
+1
|
*
|
|
|
|
|
|
|
nds32: define syscall_get_arch()
Dmitry V. Levin
2019-03-21
1
-0
/
+2
[next]