index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
affs
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-04
NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()
Trond Myklebust
1
-1
/
+1
2020-04-04
NFS: Beware when dereferencing the delegation cred
Trond Myklebust
2
-1
/
+11
2020-04-03
NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout
Trond Myklebust
1
-0
/
+50
2020-04-03
NFS: finish_automount() requires us to hold 2 refs to the mount record
Trond Myklebust
1
-5
/
+7
2020-04-03
NFS: Fix a few constant_table array definitions
Scott Mayhew
1
-1
/
+4
2020-04-01
NFS: Try to join page groups before an O_DIRECT retransmission
Trond Myklebust
3
-1
/
+22
2020-04-01
NFS: Refactor nfs_lock_and_join_requests()
Trond Myklebust
3
-68
/
+123
2020-04-01
NFS: Reverse the submission order of requests in __nfs_pageio_add_request()
Trond Myklebust
1
-69
/
+64
2020-04-01
NFS: Clean up nfs_lock_and_join_requests()
Trond Myklebust
3
-71
/
+95
2020-04-01
NFS: Remove the redundant function nfs_pgio_has_mirroring()
Trond Myklebust
2
-11
/
+2
2020-04-01
NFS: Fix memory leaks in nfs_pageio_stop_mirroring()
Trond Myklebust
1
-9
/
+8
2020-04-01
NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()
Trond Myklebust
1
-0
/
+1
2020-04-01
NFS: Fix use-after-free issues in nfs_pageio_add_request()
Trond Myklebust
1
-24
/
+24
2020-04-01
NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()
Trond Myklebust
3
-24
/
+55
2020-04-01
NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()
Trond Myklebust
1
-0
/
+1
2020-03-28
NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()
Trond Myklebust
1
-12
/
+3
2020-03-27
pNFS/flexfiles: Specify the layout segment range in LAYOUTGET
Trond Myklebust
1
-4
/
+4
2020-03-27
pNFS/flexfiles: remove requirement for whole file layouts
Trond Myklebust
1
-21
/
+0
2020-03-27
pNFS/flexfiles: Check the layout segment range before doing I/O
Trond Myklebust
3
-3
/
+13
2020-03-27
pNFS/flexfile: Don't merge layout segments if the mirrors don't match
Trond Myklebust
1
-0
/
+19
2020-03-27
NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handling
Trond Myklebust
1
-16
/
+12
2020-03-27
NFS/pNFS: Simplify bucket layout segment reference counting
Trond Myklebust
2
-21
/
+21
2020-03-27
NFS/pNFS: Clean up pNFS commit operations
Trond Myklebust
6
-71
/
+98
2020-03-27
NFS: Remove bucket array from struct pnfs_ds_commit_info
Trond Myklebust
6
-185
/
+1
2020-03-27
NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()
Trond Myklebust
3
-31
/
+54
2020-03-27
pNFS: Enable per-layout segment commit structures
Trond Myklebust
4
-6
/
+117
2020-03-27
pNFS: Add infrastructure for cleaning up per-layout commit structures
Trond Myklebust
7
-4
/
+121
2020-03-27
NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()
Trond Myklebust
1
-3
/
+16
2020-03-27
NFS: Fix O_DIRECT commit verifier handling
Trond Myklebust
3
-124
/
+22
2020-03-27
NFS: commit errors should be fatal
Trond Myklebust
1
-2
/
+30
2020-03-27
NFS/pNFS: Allow O_DIRECT to release the DS commitinfo
Trond Myklebust
2
-0
/
+17
2020-03-27
pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist()
Trond Myklebust
1
-0
/
+16
2020-03-27
pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs()
Trond Myklebust
1
-8
/
+33
2020-03-27
NFSv4/pNFS: Scan the full list of commit arrays when committing
Trond Myklebust
1
-12
/
+40
2020-03-27
NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info
Trond Myklebust
5
-1
/
+18
2020-03-27
xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprt
Chuck Lever
7
-191
/
+143
2020-03-27
xprtrdma: Extract sockaddr from struct rdma_cm_id
Chuck Lever
2
-46
/
+67
2020-03-27
xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_ep
Chuck Lever
7
-261
/
+246
2020-03-27
xprtrdma: Disconnect on flushed completion
Chuck Lever
4
-18
/
+47
2020-03-27
xprtrdma: Remove rpcrdma_ia::ri_flags
Chuck Lever
3
-67
/
+13
2020-03-27
xprtrdma: Invoke rpcrdma_ia_open in the connect worker
Chuck Lever
4
-143
/
+20
2020-03-27
xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()
Chuck Lever
1
-16
/
+10
2020-03-27
xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()
Chuck Lever
3
-20
/
+20
2020-03-27
xprtrdma: Clean up the post_send path
Chuck Lever
5
-18
/
+18
2020-03-27
xprtrdma: Refactor frwr_init_mr()
Chuck Lever
3
-8
/
+8
2020-03-27
xprtrdma: Invoke rpcrdma_ep_create() in the connect worker
Chuck Lever
3
-103
/
+56
2020-03-27
xprtrdma: Enhance MR-related trace points
Chuck Lever
2
-27
/
+31
2020-03-26
pNFS: Add a helper to allocate the array of buckets
Trond Myklebust
3
-3
/
+46
2020-03-26
NFS/pNFS: Refactor pnfs_generic_commit_pagelist()
Trond Myklebust
2
-101
/
+76
2020-03-26
pNFS/flexfiles: Simplify allocation of the mirror array
Trond Myklebust
2
-17
/
+6
[next]