summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Properly reset afs_vnode (inode) fieldsDavid Howells2017-12-012-2/+17
* afs: Fix permit refcountingDavid Howells2017-12-011-8/+10
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* afs: remove redundant assignment of dvnode to itselfColin Ian King2017-11-241-1/+1
* afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva2017-11-241-6/+1
* afs: Fix signal handling in some file opsDavid Howells2017-11-241-0/+8
* afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells2017-11-241-10/+5
* afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells2017-11-241-0/+5
* afs: Fix file lockingDavid Howells2017-11-175-262/+385
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1630-5231/+6436
|\
| * afs: Protect call->state changes against signalsDavid Howells2017-11-133-69/+120
| * afs: Trace page dirty/cleanDavid Howells2017-11-132-13/+31
| * afs: Implement shared-writeable mmapDavid Howells2017-11-133-9/+54
| * afs: Get rid of the afs_writeback recordDavid Howells2017-11-136-395/+411
| * afs: Introduce a file-private data recordDavid Howells2017-11-136-20/+51
| * afs: Use a dynamic port if 7001 is in useMarc Dionne2017-11-131-0/+4
| * afs: Fix directory read/modify raceDavid Howells2017-11-133-8/+25
| * afs: Trace the sending of pagesDavid Howells2017-11-131-0/+3
| * afs: Trace the initiation and completion of client callsDavid Howells2017-11-134-20/+91
| * afs: Fix total-length calculation for multiple-page sendDavid Howells2017-11-131-2/+11
| * afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells2017-11-131-9/+0
| * 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-1315-492/+602
| * Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-7/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-11/+4
|\ \ | |/ |/|
| * mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-2/+2
| * afs: use find_get_pages_range_tag()Jan Kara2017-11-151-9/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-181-5/+26