aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)Author
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-04fscache: Add tracepointsDavid Howells
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi
2016-08-03cachefiles: Fix race between inactivating and culling a cache objectDavid Howells
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng
2016-05-29drop redundant ->owner initializationsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-11-16FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-06-23Merge branch 'fscache-fixes' into for-nextAl Viro
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyDavid Howells
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-11-19assorted conversions to %p[dD]Al Viro
2014-10-14Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionDavid Howells
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro
2014-09-30CacheFiles: Handle object being killed before being set upDavid Howells
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick
2014-09-17CacheFiles: Handle rename2David Howells
2014-09-17cachefiles: remove two unused pagevecs.NeilBrown
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick