summaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-1/+1
* fs_parse: get rid of ->enumsAl Viro2020-02-071-10/+9
* afs: Fix missing cell comparison in afs_test_super()David Howells2019-12-111-0/+1
* afs: Fix SELinux setting security label on /afsDavid Howells2019-12-091-1/+0
* afs: Fix large file supportMarc Dionne2019-11-221-0/+1
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-161-6/+8
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-2/+2
* afs: Don't save callback version and type fieldsDavid Howells2019-05-161-1/+0
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-2/+1
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-1/+1
* Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-2/+32
|\
| * afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-071-1/+1
| * afs: Provide mount-time configurable byte-range file locking emulationDavid Howells2019-04-251-0/+27
| * afs: Add more tracepointsDavid Howells2019-04-251-0/+1
| * afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-1/+3
* | afs: switch to use of ->free_inode()Al Viro2019-05-011-5/+4
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-210/+220
|\
| * afs: Use fs_context to pass parameters over automountDavid Howells2019-02-281-37/+3
| * afs: Add fs_context supportDavid Howells2019-02-281-208/+252
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
|/
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-2/+3
* afs: Display manually added cells in dynamic root mountDavid Howells2018-06-151-20/+32
* Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-021-2/+2
|\
| * afs: Fix whole-volume callback handlingDavid Howells2018-05-141-1/+1
| * afs: Fix directory page lockingDavid Howells2018-05-141-1/+1
* | afs: Implement network namespacingDavid Howells2018-05-231-8/+12
|/
* afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-091-4/+7
* afs: Support the AFS dynamic rootDavid Howells2018-02-061-42/+90
* afs: Properly reset afs_vnode (inode) fieldsDavid Howells2017-12-011-1/+13
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* afs: Get rid of the afs_writeback recordDavid Howells2017-11-131-2/+2
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-35/+57
* afs: Overhaul cell database managementDavid Howells2017-11-131-5/+7
* afs: Overhaul permit cachingDavid Howells2017-11-131-1/+0
* afs: Overhaul the callback handlingDavid Howells2017-11-131-4/+7
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-6/+6
* afs: Note the cell in the superblock info alsoDavid Howells2017-11-131-22/+35
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-19/+26
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-2/+43
|\
| * afs: Implement show_optionsDavid Howells2017-07-111-2/+43
* | afs: Add metadata xattrsDavid Howells2017-07-091-0/+1
|/
* afs: Convert to separately allocated bdiJan Kara2017-04-201-1/+4
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* afs: Only allow mounting afs in the intial network namespaceEric W. Biederman2013-02-131-0/+6
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5