summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2024-02-201-0/+1
* cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu2023-11-251-0/+1
* cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu2023-11-251-2/+12
* cachefiles: enable on-demand read modeJeffle Xu2022-05-181-5/+12
* cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu2022-05-181-3/+16
* cachefiles: notify the user daemon when looking up cookieJeffle Xu2022-05-181-13/+68
* cachefiles: set default tag name if it's unspecifiedJeffle Xu2022-01-211-0/+11
* fscache, cachefiles: Display stats of no-space eventsDavid Howells2022-01-071-1/+1
* cachefiles: Allow cachefiles to actually functionDavid Howells2022-01-071-3/+1
* cachefiles: Implement backing file wranglingDavid Howells2022-01-071-0/+1
* cachefiles: Implement culling daemon commandsDavid Howells2022-01-071-2/+2
* cachefiles: Implement volume supportDavid Howells2022-01-071-0/+2
* cachefiles: Implement cache registration and withdrawalDavid Howells2022-01-071-3/+5
* cachefiles: Provide a function to check how much space there isDavid Howells2022-01-071-1/+1
* cachefiles: Register a miscdev and parse commands over itDavid Howells2022-01-071-0/+725
* cachefiles: Delete the cachefiles driver pending rewriteDavid Howells2022-01-071-748/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* fs: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells2016-02-011-3/+10
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-9/+3
* Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-2/+2
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
* fs/cachefiles: add missing \n to kerror conversionsFabian Frederick2014-09-261-15/+15
* fs/cachefiles: replace kerror by pr_errFabian Frederick2014-06-061-16/+15
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* vfs: add helpers to get root and pwdMiklos Szeredi2010-08-111-12/+2
* cachefiles: use path_get instead of lone dgetMiklos Szeredi2010-08-111-12/+14
* pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-1/+5
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-2/+2
* CacheFiles: A cache that backs onto a mounted filesystemDavid Howells2009-04-031-0/+755