index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
fadvise.c
Age
Commit message (
Expand
)
Author
41 hours
mm/fadvise: validate offset in generic_fadvise
Kevin Lourenco
2025-10-29
mm: rename filemap_fdatawrite_range_kick to filemap_flush_range
Christoph Hellwig
2025-10-29
mm: remove __filemap_fdatawrite_range
Christoph Hellwig
2024-11-03
fdget(), trivial conversions
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2023-06-23
mm: remove unnecessary pagevec includes
Matthew Wilcox (Oracle)
2023-06-23
mm: rename invalidate_mapping_pagevec to mapping_try_invalidate
Matthew Wilcox (Oracle)
2023-01-18
mm: support POSIX_FADV_NOREUSE
Yu Zhao
2022-12-11
mm/fadvise: use LLONG_MAX instead of -1 for eof
Brian Foster
2022-04-26
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
2022-03-22
remove inode_congested()
NeilBrown
2020-10-13
mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
Yafang Shao
2020-06-02
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
2020-06-02
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
2019-08-30
fs: Export generic_fadvise()
Jan Kara
2018-08-30
vfs: implement readahead(2) using POSIX_FADV_WILLNEED
Amir Goldstein
2018-08-30
vfs: add the fadvise() file operation
Amir Goldstein
2018-08-17
mm/fadvise.c: fix signed overflow UBSAN complaint
Andrey Ryabinin
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-01-31
mm/fadvise: discard partial page if endbyte is also EOF
shidao.ytt
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-08
mm: fadvise: avoid fadvise for fs without backing device
Shakeel Butt
2016-12-20
mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEED
Johannes Weiner
2016-06-09
mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEED
Oleg Drokin
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2015-06-02
writeback: implement and use inode_congested()
Tejun Heo
2015-02-16
vfs: remove get_xip_mem
Matthew Wilcox
2015-01-20
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
2014-12-13
mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pages
Mel Gorman
2013-03-03
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-23
mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...
Mel Gorman
2013-02-22
new helper: file_inode(file)
Al Viro
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
switch fadvise(2) to fget_light()
Al Viro
2012-07-31
mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()
KOSAKI Motohiro
2012-01-10
fadvise: only initiate writeback for specified range with FADV_DONTNEED
Shawn Bohrer
2010-03-06
readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
Wu Fengguang
2009-06-16
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
Wu Fengguang
2009-01-14
[CVE-2009-0029] System call wrapper special cases
Heiko Carstens
2008-10-16
Remove Andrew Morton's old email accounts
Francois Cami
2008-04-28
xip: support non-struct page backed memory
Nick Piggin
2008-02-05
check ADVICE of fadvise64_64 even if get_xip_page is given
Masatake YAMATO
2006-12-08
[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
2006-08-06
[PATCH] fadvise() make POSIX_FADV_NOREUSE a no-op
Andrew Morton
2006-07-10
[PATCH] fadvise: remove dead comments
Andrew Morton
2006-03-31
[PATCH] sys_sync_file_range()
Andrew Morton
2006-03-24
[PATCH] fadvise(): write commands
Andrew Morton
2006-01-08
[PATCH] fadvise: return ESPIPE on FIFO/pipe
Valentine Barshak
2005-06-24
[PATCH] xip: madvice/fadvice: execute in place
Carsten Otte
[next]