summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells2019-04-133-6/+2
* afs: Unlock pages for __pagevec_release()Marc Dionne2019-04-131-0/+1
* afs: Differentiate abort due to unmarshalling from other errorsDavid Howells2019-04-131-1/+5
* afs: Avoid section confusion in CM_NAMEAndi Kleen2019-04-131-1/+1
* afs: avoid deprecated get_seconds()Arnd Bergmann2019-04-131-3/+1
* afs: Check for rxrpc call completion in wait loopMarc Dionne2019-04-121-6/+16
* rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-121-2/+2
* afs: Fix StoreData op marshallingDavid Howells2019-03-282-4/+4
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-124-288/+304
|\
| * afs: Use fs_context to pass parameters over automountDavid Howells2019-02-283-109/+80
| * afs: Add fs_context supportDavid Howells2019-02-284-214/+259
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
* | afs: Fix manually set volume location server listDavid Howells2019-02-251-0/+1
* | afs: Fix race in async call refcountingDavid Howells2019-01-171-5/+30
* | afs: Provide a function to get a ref on a callDavid Howells2019-01-171-6/+12
* | afs: Fix key refcounting in file locking codeDavid Howells2019-01-172-2/+4
* | afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne2019-01-171-1/+0
* | afs: Set correct lock type for the yfs CreateFileMarc Dionne2019-01-102-1/+12
* | afs: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-101-3/+1
|/
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-2/+3
* fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-042-2/+2
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-11-308-122/+148
|\
| * afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells2018-11-291-3/+1
| * afs: Fix missing net error handlingDavid Howells2018-11-296-113/+135
| * afs: Fix validation/callback interactionDavid Howells2018-11-291-6/+12
* | rxrpc: Fix life checkDavid Howells2018-11-151-1/+10
|/
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-2416-349/+1047
* afs: Fix callback handlingDavid Howells2018-10-244-8/+12
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-246-10/+5
* afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-245-0/+127
* afs: Implement YFS support in the fs clientDavid Howells2018-10-248-27/+2443
* afs: Expand data structure fields to support YFSDavid Howells2018-10-242-21/+23
* afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells2018-10-241-1/+10
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-245-8/+28
* afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells2018-10-241-11/+5
* afs: Implement the YFS cache manager serviceDavid Howells2018-10-243-1/+174
* afs: Remove callback details from afs_callback_break structDavid Howells2018-10-243-19/+8
* afs: Commit the status on a new file/dir/symlinkDavid Howells2018-10-241-0/+1
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-2416-79/+84
* afs: Don't invoke the server to read data beyond EOFDavid Howells2018-10-241-0/+11
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-247-16/+33
* afs: Handle EIO from delivery functionDavid Howells2018-10-241-1/+4
* afs: Fix TTL on VL server and address listsDavid Howells2018-10-242-7/+33
* afs: Implement VL server rotationDavid Howells2018-10-2411-218/+905
* afs: Improve FS server rotation error handlingDavid Howells2018-10-243-45/+55
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-245-298/+225
* afs: Better tracing of protocol errorsDavid Howells2018-10-246-62/+100
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-8/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-4/+0
|\
| * afs: Fix clearance of replyDavid Howells2018-10-152-4/+0