Age | Commit message (Expand) | Author |
2019-05-16 | afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not set | David Howells |
2019-05-16 | afs: Fix calculation of callback expiry time | David Howells |
2019-05-16 | afs: Make dynamic root population wait uninterruptibly for proc_cells_lock | David Howells |
2019-05-16 | afs: Make some RPC operations non-interruptible | David Howells |
2019-05-16 | rxrpc: Allow the kernel to mark a call as being non-interruptible | David Howells |
2019-05-16 | afs: Fix error propagation from server record check/update | David Howells |
2019-05-16 | afs: Fix the maximum lifespan of VL and probe calls | David Howells |
2019-05-16 | afs: Fix "kAFS: AFS vnode with undefined type 0" | David Howells |
2019-05-16 | afs: Fix cell DNS lookup | David Howells |
2019-05-15 | dns_resolver: Allow used keys to be invalidated | David Howells |
2019-05-15 | afs: Fix afs_cell records to always have a VL server list record | David Howells |
2019-05-15 | afs: Fix missing lock when replacing VL server list | David Howells |
2019-05-15 | afs: Fix afs_xattr_get_yfs() to not try freeing an error value | David Howells |
2019-05-15 | afs: Fix incorrect error handling in afs_xattr_get_acl() | David Howells |
2019-05-15 | afs: Fix key leak in afs_release() and afs_evict_inode() | David Howells |
2019-05-07 | Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-05-07 | afs: Implement YFS ACL setting | David Howells |
2019-05-07 | afs: Get YFS ACLs and information through xattrs | David Howells |
2019-05-07 | afs: implement acl setting | Joe Gorse |
2019-05-07 | afs: Get an AFS3 ACL as an xattr | David Howells |
2019-05-07 | afs: Fix getting the afs.fid xattr | David Howells |
2019-05-07 | afs: Fix the afs.cell and afs.volume xattr handlers | David Howells |
2019-05-07 | afs: Calculate i_blocks based on file size | Marc Dionne |
2019-05-07 | afs: Log more information for "kAFS: AFS vnode with undefined type\n" | David Howells |
2019-05-01 | afs: switch to use of ->free_inode() | Al Viro |
2019-04-25 | afs: Provide mount-time configurable byte-range file locking emulation | David Howells |
2019-04-25 | afs: Add more tracepoints | David Howells |
2019-04-25 | afs: Implement sillyrename for unlink and rename | David Howells |
2019-04-25 | afs: Add directory reload tracepoint | David Howells |
2019-04-25 | afs: Handle lock rpc ops failing on a file that got deleted | David Howells |
2019-04-25 | afs: Improve dir check failure reports | David Howells |
2019-04-25 | afs: Add file locking tracepoints | David Howells |
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 |