summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAge
* page cache: use xa_lockMatthew Wilcox2018-04-11
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-06
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-04
* afs: Be more aggressive in retiring cached vnodesDavid Howells2018-04-04
* afs: Use the vnode ID uniquifier in the cache key not the aux dataDavid Howells2018-04-04
* afs: Invalidate cache on server data changeDavid Howells2018-04-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03
|\
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-27
* | sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-20
|/
* afs: Support the AFS dynamic rootDavid Howells2018-02-06
* afs: Rearrange afs_select_fileserver() a littleDavid Howells2018-02-06
* afs: Remove unused codeDavid Howells2018-02-06
* afs: Fix server list handlingDavid Howells2018-02-06
* afs: Need to clear responded flag in addr cursorDavid Howells2018-02-06
* afs: Fix missing cursor clearanceDavid Howells2018-02-06
* afs: Add missing afs_put_cell()David Howells2018-02-06
* Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-29
|\
| * afs: convert to new i_version APIJeff Layton2018-01-29
* | afs: Fix missing error handling in afs_write_end()David Howells2018-01-02
* | afs: Fix unlinkDavid Howells2018-01-02
* | afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter2018-01-02
|/
* afs: Properly reset afs_vnode (inode) fieldsDavid Howells2017-12-01
* afs: Fix permit refcountingDavid Howells2017-12-01
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* afs: remove redundant assignment of dvnode to itselfColin Ian King2017-11-24
* afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva2017-11-24
* afs: Fix signal handling in some file opsDavid Howells2017-11-24
* afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells2017-11-24
* afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells2017-11-24
* afs: Fix file lockingDavid Howells2017-11-17
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-16
|\
| * afs: Protect call->state changes against signalsDavid Howells2017-11-13
| * afs: Trace page dirty/cleanDavid Howells2017-11-13
| * afs: Implement shared-writeable mmapDavid Howells2017-11-13
| * afs: Get rid of the afs_writeback recordDavid Howells2017-11-13
| * afs: Introduce a file-private data recordDavid Howells2017-11-13
| * afs: Use a dynamic port if 7001 is in useMarc Dionne2017-11-13
| * afs: Fix directory read/modify raceDavid Howells2017-11-13
| * afs: Trace the sending of pagesDavid Howells2017-11-13
| * afs: Trace the initiation and completion of client callsDavid Howells2017-11-13
| * afs: Fix total-length calculation for multiple-page sendDavid Howells2017-11-13
| * afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells2017-11-13
| * afs: Make use of the YFS service upgrade to fully support IPv6David Howells2017-11-13
| * afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-13
| * afs: Move server rotation code into its own fileDavid Howells2017-11-13
| * afs: Add an address list conceptDavid Howells2017-11-13
| * afs: Overhaul cell database managementDavid Howells2017-11-13
| * afs: Overhaul permit cachingDavid Howells2017-11-13
| * afs: Overhaul the callback handlingDavid Howells2017-11-13
| * afs: Rename struct afs_call server member to cm_serverDavid Howells2017-11-13