summaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-1/+1
|\
| * netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-1/+1
* | afs: Defer volume record destruction to a workqueueDavid Howells2024-01-011-4/+3
|/
* afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells2023-11-241-1/+3
* afs: Fix file locking on R/O volumes to operate in local modeDavid Howells2023-11-241-0/+2
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-3/+3
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-3/+1
|\
| * netfs: Add a netfs inode contextDavid Howells2022-03-181-3/+1
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-121-0/+1
|\
| * afs: Copy local writes to the cache when writing to the serverDavid Howells2022-01-071-0/+1
* | afs: Fix mmapDavid Howells2021-12-161-0/+1
|/
* afs: Fix mmap coherency vs 3rd-party changesDavid Howells2021-09-131-0/+1
* afs: Fix memory leak when mounting with multiple source parametersDavid Howells2020-12-081-0/+3
* Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-161-9/+9
|\
| * afs: Add tracing for cell refcount and active user countDavid Howells2020-10-161-7/+9
| * afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-161-6/+6
| * afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells2020-10-161-3/+1
* | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-1/+0
|/
* afs: Fix afs_statfs() to not let the values go below zeroDavid Howells2020-06-041-1/+4
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-6/+2
* afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells2020-06-041-4/+6
* afs: Detect cell aliases 1 - Cells with root volumesDavid Howells2020-06-041-1/+20
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-43/+34
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-2/+2
* 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
|\