aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells
2019-04-13afs: Unlock pages for __pagevec_release()Marc Dionne
2019-04-13afs: Differentiate abort due to unmarshalling from other errorsDavid Howells
2019-04-13afs: Avoid section confusion in CM_NAMEAndi Kleen
2019-04-13afs: avoid deprecated get_seconds()Arnd Bergmann
2019-04-12afs: Check for rxrpc call completion in wait loopMarc Dionne
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne
2019-03-28afs: Fix StoreData op marshallingDavid Howells
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells
2019-02-28afs: Add fs_context supportDavid Howells
2019-02-25afs: Fix manually set volume location server listDavid Howells
2019-01-17afs: Fix race in async call refcountingDavid Howells
2019-01-17afs: Provide a function to get a ref on a callDavid Howells
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells
2019-01-17afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne
2019-01-10afs: Set correct lock type for the yfs CreateFileMarc Dionne
2019-01-10afs: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells
2018-11-29afs: Fix missing net error handlingDavid Howells
2018-11-29afs: Fix validation/callback interactionDavid Howells
2018-11-15rxrpc: Fix life checkDavid Howells
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells
2018-10-24afs: Fix callback handlingDavid Howells
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells
2018-10-24afs: Implement YFS support in the fs clientDavid Howells
2018-10-24afs: Expand data structure fields to support YFSDavid Howells
2018-10-24afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells
2018-10-24afs: Remove callback details from afs_callback_break structDavid Howells
2018-10-24afs: Commit the status on a new file/dir/symlinkDavid Howells
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells
2018-10-24afs: Handle EIO from delivery functionDavid Howells
2018-10-24afs: Fix TTL on VL server and address listsDavid Howells
2018-10-24afs: Implement VL server rotationDavid Howells
2018-10-24afs: Improve FS server rotation error handlingDavid Howells
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells
2018-10-24afs: Better tracing of protocol errorsDavid Howells
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-15afs: Fix clearance of replyDavid Howells