summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2019-04-25afs: Add more tracepointsDavid Howells
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells
2019-04-25afs: Add directory reload tracepointDavid Howells
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells
2019-04-25afs: Improve dir check failure reportsDavid Howells
2019-04-25afs: Add file locking tracepointsDavid Howells
2019-04-25afs: Further fix file lockingDavid Howells
2019-04-25afs: Fix AFS file locking to allow fine grained locksDavid Howells
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells
2019-04-25afs: Split wait from afs_make_call()David Howells
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-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva
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