aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-288/+304
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells3-109/+80
2019-02-28afs: Add fs_context supportDavid Howells4-214/+259
2019-02-25afs: Fix manually set volume location server listDavid Howells1-0/+1
2019-01-17afs: Fix race in async call refcountingDavid Howells1-5/+30
2019-01-17afs: Provide a function to get a ref on a callDavid Howells1-6/+12
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells2-2/+4
2019-01-17afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne1-1/+0
2019-01-10afs: Set correct lock type for the yfs CreateFileMarc Dionne2-1/+12
2019-01-10afs: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-2/+3
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2-2/+2
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-122/+148
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells1-3/+1
2018-11-29afs: Fix missing net error handlingDavid Howells6-113/+135
2018-11-29afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-11-15rxrpc: Fix life checkDavid Howells1-1/+10
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells16-349/+1047
2018-10-24afs: Fix callback handlingDavid Howells4-8/+12
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells6-10/+5
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells5-0/+127
2018-10-24afs: Implement YFS support in the fs clientDavid Howells8-27/+2443
2018-10-24afs: Expand data structure fields to support YFSDavid Howells2-21/+23
2018-10-24afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells1-1/+10
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells5-8/+28
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells1-11/+5
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells3-1/+174
2018-10-24afs: Remove callback details from afs_callback_break structDavid Howells3-19/+8
2018-10-24afs: Commit the status on a new file/dir/symlinkDavid Howells1-0/+1
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells16-79/+84
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells1-0/+11
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells7-16/+33
2018-10-24afs: Handle EIO from delivery functionDavid Howells1-1/+4
2018-10-24afs: Fix TTL on VL server and address listsDavid Howells2-7/+33
2018-10-24afs: Implement VL server rotationDavid Howells11-218/+905
2018-10-24afs: Improve FS server rotation error handlingDavid Howells3-45/+55
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells5-298/+225
2018-10-24afs: Better tracing of protocol errorsDavid Howells6-62/+100
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-8/+7
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+0
2018-10-15afs: Fix clearance of replyDavid Howells2-4/+0
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-10/+24
2018-10-12afs: Fix afs_server struct leakDavid Howells1-0/+2
2018-10-12afs: Fix cell proc listDavid Howells5-10/+22
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells1-14/+15
2018-10-04afs: Sort address lists so that they are in logical ascending orderDavid Howells1-27/+24
2018-10-04afs: Always build address lists using the helper functionsDavid Howells1-17/+15
2018-10-04afs: Do better max capacity handling on address listsDavid Howells2-11/+16
2018-09-07afs: Fix cell specification to permit an empty address listDavid Howells1-8/+7