summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
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
2017-11-13afs: Fix server reapingDavid Howells
2017-11-13afs: Close the rxrpc socket only after purging the serversDavid Howells
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara