index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2020-04-04
17
-1
/
+7243
|
\
|
*
exfat: update file system parameter handling
Valdis Kletnieks
2020-03-06
1
-17
/
+11
|
*
staging: exfat: make staging/exfat and fs/exfat mutually exclusive
Namjae Jeon
2020-03-06
1
-1
/
+1
|
*
MAINTAINERS: add exfat filesystem
Namjae Jeon
2020-03-06
1
-0
/
+7
|
*
exfat: add Kconfig and Makefile
Namjae Jeon
2020-03-06
4
-1
/
+32
|
*
exfat: add nls operations
Namjae Jeon
2020-03-06
1
-0
/
+831
|
*
exfat: add misc operations
Namjae Jeon
2020-03-06
1
-0
/
+163
|
*
exfat: add exfat cache
Namjae Jeon
2020-03-06
1
-0
/
+325
|
*
exfat: add bitmap operations
Namjae Jeon
2020-03-06
1
-0
/
+280
|
*
exfat: add fat entry operations
Namjae Jeon
2020-03-06
1
-0
/
+463
|
*
exfat: add file operations
Namjae Jeon
2020-03-06
1
-0
/
+360
|
*
exfat: add directory operations
Namjae Jeon
2020-03-06
1
-0
/
+1238
|
*
exfat: add inode operations
Namjae Jeon
2020-03-06
2
-0
/
+2119
|
*
exfat: add super block operations
Namjae Jeon
2020-03-06
1
-0
/
+728
|
*
exfat: add in-memory and on-disk structures and headers
Namjae Jeon
2020-03-06
2
-0
/
+703
*
|
Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
2020-04-04
40
-913
/
+1411
|
\
\
|
*
|
svcrdma: Fix leak of transport addresses
Chuck Lever
2020-03-27
1
-0
/
+1
|
*
|
SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'
Christophe JAILLET
2020-03-27
1
-5
/
+14
|
*
|
SUNRPC/cache: don't allow invalid entries to be flushed
J. Bruce Fields
2020-03-27
1
-2
/
+5
|
*
|
nfsd: fsnotify on rmdir under nfsd/clients/
J. Bruce Fields
2020-03-19
1
-0
/
+1
|
*
|
nfsd4: kill warnings on testing stateids with mismatched clientids
J. Bruce Fields
2020-03-19
1
-8
/
+1
|
*
|
nfsd: remove read permission bit for ctl sysctl
Petr Vorel
2020-03-16
1
-1
/
+1
|
*
|
NFSD: Fix NFS server build errors
Chuck Lever
2020-03-16
1
-1
/
+1
|
*
|
sunrpc: Add tracing for cache events
Trond Myklebust
2020-03-16
2
-9
/
+60
|
*
|
SUNRPC/cache: Allow garbage collection of invalid cache entries
Trond Myklebust
2020-03-16
2
-20
/
+19
|
*
|
nfsd: export upcalls must not return ESTALE when mountd is down
Trond Myklebust
2020-03-16
7
-32
/
+85
|
*
|
nfsd: Add tracepoints for update of the expkey and export cache entries
Trond Myklebust
2020-03-16
2
-9
/
+61
|
*
|
nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()
Trond Myklebust
2020-03-16
2
-2
/
+53
|
*
|
nfsd: Add tracing to nfsd_set_fh_dentry()
Trond Myklebust
2020-03-16
2
-3
/
+40
|
*
|
nfsd: Don't add locks to closed or closing open stateids
Trond Myklebust
2020-03-16
1
-30
/
+43
|
*
|
SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends
Chuck Lever
2020-03-16
4
-175
/
+71
|
*
|
SUNRPC: Refactor xs_sendpages()
Chuck Lever
2020-03-16
5
-143
/
+177
|
*
|
svcrdma: Avoid DMA mapping small RPC Replies
Chuck Lever
2020-03-16
3
-1
/
+31
|
*
|
svcrdma: Fix double sync of transport header buffer
Chuck Lever
2020-03-16
4
-44
/
+28
|
*
|
svcrdma: Refactor chunk list encoders
Chuck Lever
2020-03-16
4
-121
/
+209
|
*
|
SUNRPC: Add encoders for list item discriminators
Chuck Lever
2020-03-16
2
-31
/
+43
|
*
|
svcrdma: Rename svcrdma_encode trace points in send routines
Chuck Lever
2020-03-16
2
-11
/
+16
|
*
|
svcrdma: Update synopsis of svc_rdma_send_reply_msg()
Chuck Lever
2020-03-16
1
-6
/
+4
|
*
|
svcrdma: Update synopsis of svc_rdma_map_reply_msg()
Chuck Lever
2020-03-16
3
-36
/
+53
|
*
|
svcrdma: Update synopsis of svc_rdma_send_reply_chunk()
Chuck Lever
2020-03-16
3
-8
/
+8
|
*
|
svcrdma: De-duplicate code that locates Write and Reply chunks
Chuck Lever
2020-03-16
3
-35
/
+14
|
*
|
svcrdma: Use struct xdr_stream to decode ingress transport headers
Chuck Lever
2020-03-16
4
-87
/
+130
|
*
|
svcrdma: Remove svcrdma_cm_event() trace point
Chuck Lever
2020-03-16
2
-35
/
+0
|
*
|
svcrdma: Create a generic tracing class for displaying xdr_buf layout
Chuck Lever
2020-03-16
4
-2
/
+48
|
*
|
SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.c
Chuck Lever
2020-03-16
2
-29
/
+73
|
*
|
SUNRPC: Add xdr_pad_size() helper
Chuck Lever
2020-03-16
4
-10
/
+21
|
*
|
svcrdma: Fix double svc_rdma_send_ctxt_put() in an error path
Chuck Lever
2020-03-16
1
-8
/
+1
|
*
|
NFSD: Clean up nfsd4_encode_readv
Chuck Lever
2020-03-16
1
-5
/
+4
|
*
|
nfsd: Fix NFSv4 READ on RDMA when using readv
Chuck Lever
2020-03-16
10
-23
/
+106
|
*
|
fs: nfsd: fileache.c: Use built-in RCU list checking
Madhuparna Bhowmik
2020-03-16
1
-1
/
+1
[next]