summaryrefslogtreecommitdiffstats
path: root/mm/fadvise.c
Commit message (Expand)AuthorAgeFilesLines
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-18/+17
* switch fadvise(2) to fget_light()Al Viro2012-09-261-2/+3
* mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()KOSAKI Motohiro2012-07-311-11/+7
* fadvise: only initiate writeback for specified range with FADV_DONTNEEDShawn Bohrer2012-01-101-1/+2
* readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2010-03-061-1/+9
* readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang2009-06-161-1/+1
* [CVE-2009-0029] System call wrapper special casesHeiko Carstens2009-01-141-2/+16
* Remove Andrew Morton's old email accountsFrancois Cami2008-10-161-1/+1
* xip: support non-struct page backed memoryNick Piggin2008-04-281-1/+1
* check ADVICE of fadvise64_64 even if get_xip_page is givenMasatake YAMATO2008-02-051-2/+14
* [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] fadvise() make POSIX_FADV_NOREUSE a no-opAndrew Morton2006-08-061-1/+2
* [PATCH] fadvise: remove dead commentsAndrew Morton2006-07-101-12/+0
* [PATCH] sys_sync_file_range()Andrew Morton2006-03-311-20/+0
* [PATCH] fadvise(): write commandsAndrew Morton2006-03-241-5/+41
* [PATCH] fadvise: return ESPIPE on FIFO/pipeValentine Barshak2006-01-081-0/+5
* [PATCH] xip: madvice/fadvice: execute in placeCarsten Otte2005-06-241-0/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+111