| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: Export generic_fadvise() | Jan Kara | 2019-08-31 | 1 | -2/+2 |
* | vfs: implement readahead(2) using POSIX_FADV_WILLNEED | Amir Goldstein | 2018-08-30 | 1 | -0/+3 |
* | vfs: add the fadvise() file operation | Amir Goldstein | 2018-08-30 | 1 | -33/+45 |
* | mm/fadvise.c: fix signed overflow UBSAN complaint | Andrey Ryabinin | 2018-08-18 | 1 | -2/+6 |
* | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() | Dominik Brodowski | 2018-04-02 | 1 | -2/+8 |
* | mm/fadvise: discard partial page if endbyte is also EOF | shidao.ytt | 2018-02-01 | 1 | -1/+9 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm: fadvise: avoid fadvise for fs without backing device | Shakeel Butt | 2017-09-09 | 1 | -3/+3 |
* | mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEED | Johannes Weiner | 2016-12-20 | 1 | -1/+14 |
* | mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEED | Oleg Drokin | 2016-06-09 | 1 | -0/+11 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -4/+4 |
* | writeback: implement and use inode_congested() | Tejun Heo | 2015-06-02 | 1 | -1/+1 |
* | vfs: remove get_xip_mem | Matthew Wilcox | 2015-02-17 | 1 | -2/+4 |
* | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 2015-01-20 | 1 | -2/+2 |
* | mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pages | Mel Gorman | 2014-12-13 | 1 | -1/+5 |
* | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long | Al Viro | 2013-03-04 | 1 | -16/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 1 | -1/+1 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -1/+1 |
* | | mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ... | Mel Gorman | 2013-02-24 | 1 | -2/+16 |
|/ |
|
* | switch simple cases of fget_light to fdget | Al Viro | 2012-09-27 | 1 | -18/+17 |
* | switch fadvise(2) to fget_light() | Al Viro | 2012-09-27 | 1 | -2/+3 |
* | mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise() | KOSAKI Motohiro | 2012-08-01 | 1 | -11/+7 |
* | fadvise: only initiate writeback for specified range with FADV_DONTNEED | Shawn Bohrer | 2012-01-11 | 1 | -1/+2 |
* | readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM | Wu Fengguang | 2010-03-06 | 1 | -1/+9 |
* | readahead: move max_sane_readahead() calls into force_page_cache_readahead() | Wu Fengguang | 2009-06-17 | 1 | -1/+1 |
* | [CVE-2009-0029] System call wrapper special cases | Heiko Carstens | 2009-01-14 | 1 | -2/+16 |
* | Remove Andrew Morton's old email accounts | Francois Cami | 2008-10-16 | 1 | -1/+1 |
* | xip: support non-struct page backed memory | Nick Piggin | 2008-04-28 | 1 | -1/+1 |
* | check ADVICE of fadvise64_64 even if get_xip_page is given | Masatake YAMATO | 2008-02-05 | 1 | -2/+14 |
* | [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] fadvise() make POSIX_FADV_NOREUSE a no-op | Andrew Morton | 2006-08-06 | 1 | -1/+2 |
* | [PATCH] fadvise: remove dead comments | Andrew Morton | 2006-07-10 | 1 | -12/+0 |
* | [PATCH] sys_sync_file_range() | Andrew Morton | 2006-03-31 | 1 | -20/+0 |
* | [PATCH] fadvise(): write commands | Andrew Morton | 2006-03-24 | 1 | -5/+41 |
* | [PATCH] fadvise: return ESPIPE on FIFO/pipe | Valentine Barshak | 2006-01-09 | 1 | -0/+5 |
* | [PATCH] xip: madvice/fadvice: execute in place | Carsten Otte | 2005-06-24 | 1 | -0/+4 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+111 |