aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds30-5231/+6436
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+4
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-11-15afs: use find_get_pages_range_tag()Jan Kara1-9/+2
2017-11-13afs: Protect call->state changes against signalsDavid Howells3-69/+120
2017-11-13afs: Trace page dirty/cleanDavid Howells2-13/+31
2017-11-13afs: Implement shared-writeable mmapDavid Howells3-9/+54
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells6-395/+411
2017-11-13afs: Introduce a file-private data recordDavid Howells6-20/+51
2017-11-13afs: Use a dynamic port if 7001 is in useMarc Dionne1-0/+4
2017-11-13afs: Fix directory read/modify raceDavid Howells3-8/+25
2017-11-13afs: Trace the sending of pagesDavid Howells1-0/+3
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells4-20/+91
2017-11-13afs: Fix total-length calculation for multiple-page sendDavid Howells1-2/+11
2017-11-13afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells1-9/+0
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells6-10/+428
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells26-2575/+2795
2017-11-13afs: Move server rotation code into its own fileDavid Howells3-250/+255
2017-11-13afs: Add an address list conceptDavid Howells12-561/+844
2017-11-13afs: Overhaul cell database managementDavid Howells6-317/+704
2017-11-13afs: Overhaul permit cachingDavid Howells9-187/+244
2017-11-13afs: Overhaul the callback handlingDavid Howells14-794/+443
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells3-11/+10
2017-11-13afs: Fix the afs_uuid struct to make the char-sized fields signedDavid Howells1-3/+3
2017-11-13afs: Connect up the CB.ProbeUuidDavid Howells1-0/+3
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()David Howells2-11/+18
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells5-77/+74
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells6-77/+36
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells5-26/+36
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells10-130/+85
2017-11-13afs: Update the cache index structureDavid Howells4-251/+50
2017-11-13afs: Add some protocol defsDavid Howells3-9/+35
2017-11-13afs: Push the net ns pointer to more placesDavid Howells11-56/+56
2017-11-13afs: Note the cell in the superblock info alsoDavid Howells2-24/+48
2017-11-13afs: Fix server reapingDavid Howells3-10/+57
2017-11-13afs: Close the rxrpc socket only after purging the serversDavid Howells1-1/+1
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells15-492/+602
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-7/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells1-5/+26
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells2-4/+8
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-43/+0
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara1-43/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-13/+35
2017-08-29rxrpc: Add notification of end-of-Tx phaseDavid Howells1-11/+35
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells2-2/+0
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+43
2017-07-11afs: Implement show_optionsDavid Howells1-2/+43