aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-3/+3
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-3/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-18netfs: Add a netfs inode contextDavid Howells1-3/+1
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells1-0/+1
2021-12-16afs: Fix mmapDavid Howells1-0/+1
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells1-0/+1
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-9/+9
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-7/+9
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells1-6/+6
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells1-3/+1
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-1/+0
2020-06-04afs: Fix afs_statfs() to not let the values go below zeroDavid Howells1-1/+4
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-6/+2
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells1-4/+6
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells1-1/+20
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-43/+34
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-2/+2
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-1/+1
2020-02-07fs_parse: get rid of ->enumsAl Viro1-10/+9
2019-12-11afs: Fix missing cell comparison in afs_test_super()David Howells1-0/+1
2019-12-09afs: Fix SELinux setting security label on /afsDavid Howells1-1/+0
2019-11-22afs: Fix large file supportMarc Dionne1-0/+1
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells1-6/+8
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells1-2/+2
2019-05-16afs: Don't save callback version and type fieldsDavid Howells1-1/+0
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-2/+1
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-1/+1
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+32
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells1-1/+1
2019-05-01afs: switch to use of ->free_inode()Al Viro1-5/+4
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells1-0/+27
2019-04-25afs: Add more tracepointsDavid Howells1-0/+1
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-1/+3
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-210/+220
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells1-37/+3
2019-02-28afs: Add fs_context supportDavid Howells1-208/+252
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-2/+3
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells1-20/+32
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro1-2/+2
2018-05-23afs: Implement network namespacingDavid Howells1-8/+12
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-1/+1
2018-05-14afs: Fix directory page lockingDavid Howells1-1/+1
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells1-4/+7
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-42/+90