summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-04afs: Be more aggressive in retiring cached vnodesDavid Howells
2018-04-04afs: Use the vnode ID uniquifier in the cache key not the aux dataDavid Howells
2018-04-04afs: Invalidate cache on server data changeDavid Howells
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells
2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra
2018-02-06afs: Support the AFS dynamic rootDavid Howells
2018-02-06afs: Rearrange afs_select_fileserver() a littleDavid Howells
2018-02-06afs: Remove unused codeDavid Howells
2018-02-06afs: Fix server list handlingDavid Howells
2018-02-06afs: Need to clear responded flag in addr cursorDavid Howells
2018-02-06afs: Fix missing cursor clearanceDavid Howells
2018-02-06afs: Add missing afs_put_cell()David Howells
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29afs: convert to new i_version APIJeff Layton
2018-01-02afs: Fix missing error handling in afs_write_end()David Howells
2018-01-02afs: Fix unlinkDavid Howells
2018-01-02afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells
2017-12-01afs: Fix permit refcountingDavid Howells
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
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