aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)Author
2018-02-16afs: Fix server list handlingDavid Howells
2018-02-16afs: Fix missing cursor clearanceDavid Howells
2018-02-16afs: Need to clear responded flag in addr cursorDavid Howells
2018-02-16afs: Add missing afs_put_cell()David Howells
2018-01-02afs: Fix missing error handling in afs_write_end()David Howells
2018-01-02afs: Fix unlinkDavid Howells
2018-01-02afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells
2017-12-01afs: Fix permit refcountingDavid Howells
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-24afs: remove redundant assignment of dvnode to itselfColin Ian King
2017-11-24afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva
2017-11-24afs: Fix signal handling in some file opsDavid Howells
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells
2017-11-17afs: Fix file lockingDavid Howells
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15afs: use find_get_pages_range_tag()Jan Kara
2017-11-13afs: Protect call->state changes against signalsDavid Howells
2017-11-13afs: Trace page dirty/cleanDavid Howells
2017-11-13afs: Implement shared-writeable mmapDavid Howells
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells
2017-11-13afs: Introduce a file-private data recordDavid Howells
2017-11-13afs: Use a dynamic port if 7001 is in useMarc Dionne
2017-11-13afs: Fix directory read/modify raceDavid Howells
2017-11-13afs: Trace the sending of pagesDavid Howells
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells
2017-11-13afs: Fix total-length calculation for multiple-page sendDavid Howells
2017-11-13afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-11-13afs: Move server rotation code into its own fileDavid Howells
2017-11-13afs: Add an address list conceptDavid Howells
2017-11-13afs: Overhaul cell database managementDavid Howells
2017-11-13afs: Overhaul permit cachingDavid Howells
2017-11-13afs: Overhaul the callback handlingDavid Howells
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells
2017-11-13afs: Fix the afs_uuid struct to make the char-sized fields signedDavid Howells
2017-11-13afs: Connect up the CB.ProbeUuidDavid Howells
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()David Howells
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells
2017-11-13afs: Update the cache index structureDavid Howells
2017-11-13afs: Add some protocol defsDavid Howells
2017-11-13afs: Push the net ns pointer to more placesDavid Howells
2017-11-13afs: Note the cell in the superblock info alsoDavid Howells