summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-15mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin1-2/+6
2018-05-30mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt1-1/+9
2016-06-09mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEEDOleg Drokin1-0/+11
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2015-06-02writeback: implement and use inode_congested()Tejun Heo5-8/+58
2015-02-17vfs: remove get_xip_memMatthew Wilcox13-95/+7
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig22-50/+52
2014-12-13mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pagesMel Gorman1-1/+5
2013-03-04teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro9-127/+23
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-24mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...Mel Gorman1-2/+16
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-27switch fadvise(2) to fget_light()Al Viro1-2/+3
2012-08-01mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()KOSAKI Motohiro1-11/+7
2012-01-11fadvise: only initiate writeback for specified range with FADV_DONTNEEDShawn Bohrer1-1/+2
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang3-1/+18
2009-06-17readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang4-5/+4
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens7-17/+106
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami21-32/+31
2008-04-28xip: support non-struct page backed memoryNick Piggin8-132/+126
2008-02-05check ADVICE of fadvise64_64 even if get_xip_page is givenMasatake YAMATO1-2/+14
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek6-20/+20
2006-08-06[PATCH] fadvise() make POSIX_FADV_NOREUSE a no-opAndrew Morton1-1/+2
2006-07-10[PATCH] fadvise: remove dead commentsAndrew Morton1-12/+0
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton8-28/+177
2006-03-24[PATCH] fadvise(): write commandsAndrew Morton4-10/+57
2006-01-09[PATCH] fadvise: return ESPIPE on FIFO/pipeValentine Barshak1-0/+5
2005-06-24[PATCH] xip: madvice/fadvice: execute in placeCarsten Otte2-0/+9
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845