Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -9/+7 |
2025-04-20 | gcc-15: add '__nonstring' markers to byte arrays | Linus Torvalds | 1 | -1/+1 |
2025-04-07 | cachefiles: Use lookup_one() rather than lookup_one_len() | NeilBrown | 3 | -9/+7 |
2025-03-25 | cachefiles: Fix oops in vfs_mkdir from cachefiles_get_directory | Marc Dionne | 1 | -3/+4 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+9 |
2025-03-05 | VFS: Change vfs_mkdir() to return the dentry. | NeilBrown | 1 | -7/+9 |
2025-02-21 | make use of anon_inode_getfile_fmode() | Al Viro | 1 | -4/+3 |
2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
2024-12-20 | cachefiles: Add auxiliary data trace | David Howells | 1 | -1/+8 |
2024-12-20 | cachefiles: Add some subrequest tracepoints | David Howells | 1 | -0/+4 |
2024-12-20 | cachefiles: Parse the "secctx" immediately | Max Kellermann | 3 | -11/+12 |
2024-11-11 | cachefiles: Fix NULL pointer dereference in object->file | Zizhi Wo | 2 | -10/+34 |
2024-11-11 | cachefiles: Clean up in cachefiles_commit_tmpfile() | Zizhi Wo | 1 | -5/+0 |
2024-11-11 | cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter() | Zizhi Wo | 1 | -1/+3 |
2024-11-11 | cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write... | Zizhi Wo | 1 | -2/+2 |
2024-09-27 | cachefiles: fix dentry leak in cachefiles_open_file() | Baokun Li | 1 | -4/+3 |
2024-09-12 | cachefiles, netfs: Fix write to partial block at EOF | David Howells | 1 | -0/+14 |
2024-09-05 | netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream | David Howells | 1 | -2/+3 |
2024-09-05 | cachefiles: Fix non-taking of sb_writers around set/removexattr | David Howells | 1 | -8/+26 |
2024-07-24 | cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT | David Howells | 1 | -1/+1 |
2024-07-05 | Merge patch series "cachefiles: random bugfixes" | Christian Brauner | 6 | -11/+99 |
2024-07-03 | cachefiles: add missing lock protection when polling | Jingbo Xu | 1 | -2/+2 |
2024-07-03 | cachefiles: cyclic allocation of msg_id to avoid reuse | Baokun Li | 2 | -4/+17 |
2024-07-03 | cachefiles: wait for ondemand_object_worker to finish when dropping object | Hou Tao | 1 | -0/+3 |
2024-07-03 | cachefiles: cancel all requests for the object that is being dropped | Baokun Li | 1 | -0/+19 |
2024-07-03 | cachefiles: stop sending new request when dropping object | Baokun Li | 2 | -2/+10 |
2024-07-03 | cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop | Baokun Li | 1 | -1/+4 |
2024-07-03 | cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie() | Baokun Li | 2 | -2/+34 |
2024-07-03 | cachefiles: fix slab-use-after-free in fscache_withdraw_volume() | Baokun Li | 1 | -0/+10 |
2024-06-03 | cachefiles: remove unneeded include of <linux/fdtable.h> | Gao Xiang | 1 | -1/+0 |
2024-05-29 | Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque... | Christian Brauner | 3 | -56/+169 |
2024-05-29 | cachefiles: make on-demand read killable | Baokun Li | 1 | -12/+28 |
2024-05-29 | cachefiles: flush all requests after setting CACHEFILES_DEAD | Baokun Li | 2 | -1/+4 |
2024-05-29 | cachefiles: Set object to close if ondemand_id < 0 in copen | Zizhi Wo | 1 | -1/+6 |
2024-05-29 | cachefiles: defer exposing anon_fd until after copy_to_user() succeeds | Baokun Li | 1 | -20/+33 |
2024-05-29 | cachefiles: never get a new anonymous fd if ondemand_id is valid | Baokun Li | 1 | -6/+28 |
2024-05-29 | cachefiles: add spin_lock for cachefiles_ondemand_info | Baokun Li | 2 | -1/+35 |
2024-05-29 | cachefiles: add consistency check for copen/cread | Baokun Li | 1 | -7/+20 |
2024-05-29 | cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read() | Baokun Li | 1 | -29/+16 |
2024-05-29 | cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read() | Baokun Li | 1 | -0/+3 |
2024-05-29 | cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd() | Baokun Li | 2 | -4/+20 |
2024-05-29 | cachefiles: remove requests from xarray during flushing requests | Baokun Li | 1 | -0/+1 |
2024-05-21 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -2/+1 |
2024-05-01 | netfs, cachefiles: Implement helpers for new write code | David Howells | 1 | -0/+74 |
2024-05-01 | netfs: Switch to using unsigned long long rather than loff_t | David Howells | 1 | -1/+1 |
2024-04-15 | kernel_file_open(): get rid of inode argument | Al Viro | 1 | -2/+1 |
2024-02-20 | cachefiles: fix memory leak in cachefiles_add_cache() | Baokun Li | 2 | -0/+3 |
2024-01-22 | cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode | David Howells | 1 | -0/+3 |
2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 4 | -16/+24 |
2024-01-11 | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -0/+2 |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
2024-01-09 | cachefiles: Fix signed/unsigned mixup | David Howells | 1 | -3/+3 |
2024-01-08 | Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -46/+201 |
2024-01-05 | netfs: Fix interaction between write-streaming and cachefiles culling | David Howells | 1 | -6/+6 |
2024-01-03 | cachefiles: Fix __cachefiles_prepare_write() | David Howells | 1 | -11/+17 |
2023-12-28 | cachefiles: Remove the now superfluous sentinel element from ctl_table array | Joel Granados | 1 | -1/+0 |
2023-12-28 | netfs, cachefiles: Pass upper bound length to allow expansion | David Howells | 3 | -6/+8 |
2023-12-24 | netfs, fscache: Combine fscache with netfs | David Howells | 1 | -1/+1 |
2023-11-25 | cachefiles: add restore command to recover inflight ondemand read requests | Jia Zhu | 3 | -0/+27 |
2023-11-25 | cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode | Jia Zhu | 2 | -2/+24 |
2023-11-25 | cachefiles: resend an open request if the read request's object is closed | Jia Zhu | 2 | -29/+72 |
2023-11-25 | cachefiles: extract ondemand info field from cachefiles_object | Jia Zhu | 3 | -11/+56 |
2023-11-25 | cachefiles: introduce object ondemand state | Jia Zhu | 2 | -12/+30 |
2023-11-25 | rename(): avoid a deadlock in the case of parents having no common ancestor | Al Viro | 1 | -0/+2 |
2023-11-24 | fs: move kiocb_start_write() into vfs_iocb_iter_write() | Amir Goldstein | 1 | -3/+2 |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+2 |
2023-08-21 | cachefiles: use kiocb_{start,end}_write() helpers | Amir Goldstein | 1 | -13/+3 |
2023-08-18 | mm, netfs, fscache: stop read optimisation when folio removed from pagecache | David Howells | 1 | -0/+2 |
2023-06-26 | Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -6/+6 |
2023-06-19 | fs: use a helper for opening kernel internal files | Amir Goldstein | 1 | -2/+2 |
2023-06-19 | fs: rename {vfs,kernel}_tmpfile_open() | Amir Goldstein | 1 | -3/+3 |
2023-06-05 | cachefiles: Allow the cache to be non-root | David Howells | 1 | -1/+2 |
2023-04-13 | fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctls | Luis Chamberlain | 1 | -10/+1 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -5/+5 |
2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 2 | -8/+8 |
2022-12-07 | fscache,cachefiles: add prepare_ondemand_read() callback | Jingbo Xu | 1 | -27/+50 |
2022-09-24 | cachefiles: use vfs_tmpfile_open() helper | Miklos Szeredi | 1 | -20/+12 |
2022-09-24 | cachefiles: only pass inode to *mark_inode_inuse() helpers | Miklos Szeredi | 1 | -33/+26 |
2022-09-24 | cachefiles: tmpfile error handling cleanup | Miklos Szeredi | 1 | -29/+26 |
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 | -3050/+2172 |
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 |