| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-31 | cachefiles: make on-demand request distribution fairer | Xin Yin | 2 | -3/+10 |
| 2022-08-31 | cachefiles: fix error return code in cachefiles_ondemand_copen() | Sun Ke | 1 | -3/+7 |
| 2022-07-05 | cachefiles: narrow the scope of flushed requests when releasing fd | Jia Zhu | 1 | -1/+2 |
| 2022-05-18 | cachefiles: add tracepoints for on-demand read mode | Jeffle Xu | 1 | -0/+7 |
| 2022-05-18 | cachefiles: enable on-demand read mode | Jeffle Xu | 1 | -5/+12 |
| 2022-05-18 | cachefiles: implement on-demand read | Jeffle Xu | 3 | -2/+99 |
| 2022-05-18 | cachefiles: notify the user daemon when withdrawing cookie | Jeffle Xu | 3 | -0/+45 |
| 2022-05-18 | cachefiles: unbind cachefiles gracefully in on-demand mode | Jeffle Xu | 3 | -3/+22 |
| 2022-05-18 | cachefiles: notify the user daemon when looking up cookie | Jeffle Xu | 6 | -15/+524 |
| 2022-05-18 | cachefiles: extract write routine | Jeffle Xu | 2 | -26/+45 |
| 2022-04-08 | cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr | Dave Wysochanski | 1 | -1/+1 |
| 2022-04-08 | cachefiles: unmark inode in use in error path | Jeffle Xu | 1 | -9/+24 |
| 2022-03-31 | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+5 |
| 2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+0 |
| 2022-03-18 | netfs: Finish off rename of netfs_read_request to netfs_io_request | David Howells | 1 | -2/+2 |
| 2022-03-18 | netfs: Rename netfs_read_*request to netfs_io_*request | David Howells | 1 | -3/+3 |
| 2022-03-11 | cachefiles: Fix volume coherency attribute | David Howells | 1 | -3/+20 |
| 2022-03-08 | fs: remove kiocb.ki_hint | Christoph Hellwig | 1 | -2/+0 |
| 2022-03-03 | cachefiles: Fix incorrect length to fallocate() | David Howells | 1 | -1/+1 |
| 2022-02-01 | netfs, cachefiles: Add a method to query presence of data in the cache | David Howells | 1 | -0/+59 |
| 2022-01-21 | cachefiles: Check that the backing filesystem supports tmpfiles | David Howells | 1 | -0/+2 |
| 2022-01-21 | cachefiles: Explain checks in a comment | David Howells | 1 | -1/+7 |
| 2022-01-21 | cachefiles: Trace active-mark failure | David Howells | 1 | -1/+3 |
| 2022-01-21 | cachefiles: Make some tracepoint adjustments | David Howells | 1 | -3/+5 |
| 2022-01-21 | cachefiles: set default tag name if it's unspecified | Jeffle Xu | 1 | -0/+11 |
| 2022-01-21 | cachefiles: Calculate the blockshift in terms of bytes, not pages | David Howells | 3 | -7/+4 |
| 2022-01-12 | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 16 | -3018/+2140 |
| 2022-01-07 | fscache, cachefiles: Display stat of culling events | David Howells | 1 | -0/+1 |
| 2022-01-07 | fscache, cachefiles: Display stats of no-space events | David Howells | 5 | -10/+34 |
| 2022-01-07 | cachefiles: Allow cachefiles to actually function | David Howells | 1 | -3/+1 |
| 2022-01-07 | fscache, cachefiles: Store the volume coherency data | David Howells | 3 | -2/+103 |
| 2022-01-07 | cachefiles: Implement the I/O routines | David Howells | 1 | -0/+514 |
| 2022-01-07 | cachefiles: Implement cookie resize for truncate | David Howells | 1 | -0/+78 |
| 2022-01-07 | cachefiles: Implement begin and end I/O operation | David Howells | 4 | -0/+77 |
| 2022-01-07 | cachefiles: Implement backing file wrangling | David Howells | 5 | -1/+619 |
| 2022-01-07 | cachefiles: Implement culling daemon commands | David Howells | 3 | -2/+320 |
| 2022-01-07 | cachefiles: Mark a backing file in use with an inode flag | David Howells | 2 | -0/+37 |
| 2022-01-07 | cachefiles: Implement metadata/coherency data storage in xattrs | David Howells | 3 | -1/+204 |
| 2022-01-07 | cachefiles: Implement key to filename encoding | David Howells | 3 | -0/+144 |
| 2022-01-07 | cachefiles: Implement object lifecycle funcs | David Howells | 3 | -2/+135 |
| 2022-01-07 | cachefiles: Implement volume support | David Howells | 6 | -2/+171 |
| 2022-01-07 | cachefiles: Implement cache registration and withdrawal | David Howells | 5 | -3/+240 |
| 2022-01-07 | cachefiles: Implement a function to get/create a directory in the cache | David Howells | 2 | -0/+150 |
| 2022-01-07 | vfs, cachefiles: Mark a backing file in use with an inode flag | David Howells | 2 | -0/+44 |
| 2022-01-07 | cachefiles: Provide a function to check how much space there is | David Howells | 4 | -1/+112 |
| 2022-01-07 | cachefiles: Register a miscdev and parse commands over it | David Howells | 4 | -0/+752 |
| 2022-01-07 | cachefiles: Add security derivation | David Howells | 3 | -1/+134 |
| 2022-01-07 | cachefiles: Add cache error reporting macro | David Howells | 1 | -0/+11 |
| 2022-01-07 | cachefiles: Add a couple of tracepoints for logging errors | David Howells | 1 | -0/+1 |
| 2022-01-07 | cachefiles: Add some error injection support | David Howells | 5 | -1/+108 |
| 2022-01-07 | cachefiles: Define structs | David Howells | 1 | -0/+46 |
| 2022-01-07 | cachefiles: Introduce rewritten driver | David Howells | 4 | -0/+198 |
| 2022-01-07 | cachefiles: Delete the cachefiles driver pending rewrite | David Howells | 13 | -5083/+0 |
| 2021-12-03 | fs: add is_idmapped_mnt() helper | Christian Brauner | 1 | -1/+1 |
| 2021-11-01 | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+6 |
| 2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe | 1 | -6/+6 |
| 2021-09-27 | mm/filemap: Convert page wait queues to be folios | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2021-08-27 | cachefiles: Change %p in format strings to something else | David Howells | 5 | -34/+28 |
| 2021-08-27 | fscache, cachefiles: Remove the histogram stuff | David Howells | 6 | -180/+0 |
| 2021-08-25 | cachefiles: Use file_inode() rather than accessing ->f_inode | David Howells | 1 | -2/+2 |
| 2021-08-25 | netfs: Move cookie debug ID to struct netfs_cache_resources | David Howells | 1 | -1/+1 |
| 2021-04-23 | fscache, cachefiles: Add alternate API to use kiocb for read/write to cache | David Howells | 4 | -2/+433 |
| 2021-03-24 | Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -4/+3 |
| 2021-03-24 | cachefiles: do not yet allow on idmapped mounts | Christian Brauner | 1 | -0/+6 |
| 2021-03-23 | fs/cachefiles: Remove wait_bit_key layout dependency | Matthew Wilcox (Oracle) | 1 | -4/+3 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -23/+31 |
| 2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 1 | -4/+8 |
| 2021-01-24 | namei: introduce struct renamedata | Christian Brauner | 1 | -2/+7 |
| 2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 1 | -15/+14 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-20 | cachefiles: Drop superfluous readpages aops NULL check | Takashi Iwai | 1 | -2/+0 |
| 2020-10-26 | cachefiles: Handle readpage error correctly | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2020-07-08 | cachefiles: switch to kernel_write | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-01 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -2/+2 |
| 2020-05-08 | cachefiles: Fix race between read_waiter and read_copier involving op->to_do | Lei Xue | 1 | -1/+1 |
| 2020-05-05 | docs: filesystems: caching/cachefiles.txt: convert to ReST | Mauro Carvalho Chehab | 1 | -2/+2 |
| 2020-05-04 | cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pa... | David Howells | 1 | -5/+5 |
| 2020-02-03 | cachefiles: drop direct usage of ->bmap method. | Carlos Maiolino | 1 | -13/+14 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 11 | -55/+11 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-14 | fs/cachefiles/namei.c: remove duplicate header | Sabyasachi Gupta | 1 | -1/+0 |
| 2018-11-30 | fscache, cachefiles: remove redundant variable 'cache' | Colin Ian King | 1 | -3/+0 |
| 2018-11-30 | cachefiles: avoid deprecated get_seconds() | Arnd Bergmann | 1 | -1/+1 |
| 2018-11-30 | cachefiles: Explicitly cast enumerated type in put_object | Nathan Chancellor | 1 | -2/+4 |
| 2018-11-28 | cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active | Kiran Kumar Modukuri | 1 | -0/+6 |
| 2018-11-28 | cachefiles: Fix an assertion failure when trying to update a failed object | David Howells | 1 | -1/+2 |
| 2018-10-18 | cachefiles: fix the race between cachefiles_bury_object() and rmdir(2) | Al Viro | 1 | -1/+1 |
| 2018-07-25 | cachefiles: Wait rather than BUG'ing on "Unexpected object collision" | Kiran Kumar Modukuri | 1 | -1/+0 |
| 2018-07-25 | cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag | Kiran Kumar Modukuri | 1 | -1/+1 |
| 2018-07-25 | fscache: Fix reference overput in fscache_attach_object() error handling | Kiran Kumar Modukuri | 1 | -1/+2 |
| 2018-07-25 | cachefiles: Fix refcounting bug in backing-file read monitoring | Kiran Kumar Modukuri | 1 | -5/+12 |
| 2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -17/+2 |
| 2018-05-21 | cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed | Al Viro | 1 | -0/+10 |
| 2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 1 | -17/+2 |
| 2018-04-06 | fscache: Pass object size in rather than calling back for it | David Howells | 2 | -5/+6 |
| 2018-04-04 | fscache: Attach the index key and aux data to the cookie | David Howells | 3 | -36/+37 |
| 2018-04-04 | fscache: Add tracepoints | David Howells | 4 | -13/+50 |
| 2018-04-04 | fscache, cachefiles: Fix checker warnings | David Howells | 1 | -0/+1 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -3/+3 |
| 2017-11-27 | fs: annotate ->poll() instances | Al Viro | 1 | -3/+3 |
| 2017-11-15 | mm: remove __GFP_COLD | Mel Gorman | 1 | -4/+2 |
| 2017-11-15 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -1/+1 |
| 2017-06-20 | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 1 | -1/+1 |
| 2017-06-20 | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa... | Ingo Molnar | 1 | -1/+1 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 3 | -3/+3 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -4/+4 |
| 2016-10-07 | xattr: Add __vfs_{get,set,remove}xattr helpers | Andreas Gruenbacher | 2 | -4/+4 |
| 2016-09-27 | cachefiles: Fix attempt to read i_blocks after deleting file [ver #2] | David Howells | 3 | -6/+13 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | vfs: remove unused i_op->rename | Miklos Szeredi | 1 | -2/+1 |
| 2016-08-03 | cachefiles: Fix race between inactivating and culling a cache object | David Howells | 1 | -2/+3 |
| 2016-06-30 | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere... | Al Viro | 1 | -1/+1 |
| 2016-06-01 | FS-Cache: make check_consistency callback return int | Yan, Zheng | 1 | -1/+1 |
| 2016-05-29 | drop redundant ->owner initializations | Al Viro | 1 | -1/+0 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -19/+19 |
| 2016-02-01 | CacheFiles: Provide read-and-reset release counters for cachefilesd | David Howells | 4 | -17/+39 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 2 | -22/+22 |
| 2016-01-04 | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro | 1 | -9/+3 |
| 2015-11-16 | FS-Cache: Add missing initialization of ret in cachefiles_write_page() | Geert Uytterhoeven | 1 | -1/+1 |
| 2015-11-11 | FS-Cache: Handle a write to the page immediately beyond the EOF marker | David Howells | 1 | -29/+36 |
| 2015-11-11 | cachefiles: perform test on s_blocksize when opening cache file. | NeilBrown | 2 | -6/+2 |
| 2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -1/+1 |
| 2015-06-23 | Merge branch 'fscache-fixes' into for-next | Al Viro | 2 | -13/+21 |
| 2015-04-15 | VFS: fs/cachefiles: d_backing_inode() annotations | David Howells | 6 | -62/+62 |
| 2015-04-15 | VFS: Cachefiles should perform fs modifications on the top layer only | David Howells | 2 | -28/+28 |
| 2015-02-24 | FS-Cache: Count culled objects and objects rejected due to lack of space | David Howells | 2 | -13/+21 |
| 2015-02-22 | Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions | David Howells | 4 | -9/+9 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2 | -10/+10 |
| 2014-11-19 | assorted conversions to %p[dD] | Al Viro | 2 | -22/+14 |
| 2014-10-14 | Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -14/+21 |
| 2014-10-13 | CacheFiles: Fix incorrect test for in-memory object collision | David Howells | 1 | -1/+1 |
| 2014-10-09 | cachefiles_write_page(): switch to __kernel_write() | Al Viro | 1 | -28/+18 |
| 2014-09-30 | CacheFiles: Handle object being killed before being set up | David Howells | 1 | -13/+20 |
| 2014-09-26 | fs/cachefiles: add missing \n to kerror conversions | Fabian Frederick | 6 | -33/+33 |
| 2014-09-17 | CacheFiles: Handle rename2 | David Howells | 1 | -1/+2 |
| 2014-09-17 | cachefiles: remove two unused pagevecs. | NeilBrown | 1 | -6/+0 |
| 2014-06-06 | fs/cachefiles: replace kerror by pr_err | Fabian Frederick | 8 | -54/+58 |
| 2014-06-06 | FS/CACHEFILES: convert printk to pr_foo() | Fabian Frederick | 6 | -52/+39 |
| 2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+1 |
| 2014-04-04 | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2014-04-03 | fs: cachefiles: use add_to_page_cache_lru() | Johannes Weiner | 1 | -20/+13 |
| 2014-04-01 | get rid of pointless checks for NULL ->i_op | Al Viro | 2 | -3/+1 |
| 2014-04-01 | security: add flags to rename hooks | Miklos Szeredi | 1 | -1/+1 |
| 2014-04-01 | vfs: add renameat2 syscall | Miklos Szeredi | 1 | -1/+1 |
| 2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -4/+4 |
| 2013-11-09 | locks: break delegations on any attribute modification | J. Bruce Fields | 1 | -2/+2 |
| 2013-11-09 | locks: break delegations on rename | J. Bruce Fields | 1 | -1/+1 |
| 2013-11-09 | locks: break delegations on unlink | J. Bruce Fields | 1 | -1/+1 |
| 2013-09-27 | FS-Cache: Provide the ability to enable/disable cookies | David Howells | 1 | -1/+1 |
| 2013-09-20 | CacheFiles: Don't try to dump the index key if the cookie has been cleared | David Howells | 1 | -1/+1 |
| 2013-09-20 | CacheFiles: Fix memory leak in cachefiles_check_auxdata error paths | Josh Boyer | 1 | -14/+15 |
| 2013-09-06 | CacheFiles: Implement interface to check cache consistency | David Howells | 3 | -0/+63 |
| 2013-07-03 | mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API | Mel Gorman | 1 | -23/+7 |
| 2013-06-19 | cachefiles: remove unused macro list_to_page() | Haicheng Li | 1 | -2/+0 |
| 2013-06-19 | FS-Cache: Simplify cookie retention for fscache_objects, fixing oops | David Howells | 2 | -5/+12 |
| 2013-06-19 | FS-Cache: Fix object state machine to have separate work and wait states | David Howells | 2 | -3/+3 |
| 2013-06-19 | FS-Cache: Wrap checks on object state | David Howells | 1 | -2/+2 |
| 2013-06-19 | CacheFiles: name i_mutex lock class explicitly | J. Bruce Fields | 1 | -1/+1 |
| 2013-04-09 | lift sb_start_write() out of ->write() | Al Viro | 1 | -0/+2 |
| 2012-12-20 | FS-Cache: Mark cancellation of in-progress operation | David Howells | 1 | -1/+1 |
| 2012-12-20 | FS-Cache: Don't mask off the object event mask when printing it | David Howells | 1 | -2/+1 |
| 2012-12-20 | CacheFiles: Add missing retrieval completions | David Howells | 1 | -4/+10 |
| 2012-12-20 | CacheFiles: Implement invalidation | David Howells | 2 | -1/+53 |
| 2012-12-20 | FS-Cache: Fix operation state management and accounting | David Howells | 1 | -5/+26 |
| 2012-12-20 | CacheFiles: Make some debugging statements conditional | David Howells | 1 | -7/+7 |
| 2012-12-20 | CacheFiles: Downgrade the requirements passed to the allocator | David Howells | 5 | -14/+18 |
| 2012-12-20 | CacheFiles: Fix the marking of cached pages | David Howells | 1 | -23/+11 |
| 2012-07-30 | fs: cachefiles: add support for large files in filesystem caching | Justin Lecher | 1 | -1/+1 |
| 2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro | 1 | -4/+4 |
| 2012-07-14 | don't pass nameidata * to vfs_create() | Al Viro | 1 | -1/+1 |
| 2012-03-20 | switch touch_atime to struct path | Al Viro | 1 | -1/+2 |
| 2012-01-03 | fs: move code out of buffer.c | Al Viro | 1 | -1/+0 |
| 2011-07-20 | kill useless checks for sb->s_op == NULL | Al Viro | 1 | -1/+0 |
| 2011-07-20 | get rid of pointless checks for dentry->sb == NULL | Al Viro | 1 | -1/+0 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-01-24 | CacheFiles: Add calls to path-based security hooks | David Howells | 1 | -8/+44 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-08-12 | Add a dummy printk function for the maintenance of unused printks | David Howells | 1 | -10/+3 |
| 2010-08-11 | vfs: add helpers to get root and pwd | Miklos Szeredi | 1 | -12/+2 |
| 2010-08-11 | cachefiles: use path_get instead of lone dget | Miklos Szeredi | 1 | -12/+14 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+6 |
| 2010-08-09 | pass a struct path to vfs_statfs | Christoph Hellwig | 2 | -2/+6 |
| 2010-07-22 | fscache: convert operation to use workqueue instead of slow-work | Tejun Heo | 1 | -2/+2 |
| 2010-07-22 | fscache: convert object to use workqueue instead of slow-work | Tejun Heo | 1 | -7/+6 |
| 2010-05-12 | CacheFiles: Fix error handling in cachefiles_determine_cache_security() | David Howells | 1 | -0/+4 |
| 2010-05-11 | CacheFiles: Fix occasional EIO on call to vfs_unlink() | David Howells | 2 | -12/+87 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 4 | -0/+4 |
| 2010-02-20 | CacheFiles: Fix a race in cachefiles_delete_object() vs rename | David Howells | 1 | -1/+11 |
| 2009-12-16 | Untangling ima mess, part 2: deal with counters | Al Viro | 1 | -2/+0 |
| 2009-12-16 | switch cachefiles to kern_path() | Al Viro | 1 | -7/+4 |
| 2009-12-15 | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 1 | -2/+2 |
| 2009-12-01 | CacheFiles: Update IMA counters when using dentry_open | Marc Dionne | 1 | -0/+2 |
| 2009-11-19 | CacheFiles: Don't log lookup/create failing with ENOBUFS | David Howells | 1 | -2/+3 |
| 2009-11-19 | CacheFiles: Catch an overly long wait for an old active object | David Howells | 2 | -21/+72 |
| 2009-11-19 | CacheFiles: Better showing of debugging information in active object problems | David Howells | 1 | -27/+75 |
| 2009-11-19 | CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happy | David Howells | 1 | -2/+2 |