aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06afs: Support the AFS dynamic rootDavid Howells5-87/+247
2018-02-06afs: Rearrange afs_select_fileserver() a littleDavid Howells1-22/+20
2018-02-06afs: Remove unused codeDavid Howells1-235/+0
2018-02-06afs: Fix server list handlingDavid Howells3-48/+11
2018-02-06afs: Need to clear responded flag in addr cursorDavid Howells1-6/+2
2018-02-06afs: Fix missing cursor clearanceDavid Howells2-9/+16
2018-02-06afs: Add missing afs_put_cell()David Howells1-0/+1
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds2-3/+5
2018-01-29afs: convert to new i_version APIJeff Layton2-3/+5
2018-01-02afs: Fix missing error handling in afs_write_end()David Howells1-3/+5
2018-01-02afs: Fix unlinkDavid Howells2-8/+33
2018-01-02afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter1-1/+1
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells2-2/+17
2017-12-01afs: Fix permit refcountingDavid Howells1-8/+10
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-24afs: remove redundant assignment of dvnode to itselfColin Ian King1-1/+1
2017-11-24afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva1-6/+1
2017-11-24afs: Fix signal handling in some file opsDavid Howells1-0/+8
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells1-10/+5
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells1-0/+5
2017-11-17afs: Fix file lockingDavid Howells5-262/+385
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