index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-30
vfs: pass remap flags to generic_remap_file_range_prep
Darrick J. Wong
8
-24
/
+26
2018-10-30
vfs: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
12
-106
/
+127
2018-10-30
vfs: rename clone_verify_area to remap_verify_area
Darrick J. Wong
1
-5
/
+5
2018-10-30
vfs: rename vfs_clone_file_prep to be more descriptive
Darrick J. Wong
4
-9
/
+9
2018-10-30
vfs: skip zero-length dedupe requests
Darrick J. Wong
1
-0
/
+5
2018-10-30
vfs: avoid problematic remapping requests into partial EOF block
Darrick J. Wong
1
-0
/
+33
2018-10-30
vfs: strengthen checking of file range inputs to generic_remap_checks
Darrick J. Wong
1
-32
/
+52
2018-10-30
vfs: exit early from zero length remap operations
Darrick J. Wong
1
-0
/
+2
2018-10-30
vfs: check file ranges before cloning files
Darrick J. Wong
5
-47
/
+90
2018-10-30
vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
Darrick J. Wong
1
-3
/
+0
2018-10-29
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
36
-659
/
+567
2018-10-29
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
129
-785
/
+7174
2018-10-29
Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
9
-45
/
+79
2018-10-29
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
509
-6216
/
+29075
2018-10-29
Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
3
-11
/
+7
2018-10-29
Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
27
-316
/
+446
2018-10-29
um: Make line/tty semantics use true write IRQ
Anton Ivanov
1
-2
/
+2
2018-10-29
um: trap: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
1
-1
/
+1
2018-10-29
um: Don't hardcode path as it is architecture dependent
Ritesh Raj Sarraf
1
-1
/
+1
2018-10-29
Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
578
-4586
/
+14608
2018-10-29
um: NULL check before kfree is not needed
YueHaibing
3
-16
/
+8
2018-10-29
um: remove unused AIO code
Christoph Hellwig
3
-424
/
+2
2018-10-29
um: Give start_idle_thread() a return code
Richard Weinberger
1
-0
/
+5
2018-10-29
um: Remove update_debugregs()
Richard Weinberger
1
-2
/
+0
2018-10-29
um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
Richard Weinberger
1
-10
/
+0
2018-10-29
lockd: fix access beyond unterminated strings in prints
Amir Goldstein
1
-1
/
+1
2018-10-29
nfsd: Fix an Oops in free_session()
Trond Myklebust
1
-1
/
+1
2018-10-29
nfsd: correctly decrement odstate refcount in error path
Andrew Elble
1
-2
/
+1
2018-10-29
svcrdma: Increase the default connection credit limit
Chuck Lever
1
-6
/
+7
2018-10-29
svcrdma: Remove try_module_get from backchannel
Chuck Lever
1
-14
/
+0
2018-10-29
svcrdma: Remove ->release_rqst call in bc reply handler
Chuck Lever
1
-5
/
+4
2018-10-29
svcrdma: Reduce max_send_sges
Chuck Lever
1
-4
/
+6
2018-10-29
nfsd: fix fall-through annotations
Gustavo A. R. Silva
1
-1
/
+2
2018-10-29
knfsd: Improve lookup performance in the duplicate reply cache using an rbtree
Trond Myklebust
2
-11
/
+27
2018-10-29
knfsd: Further simplify the cache lookup
Trond Myklebust
2
-37
/
+27
2018-10-29
knfsd: Simplify NFS duplicate replay cache
Trond Myklebust
1
-50
/
+44
2018-10-29
knfsd: Remove dead code from nfsd_cache_lookup
Trond Myklebust
1
-8
/
+0
2018-10-29
SUNRPC: Simplify TCP receive code
Trond Myklebust
1
-39
/
+14
2018-10-29
SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock
Trond Myklebust
2
-24
/
+24
2018-10-29
SUNRPC: Remove non-RCU protected lookup
Trond Myklebust
3
-66
/
+7
2018-10-29
NFS: Fix up a typo in nfs_dns_ent_put
Trond Myklebust
1
-1
/
+1
2018-10-29
NFS: Lockless DNS lookups
Trond Myklebust
1
-3
/
+12
2018-10-29
knfsd: Lockless lookup of NFSv4 identities.
Trond Myklebust
1
-5
/
+6
2018-10-29
SUNRPC: Lockless server RPCSEC_GSS context lookup
Trond Myklebust
1
-6
/
+26
2018-10-29
knfsd: Allow lockless lookups of the exports
Trond Myklebust
2
-7
/
+9
2018-10-29
SUNRPC: Make server side AUTH_UNIX use lockless lookups
Trond Myklebust
1
-6
/
+8
2018-10-29
SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock
Trond Myklebust
2
-14
/
+91
2018-10-29
MAINTAINERS: add maintainer for Renesas RIIC driver
Chris Brandt
1
-0
/
+6
2018-10-29
i2c: sh_mobile: Remove dummy runtime PM callbacks
Jarkko Nikula
1
-18
/
+0
2018-10-29
i2c: uniphier-f: fix race condition when IRQ is cleared
Masahiro Yamada
1
-5
/
+6
[prev]
[next]