aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 1-1/+1
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 3-3/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-4/+4
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 2-4/+4
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]Gravatar David Howells 3-6/+13
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27vfs: remove unused i_op->renameGravatar Miklos Szeredi 1-2/+1
2016-08-03cachefiles: Fix race between inactivating and culling a cache objectGravatar David Howells 1-2/+3
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Gravatar Al Viro 1-1/+1
2016-06-01FS-Cache: make check_consistency callback return intGravatar Yan, Zheng 1-1/+1
2016-05-29drop redundant ->owner initializationsGravatar Al Viro 1-1/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-19/+19
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdGravatar David Howells 4-17/+39
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-22/+22
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Gravatar Al Viro 1-9/+3
2015-11-16FS-Cache: Add missing initialization of ret in cachefiles_write_page()Gravatar Geert Uytterhoeven 1-1/+1
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerGravatar David Howells 1-30/+37
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.Gravatar NeilBrown 2-6/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-06-23Merge branch 'fscache-fixes' into for-nextGravatar Al Viro 2-13/+21
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsGravatar David Howells 6-62/+62
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyGravatar David Howells 2-28/+28
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceGravatar David Howells 2-13/+21
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsGravatar David Howells 4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 2-10/+10
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 2-22/+14
2014-10-14Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-14/+21
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionGravatar David Howells 1-1/+1
2014-10-09cachefiles_write_page(): switch to __kernel_write()Gravatar Al Viro 1-29/+19
2014-09-30CacheFiles: Handle object being killed before being set upGravatar David Howells 1-13/+20
2014-09-26fs/cachefiles: add missing \n to kerror conversionsGravatar Fabian Frederick 6-33/+33
2014-09-17CacheFiles: Handle rename2Gravatar David Howells 1-1/+2
2014-09-17cachefiles: remove two unused pagevecs.Gravatar NeilBrown 1-6/+0
2014-06-06fs/cachefiles: replace kerror by pr_errGravatar Fabian Frederick 8-54/+58
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Gravatar Fabian Frederick 6-52/+39
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+1
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Gravatar Johannes Weiner 1-20/+13
2014-04-01get rid of pointless checks for NULL ->i_opGravatar Al Viro 2-3/+1
2014-04-01security: add flags to rename hooksGravatar Miklos Szeredi 1-1/+1
2014-04-01vfs: add renameat2 syscallGravatar Miklos Szeredi 1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+4
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-2/+2
2013-11-09locks: break delegations on renameGravatar J. Bruce Fields 1-1/+1
2013-11-09locks: break delegations on unlinkGravatar J. Bruce Fields 1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesGravatar David Howells 1-1/+1
2013-09-20CacheFiles: Don't try to dump the index key if the cookie has been clearedGravatar David Howells 1-1/+1