summaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c
AgeCommit message (Expand)Author
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-06-04afs: Fix afs_statfs() to not let the values go below zeroDavid Howells
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2019-12-11afs: Fix missing cell comparison in afs_test_super()David Howells
2019-12-09afs: Fix SELinux setting security label on /afsDavid Howells
2019-11-22afs: Fix large file supportMarc Dionne
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells
2019-05-16afs: Don't save callback version and type fieldsDavid Howells
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells
2019-05-01afs: switch to use of ->free_inode()Al Viro
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells
2019-04-25afs: Add more tracepointsDavid Howells
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells
2019-02-28afs: Add fs_context supportDavid Howells
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro
2018-05-23afs: Implement network namespacingDavid Howells
2018-05-14afs: Fix whole-volume callback handlingDavid Howells
2018-05-14afs: Fix directory page lockingDavid Howells
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells
2018-02-06afs: Support the AFS dynamic rootDavid Howells
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-11-13afs: Overhaul cell database managementDavid Howells
2017-11-13afs: Overhaul permit cachingDavid Howells
2017-11-13afs: Overhaul the callback handlingDavid Howells
2017-11-13afs: Push the net ns pointer to more placesDavid Howells