summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* afs: Make use of the YFS service upgrade to fully support IPv6David Howells2017-11-136-10/+428
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-1326-2575/+2795
* afs: Move server rotation code into its own fileDavid Howells2017-11-133-250/+255
* afs: Add an address list conceptDavid Howells2017-11-1312-561/+844
* afs: Overhaul cell database managementDavid Howells2017-11-136-317/+704
* afs: Overhaul permit cachingDavid Howells2017-11-139-187/+244
* afs: Overhaul the callback handlingDavid Howells2017-11-1314-794/+443
* afs: Rename struct afs_call server member to cm_serverDavid Howells2017-11-133-11/+10
* afs: Fix the afs_uuid struct to make the char-sized fields signedDavid Howells2017-11-131-3/+3
* afs: Connect up the CB.ProbeUuidDavid Howells2017-11-131-0/+3
* afs: Potentially return call->reply[0] from afs_make_call()David Howells2017-11-132-11/+18
* afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells2017-11-135-77/+74
* afs: Consolidate abort_to_error translatorsDavid Howells2017-11-136-77/+36
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-135-26/+36
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-1310-130/+85
* afs: Update the cache index structureDavid Howells2017-11-134-251/+50
* afs: Add some protocol defsDavid Howells2017-11-133-9/+35
* afs: Push the net ns pointer to more placesDavid Howells2017-11-1311-56/+56
* afs: Note the cell in the superblock info alsoDavid Howells2017-11-132-24/+48
* afs: Fix server reapingDavid Howells2017-11-133-10/+57
* afs: Close the rxrpc socket only after purging the serversDavid Howells2017-11-131-1/+1
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-1316-492/+603
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-1314-98/+37
* Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells2017-11-13251-1860/+1810
|\
| * timers: Add a function to start/reduce a timerDavid Howells2017-11-122-7/+39
| * pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-122-4/+2
| * Merge tag 'timers-conversion-next5' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner2017-11-0911-41/+39
| |\
| | * timer: Prepare to change all DEFINE_TIMER() callbacksKees Cook2017-11-081-4/+4
| | * netfilter: ipvs: Convert timers to use timer_setup()Kees Cook2017-11-085-22/+23
| | * scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook2017-11-085-15/+12
| |/
| * Merge tag 'timers-conversion-next4' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner2017-11-0716-78/+47
| |\
| | * block/aoe: discover_timer: Convert timers to use timer_setup()Kees Cook2017-11-061-36/+8
| | * ide: Convert timers to use timer_setup()Kees Cook2017-11-063-4/+4
| | * drbd: Convert timers to use timer_setup()Kees Cook2017-11-066-21/+17
| | * mailbox: Convert timers to use timer_setup()Kees Cook2017-11-061-6/+6
| | * crypto: Convert timers to use timer_setup()Kees Cook2017-11-063-9/+8
| | * drivers/pcmcia: omap1: Fix error in automated timer conversionKees Cook2017-11-061-1/+3
| | * ARM: footbridge: Fix typo in timer conversionKees Cook2017-11-061-1/+1
| |/
| * Merge tag 'timers-conversion-next3' of https://git.kernel.org/pub/scm/linux/k...Thomas Gleixner2017-11-0344-249/+215
| |\
| | * drivers/sgi-xp: Convert timers to use timer_setup()Kees Cook2017-11-022-18/+12
| | * drivers/pcmcia: Convert timers to use timer_setup()Kees Cook2017-11-028-31/+24
| | * drivers/memstick: Convert timers to use timer_setup()Kees Cook2017-11-023-11/+12
| | * drivers/macintosh: Convert timers to use timer_setup()Kees Cook2017-11-021-6/+4
| | * hwrng/xgene-rng: Convert timers to use timer_setup()Kees Cook2017-11-021-5/+3
| | * auxdisplay: Convert timers to use timer_setup()Kees Cook2017-11-022-8/+6
| | * sparc/led: Convert timers to use timer_setup()Kees Cook2017-11-021-7/+9
| | * mips: ip22/32: Convert timers to use timer_setup()Kees Cook2017-11-022-25/+22
| | * arm: pxa: Convert timers to use timer_setup()Kees Cook2017-11-022-13/+10
| | * ARM: footbridge: Convert timers to use timer_setup()Kees Cook2017-11-021-18/+8
| | * ia64: Convert timers to use timer_setup()Kees Cook2017-11-027-27/+26