Age | Commit message (Expand) | Author |
2021-01-20 | cachefiles: Drop superfluous readpages aops NULL check | Takashi Iwai |
2020-10-26 | cachefiles: Handle readpage error correctly | Matthew Wilcox (Oracle) |
2020-07-08 | cachefiles: switch to kernel_write | Christoph Hellwig |
2020-05-08 | cachefiles: Fix race between read_waiter and read_copier involving op->to_do | Lei Xue |
2020-05-04 | cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pa... | David Howells |
2020-02-03 | cachefiles: drop direct usage of ->bmap method. | Carlos Maiolino |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner |
2018-11-30 | fscache, cachefiles: remove redundant variable 'cache' | Colin Ian King |
2018-11-28 | cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active | Kiran Kumar Modukuri |
2018-07-25 | cachefiles: Fix refcounting bug in backing-file read monitoring | Kiran Kumar Modukuri |
2018-04-04 | fscache, cachefiles: Fix checker warnings | David Howells |
2017-11-15 | mm: remove __GFP_COLD | Mel Gorman |
2017-11-15 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman |
2017-06-20 | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2015-11-16 | FS-Cache: Add missing initialization of ret in cachefiles_write_page() | Geert Uytterhoeven |
2015-11-11 | FS-Cache: Handle a write to the page immediately beyond the EOF marker | David Howells |
2015-11-11 | cachefiles: perform test on s_blocksize when opening cache file. | NeilBrown |
2015-04-15 | VFS: fs/cachefiles: d_backing_inode() annotations | David Howells |
2015-02-22 | Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions | David Howells |
2014-10-09 | cachefiles_write_page(): switch to __kernel_write() | Al Viro |
2014-09-17 | cachefiles: remove two unused pagevecs. | NeilBrown |
2014-04-03 | fs: cachefiles: use add_to_page_cache_lru() | Johannes Weiner |
2013-07-03 | mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API | Mel Gorman |
2013-04-09 | lift sb_start_write() out of ->write() | Al Viro |
2012-12-20 | CacheFiles: Add missing retrieval completions | David Howells |
2012-12-20 | CacheFiles: Implement invalidation | David Howells |
2012-12-20 | FS-Cache: Fix operation state management and accounting | David Howells |
2012-12-20 | CacheFiles: Make some debugging statements conditional | David Howells |
2012-12-20 | CacheFiles: Downgrade the requirements passed to the allocator | David Howells |
2012-12-20 | CacheFiles: Fix the marking of cached pages | David Howells |
2012-07-30 | fs: cachefiles: add support for large files in filesystem caching | Justin Lecher |
2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro |
2010-07-22 | fscache: convert operation to use workqueue instead of slow-work | Tejun Heo |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-12-16 | Untangling ima mess, part 2: deal with counters | Al Viro |
2009-12-01 | CacheFiles: Update IMA counters when using dentry_open | Marc Dionne |
2009-11-19 | CacheFiles: Handle truncate unlocking the page we're reading | David Howells |
2009-11-19 | CacheFiles: Don't write a full page if there's only a partial page to cache | David Howells |
2009-11-19 | FS-Cache: Allow the current state of all objects to be dumped | David Howells |
2009-04-03 | CacheFiles: A cache that backs onto a mounted filesystem | David Howells |