aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24cachefiles: use vfs_tmpfile_open() helperMiklos Szeredi1-20/+12
2022-09-24cachefiles: only pass inode to *mark_inode_inuse() helpersMiklos Szeredi1-33/+26
2022-09-24cachefiles: tmpfile error handling cleanupMiklos Szeredi1-29/+26
2022-08-31cachefiles: make on-demand request distribution fairerXin Yin2-3/+10
2022-08-31cachefiles: fix error return code in cachefiles_ondemand_copen()Sun Ke1-3/+7
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu1-1/+2
2022-05-18cachefiles: add tracepoints for on-demand read modeJeffle Xu1-0/+7
2022-05-18cachefiles: enable on-demand read modeJeffle Xu1-5/+12
2022-05-18cachefiles: implement on-demand readJeffle Xu3-2/+99
2022-05-18cachefiles: notify the user daemon when withdrawing cookieJeffle Xu3-0/+45
2022-05-18cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu3-3/+22
2022-05-18cachefiles: notify the user daemon when looking up cookieJeffle Xu6-15/+524
2022-05-18cachefiles: extract write routineJeffle Xu2-26/+45
2022-04-08cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrDave Wysochanski1-1/+1
2022-04-08cachefiles: unmark inode in use in error pathJeffle Xu1-9/+24
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-5/+5
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-3/+3
2022-03-11cachefiles: Fix volume coherency attributeDavid Howells1-3/+20
2022-03-08fs: remove kiocb.ki_hintChristoph Hellwig1-2/+0
2022-03-03cachefiles: Fix incorrect length to fallocate()David Howells1-1/+1
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells1-0/+59
2022-01-21cachefiles: Check that the backing filesystem supports tmpfilesDavid Howells1-0/+2
2022-01-21cachefiles: Explain checks in a commentDavid Howells1-1/+7
2022-01-21cachefiles: Trace active-mark failureDavid Howells1-1/+3
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells1-3/+5
2022-01-21cachefiles: set default tag name if it's unspecifiedJeffle Xu1-0/+11
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells3-7/+4
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds16-3050/+2172
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells1-0/+1
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells5-10/+34
2022-01-07cachefiles: Allow cachefiles to actually functionDavid Howells1-3/+1
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells3-2/+103
2022-01-07cachefiles: Implement the I/O routinesDavid Howells1-0/+514
2022-01-07cachefiles: Implement cookie resize for truncateDavid Howells1-0/+78
2022-01-07cachefiles: Implement begin and end I/O operationDavid Howells4-0/+77
2022-01-07cachefiles: Implement backing file wranglingDavid Howells5-1/+619
2022-01-07cachefiles: Implement culling daemon commandsDavid Howells3-2/+320
2022-01-07cachefiles: Mark a backing file in use with an inode flagDavid Howells2-0/+37
2022-01-07cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells3-1/+204
2022-01-07cachefiles: Implement key to filename encodingDavid Howells3-0/+144
2022-01-07cachefiles: Implement object lifecycle funcsDavid Howells3-2/+135
2022-01-07cachefiles: Implement volume supportDavid Howells6-2/+171
2022-01-07cachefiles: Implement cache registration and withdrawalDavid Howells5-3/+240
2022-01-07cachefiles: Implement a function to get/create a directory in the cacheDavid Howells2-0/+150
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells2-0/+44
2022-01-07cachefiles: Provide a function to check how much space there isDavid Howells4-1/+112
2022-01-07cachefiles: Register a miscdev and parse commands over itDavid Howells4-0/+752
2022-01-07cachefiles: Add security derivationDavid Howells3-1/+134