summaryrefslogtreecommitdiff
path: root/fs/afs
Commit message (Expand)AuthorAge
* afs: Fix server record deletionDavid Howells2018-04-20
* Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-12
|\
| * afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-09
| * afs: Add stats for data transfer operationsDavid Howells2018-04-09
| * afs: Trace protocol errorsDavid Howells2018-04-09
| * afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-09
| * afs: Adjust the directory XDR structuresDavid Howells2018-04-09
| * afs: Split the directory content defs into a headerDavid Howells2018-04-09
| * afs: Fix directory handlingDavid Howells2018-04-09
| * afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-09
| * afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-09
| * afs: Rearrange status mappingDavid Howells2018-04-09
| * afs: Make it possible to get the data version in readpageDavid Howells2018-04-09
| * afs: Init inode before accessing cacheDavid Howells2018-04-09
| * afs: Introduce a statistics proc fileDavid Howells2018-04-09
| * afs: Dump bad status recordDavid Howells2018-04-09
| * afs: Implement @cell substitution handlingDavid Howells2018-04-09
| * afs: Implement @sys substitution handlingDavid Howells2018-04-09
| * afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-09
| * afs: Don't over-increment the cell usage count when pinning itDavid Howells2018-04-09
| * afs: Fix checker warningsDavid Howells2018-04-09
* | 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