summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+1Star
* 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-301-3/+1Star
| * afs: Fix missing net error handlingDavid Howells2018-11-306-113/+135
| * afs: Fix validation/callback interactionDavid Howells2018-11-301-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/+5Star
* 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/+5Star
* 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/+8Star
* 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/+225Star
* 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/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-4/+0Star
|\
| * afs: Fix clearance of replyDavid Howells2018-10-152-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-136-10/+24
|\|
| * afs: Fix afs_server struct leakDavid Howells2018-10-121-0/+2
| * afs: Fix cell proc listDavid Howells2018-10-125-10/+22
* | rxrpc: Use IPv4 addresses throught the IPv6David Howells2018-10-041-14/+15
* | afs: Sort address lists so that they are in logical ascending orderDavid Howells2018-10-041-27/+24Star
* | afs: Always build address lists using the helper functionsDavid Howells2018-10-041-17/+15Star
* | afs: Do better max capacity handling on address listsDavid Howells2018-10-042-11/+16
|/
* afs: Fix cell specification to permit an empty address listDavid Howells2018-09-081-8/+7Star
* fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-242-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-11/+17
|\
| * rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-031-11/+17
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-08-142-58/+12Star
|\ \
| * | afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro2018-08-052-13/+2Star