Age | Commit message (Expand) | Author |
2019-04-25 | afs: Further fix file locking | David Howells |
2019-04-25 | afs: Fix AFS file locking to allow fine grained locks | David Howells |
2019-04-25 | afs: Calculate lock extend timer from set/extend reply reception | David Howells |
2019-04-25 | afs: Split wait from afs_make_call() | David Howells |
2019-04-13 | afs: Fix in-progess ops to ignore server-level callback invalidation | David Howells |
2019-04-13 | afs: Unlock pages for __pagevec_release() | Marc Dionne |
2019-04-13 | afs: Differentiate abort due to unmarshalling from other errors | David Howells |
2019-04-13 | afs: Avoid section confusion in CM_NAME | Andi Kleen |
2019-04-13 | afs: avoid deprecated get_seconds() | Arnd Bergmann |
2019-04-12 | afs: Check for rxrpc call completion in wait loop | Marc Dionne |
2019-04-12 | rxrpc: Make rxrpc_kernel_check_life() indicate if call completed | Marc Dionne |
2019-04-08 | afs: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-03-28 | afs: Fix StoreData op marshalling | David Howells |
2019-03-12 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2019-03-12 | mm: refactor readahead defines in mm.h | Nikolay Borisov |
2019-02-28 | afs: Use fs_context to pass parameters over automount | David Howells |
2019-02-28 | afs: Add fs_context support | David Howells |
2019-02-25 | afs: Fix manually set volume location server list | David Howells |
2019-01-17 | afs: Fix race in async call refcounting | David Howells |
2019-01-17 | afs: Provide a function to get a ref on a call | David Howells |
2019-01-17 | afs: Fix key refcounting in file locking code | David Howells |
2019-01-17 | afs: Don't set vnode->cb_s_break in afs_validate() | Marc Dionne |
2019-01-10 | afs: Set correct lock type for the yfs CreateFile | Marc Dionne |
2019-01-10 | afs: Use struct_size() in kzalloc() | Gustavo A. R. Silva |
2019-01-04 | fs: don't open code lru_to_page() | Nikolay Borisov |
2019-01-04 | fs/: remove caller signal_pending branch predictions | Davidlohr Bueso |
2018-11-30 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2018-11-29 | afs: Use d_instantiate() rather than d_add() and don't d_drop() | David Howells |
2018-11-29 | afs: Fix missing net error handling | David Howells |
2018-11-29 | afs: Fix validation/callback interaction | David Howells |
2018-11-15 | rxrpc: Fix life check | David Howells |
2018-10-24 | afs: Probe multiple fileservers simultaneously | David Howells |
2018-10-24 | afs: Fix callback handling | David Howells |
2018-10-24 | afs: Eliminate the address pointer from the address list cursor | David Howells |
2018-10-24 | afs: Allow dumping of server cursor on operation failure | David Howells |
2018-10-24 | afs: Implement YFS support in the fs client | David Howells |
2018-10-24 | afs: Expand data structure fields to support YFS | David Howells |
2018-10-24 | afs: Get the target vnode in afs_rmdir() and get a callback on it | David Howells |
2018-10-24 | afs: Calc callback expiry in op reply delivery | David Howells |
2018-10-24 | afs: Fix FS.FetchStatus delivery from updating wrong vnode | David Howells |
2018-10-24 | afs: Implement the YFS cache manager service | David Howells |
2018-10-24 | afs: Remove callback details from afs_callback_break struct | David Howells |
2018-10-24 | afs: Commit the status on a new file/dir/symlink | David Howells |
2018-10-24 | afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS | David Howells |
2018-10-24 | afs: Don't invoke the server to read data beyond EOF | David Howells |
2018-10-24 | afs: Add a couple of tracepoints to log I/O errors | David Howells |
2018-10-24 | afs: Handle EIO from delivery function | David Howells |
2018-10-24 | afs: Fix TTL on VL server and address lists | David Howells |
2018-10-24 | afs: Implement VL server rotation | David Howells |
2018-10-24 | afs: Improve FS server rotation error handling | David Howells |