index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
fadvise.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-16
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-03
1
-16
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
1
-1
/
+1
|
\
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
|
mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...
Mel Gorman
2013-02-23
1
-2
/
+16
|
/
*
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
1
-18
/
+17
*
switch fadvise(2) to fget_light()
Al Viro
2012-09-26
1
-2
/
+3
*
mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()
KOSAKI Motohiro
2012-07-31
1
-11
/
+7
*
fadvise: only initiate writeback for specified range with FADV_DONTNEED
Shawn Bohrer
2012-01-10
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-16
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-08
1
-0
/
+5
*
[PATCH] xip: madvice/fadvice: execute in place
Carsten Otte
2005-06-24
1
-0
/
+4
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+111