summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-17fscache, cachefiles: remove redundant variable 'cache'Colin Ian King1-3/+0
2018-12-17cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri1-0/+6
2018-11-10cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-09-05cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri1-1/+0
2018-09-05cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri1-5/+12
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher14-85/+97
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells3-6/+13
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi7-31/+10
2016-08-03cachefiles: Fix race between inactivating and culling a cache objectDavid Howells1-2/+3
2016-07-01Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro979-5863/+9491
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng2-2/+2
2016-05-29drop redundant ->owner initializationsAl Viro20-30/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells4-17/+39
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro12-197/+71
2015-11-17FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven1-1/+1
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2-31/+38
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown2-6/+2
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman38-68/+71
2015-06-23Merge branch 'fscache-fixes' into for-nextAl Viro11-184/+378
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells6-62/+62
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyDavid Howells2-28/+28
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells8-13/+122
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2014-11-19assorted conversions to %p[dD]Al Viro36-260/+194
2014-10-14Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-28/+23
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionDavid Howells1-1/+1
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro2-29/+21
2014-09-30CacheFiles: Handle object being killed before being set upDavid Howells1-13/+20
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick6-33/+33
2014-09-17CacheFiles: Handle rename2David Howells1-1/+2
2014-09-17cachefiles: remove two unused pagevecs.NeilBrown1-6/+0
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick8-54/+58
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick6-52/+39
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-313/+643
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2014-04-02get rid of pointless checks for NULL ->i_opAl Viro5-7/+5
2014-04-01security: add flags to rename hooksMiklos Szeredi4-9/+16
2014-04-01vfs: add renameat2 syscallMiklos Szeredi10-15/+58
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds159-2491/+2099
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields10-17/+69
2013-11-09locks: break delegations on renameJ. Bruce Fields7-11/+51
2013-11-09locks: break delegations on unlinkJ. Bruce Fields7-10/+46
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells17-132/+334
[next]