aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2019-05-16afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells
2019-05-16afs: Fix calculation of callback expiry timeDavid Howells
2019-05-16afs: Make dynamic root population wait uninterruptibly for proc_cells_lockDavid Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells
2019-05-16afs: Fix error propagation from server record check/updateDavid Howells
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells
2019-05-16afs: Fix "kAFS: AFS vnode with undefined type 0"David Howells
2019-05-16afs: Fix cell DNS lookupDavid Howells
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells
2019-05-15afs: Fix missing lock when replacing VL server listDavid Howells
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells
2019-05-15afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()David Howells
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-07afs: Implement YFS ACL settingDavid Howells
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells
2019-05-07afs: implement acl settingJoe Gorse
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells
2019-05-07afs: Fix getting the afs.fid xattrDavid Howells
2019-05-07afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells
2019-05-07afs: Calculate i_blocks based on file sizeMarc Dionne
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells
2019-05-01afs: switch to use of ->free_inode()Al Viro
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells
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