aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells4-5/+18
2018-04-09afs: Rearrange status mappingDavid Howells5-129/+216
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells5-44/+59
2018-04-09afs: Init inode before accessing cacheDavid Howells1-5/+2
2018-04-09afs: Introduce a statistics proc fileDavid Howells4-1/+57
2018-04-09afs: Dump bad status recordDavid Howells1-0/+35
2018-04-09afs: Implement @cell substitution handlingDavid Howells3-1/+89
2018-04-09afs: Implement @sys substitution handlingDavid Howells4-1/+353
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells7-63/+550
2018-04-09afs: Don't over-increment the cell usage count when pinning itDavid Howells2-3/+4
2018-04-09afs: Fix checker warningsDavid Howells11-50/+35
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells5-25/+11
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells5-127/+54
2018-04-04afs: Be more aggressive in retiring cached vnodesDavid Howells1-2/+3
2018-04-04afs: Use the vnode ID uniquifier in the cache key not the aux dataDavid Howells1-14/+8
2018-04-04afs: Invalidate cache on server data changeDavid Howells1-0/+4
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+9
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2-4/+9
2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra3-9/+9
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