index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
fadvise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
mm: remove unnecessary pagevec includes
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-06-23
mm: rename invalidate_mapping_pagevec to mapping_try_invalidate
Matthew Wilcox (Oracle)
1
-9
/
+7
2023-01-18
mm: support POSIX_FADV_NOREUSE
Yu Zhao
1
-1
/
+4
2022-12-11
mm/fadvise: use LLONG_MAX instead of -1 for eof
Brian Foster
1
-1
/
+1
2022-04-26
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
1
-0
/
+11
2022-03-22
remove inode_congested()
NeilBrown
1
-3
/
+2
2020-10-13
mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
Yafang Shao
1
-4
/
+5
2020-06-02
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
1
-4
/
+0
2020-06-02
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
1
-0
/
+2
2019-08-30
fs: Export generic_fadvise()
Jan Kara
1
-2
/
+2
2018-08-30
vfs: implement readahead(2) using POSIX_FADV_WILLNEED
Amir Goldstein
1
-0
/
+3
2018-08-30
vfs: add the fadvise() file operation
Amir Goldstein
1
-33
/
+45
2018-08-17
mm/fadvise.c: fix signed overflow UBSAN complaint
Andrey Ryabinin
1
-2
/
+6
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
1
-2
/
+8
2018-01-31
mm/fadvise: discard partial page if endbyte is also EOF
shidao.ytt
1
-1
/
+9
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-08
mm: fadvise: avoid fadvise for fs without backing device
Shakeel Butt
1
-3
/
+3
2016-12-20
mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEED
Johannes Weiner
1
-1
/
+14
2016-06-09
mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEED
Oleg Drokin
1
-0
/
+11
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-4
/
+4
2015-06-02
writeback: implement and use inode_congested()
Tejun Heo
1
-1
/
+1
2015-02-16
vfs: remove get_xip_mem
Matthew Wilcox
1
-2
/
+4
2015-01-20
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-2
/
+2
2014-12-13
mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pages
Mel Gorman
1
-1
/
+5
2013-03-03
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
1
-16
/
+2
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-23
mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...
Mel Gorman
1
-2
/
+16
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
1
-18
/
+17
2012-09-26
switch fadvise(2) to fget_light()
Al Viro
1
-2
/
+3
2012-07-31
mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()
KOSAKI Motohiro
1
-11
/
+7
2012-01-10
fadvise: only initiate writeback for specified range with FADV_DONTNEED
Shawn Bohrer
1
-1
/
+2
2010-03-06
readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
Wu Fengguang
1
-1
/
+9
2009-06-16
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
Wu Fengguang
1
-1
/
+1
2009-01-14
[CVE-2009-0029] System call wrapper special cases
Heiko Carstens
1
-2
/
+16
2008-10-16
Remove Andrew Morton's old email accounts
Francois Cami
1
-1
/
+1
2008-04-28
xip: support non-struct page backed memory
Nick Piggin
1
-1
/
+1
2008-02-05
check ADVICE of fadvise64_64 even if get_xip_page is given
Masatake YAMATO
1
-2
/
+14
2006-12-08
[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-1
/
+1
2006-08-06
[PATCH] fadvise() make POSIX_FADV_NOREUSE a no-op
Andrew Morton
1
-1
/
+2
2006-07-10
[PATCH] fadvise: remove dead comments
Andrew Morton
1
-12
/
+0
2006-03-31
[PATCH] sys_sync_file_range()
Andrew Morton
1
-20
/
+0
2006-03-24
[PATCH] fadvise(): write commands
Andrew Morton
1
-5
/
+41
2006-01-08
[PATCH] fadvise: return ESPIPE on FIFO/pipe
Valentine Barshak
1
-0
/
+5
2005-06-24
[PATCH] xip: madvice/fadvice: execute in place
Carsten Otte
1
-0
/
+4
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+111