Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ce3b7bb61c120e1e4e70e892ec281ef2bb81d6fa
/
mm
/
filemap.c
b5606c2
remove final fastcall users
by Harvey Harrison
· 17 years ago
36e7891
kill do_generic_mapping_read
by Christoph Hellwig
· 17 years ago
2004dc8
Use pgoff_t instead of unsigned long
by Jan Kara
· 17 years ago
4c6bc8d
mem-controller gfp-mask fix
by Badari Pulavarty
· 17 years ago
35c754d
memory controller BUG_ON()
by Balbir Singh
· 17 years ago
e1a1cd5
Memory controller: make charging gfp mask aware
by Balbir Singh
· 17 years ago
8697d33
Memory controller: add switch to control what type of pages to limit
by Balbir Singh
· 17 years ago
8a9f3cc
Memory controller: memory accounting
by Balbir Singh
· 17 years ago
920c7a5
mm: remove fastcall from mm/
by Harvey Harrison
· 17 years ago
e2848a0
radix-tree: avoid atomic allocations for preloaded insertions
by Nick Piggin
· 17 years ago
124d3b7
fix writev regression: pan hanging unkillable and un-straceable
by Nick Piggin
· 17 years ago
75659ca
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
3a69279
Do dirty page accounting when removing a page from the page cache
by Linus Torvalds
· 17 years ago
0b94e97
Use lock_page_killable
by Matthew Wilcox
· 17 years ago
2687a35
Add lock_page_killable
by Matthew Wilcox
· 17 years ago
5307cc1
Remove broken ptrace() special-case code from file mapping
by Linus Torvalds
· 17 years ago
bdb76ef
dio: fix cache invalidation after sync writes
by Zach Brown
· 17 years ago
3a424f2
Fix a build error when BLOCK=n
by Emil Medve
· 17 years ago
8f731f7
kernel-api docbook: fix content problems
by Randy Dunlap
· 17 years ago
5325338
Include <linux/backing-dev.h> in mm/filemap.c
by Linus Torvalds
· 17 years ago
b537677
Implement file posix capabilities
by Serge E. Hallyn
· 17 years ago
7a40507
mm: document tree_lock->zone.lock lockorder
by Nick Piggin
· 17 years ago
5514476
fs: remove some AOP_TRUNCATED_PAGE
by Nick Piggin
· 17 years ago
89e1078
fs: new cont helpers
by Nick Piggin
· 17 years ago
674b892
mm: restore KERNEL_DS optimisations
by Nick Piggin
· 17 years ago
afddba4
fs: introduce write_begin, write_end, and perform_write aops
by Nick Piggin
· 17 years ago
2f718ff
mm: buffered write iterator
by Nick Piggin
· 17 years ago
0829142
mm: fix pagecache write deadlocks
by Nick Piggin
· 17 years ago
4a9e5ef
mm: write iovec cleanup
by Nick Piggin
· 17 years ago
eb2be18
mm: buffered write cleanup
by Nick Piggin
· 17 years ago
64649a5
mm: trim more holes
by Nick Piggin
· 17 years ago
5fe1723
mm: debug write deadlocks
by Nick Piggin
· 17 years ago
ae37461
mm: clean up buffered write code
by Andrew Morton
· 17 years ago
6814d7a
Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"
by Andrew Morton
· 17 years ago
4b49643
Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segments"
by Andrew Morton
· 17 years ago
41cb8ac
mm: revert KERNEL_DS buffered write optimisation
by Nick Piggin
· 17 years ago
45726cb
mm: improve find_lock_page
by Nick Piggin
· 17 years ago
57f6b96
filemap: convert some unsigned long to pgoff_t
by Fengguang Wu
· 17 years ago
b2c3843
filemap: trivial code cleanups
by Fengguang Wu
· 17 years ago
7ff8107
readahead: remove the local copy of ra in do_generic_mapping_read()
by Fengguang Wu
· 17 years ago
f4e6b49
readahead: combine file_ra_state.prev_index/prev_offset into prev_pos
by Fengguang Wu
· 17 years ago
0bb7ba6
readahead: mmap read-around simplification
by Fengguang Wu
· 17 years ago
745ad48
fix page release issue in filemap_fault
by Yan Zheng
· 17 years ago
dc8a7b1
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
f0b85c0
readahead: docbook fix
by Stephen Hemminger
· 17 years ago
ec05b29
[PATCH] remove mm/filemap.c:file_send_actor()
by Adrian Bunk
· 17 years ago
bfe0d68
fix filemap.c kernel-doc
by Randy Dunlap
· 17 years ago
cf914a7
readahead: split ondemand readahead interface into two functions
by Rusty Russell
· 17 years ago
3ea89ee
readahead: convert filemap invocations
by Fengguang Wu
· 17 years ago
83c5407
mm: fault feedback #2
by Nick Piggin
· 17 years ago
d0217ac
mm: fault feedback #1
by Nick Piggin
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
d00806b
mm: fix fault vs invalidate race for linear mappings
by Nick Piggin
· 17 years ago
a32ea1e
Fix read/truncate race
by NeilBrown
· 17 years ago
17973f5
Only send SIGXFSZ when exceeding rlimits.
by Micah Cowan
· 17 years ago
c44939e
NeilBrown <neilb@suse.de>
by akpm@linux-foundation.org
· 17 years ago
4542681
mm: debug check for the fault vs invalidate race
by Nick Piggin
· 17 years ago
0452a4e
sendfile: kill generic_file_sendfile()
by Jens Axboe
· 17 years ago
4e99325
mm: double mark_page_accessed() in read_cache_page_async()
by Peter Zijlstra
· 17 years ago
43c0f3d
Fix: find_or_create_page skips cpuset memory spreading.
by Christoph Lameter
· 17 years ago
c855ff3
Fix a bad error case handling in read_cache_page_async()
by David Howells
· 17 years ago
ef71c15
AFS: export a couple of core functions for AFS write support
by David Howells
· 17 years ago
ef51c97
Remove do_sync_file_range()
by Mark Fasheh
· 18 years ago
0ceb331
mm: move common segment checks to separate helper function
by Dmitriy Monakhov
· 18 years ago
6ce745e
readahead: code cleanup
by Jan Kara
· 18 years ago
ec0f163
readahead: improve heuristic detecting sequential reads
by Jan Kara
· 18 years ago
a812771
mm: simplify filemap_nopage
by Nick Piggin
· 18 years ago
6fe6900
mm: make read_cache_page synchronous
by Nick Piggin
· 18 years ago
65b8291
[PATCH] dio: invalidate clean pages before dio write
by Zach Brown
· 18 years ago
29dbb3f
[PATCH] knfsd: stop NFSD writes from being broken into lots of little writes to filesystem
by NeilBrown
· 18 years ago
72fd4a3
[PATCH] Numerous fixes to kernel-doc info in source files.
by Robert P. J. Day
· 18 years ago
6204530
[PATCH] mm: remove find_trylock_page
by Nick Piggin
· 18 years ago
8459d86
[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED
by Zach Brown
· 18 years ago
d3ac7f8
[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
098fe65
[PATCH] grab swap token reordered
by Ashwin Chaugule
· 18 years ago
d23a147
[PATCH] Export should_remove_suid()
by Mark Fasheh
· 18 years ago
2ae8814
[PATCH] mm: clean up pagecache allocation
by Nick Piggin
· 18 years ago
7b7fc70
Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 18 years ago
82591e6
[PATCH] mm: more commenting on lock ordering
by Nick Piggin
· 18 years ago
fb5527e
[PATCH] direct-io: sync and invalidate file region when falling back to buffered write
by Jeff Moyer
· 18 years ago
01de85e
[PATCH] Add lockless helpers for remove_suid()
by Jens Axboe
· 18 years ago
4a61f17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6
by Linus Torvalds
· 18 years ago
b2abacf
[PATCH] mm: fix in kerneldoc
by Henrik Kretzschmar
· 18 years ago
59458f4
Merge branch 'master' into gfs2
by Steven Whitehouse
· 18 years ago
543ade1
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
by Badari Pulavarty
· 18 years ago
ee0b3e6
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
by Badari Pulavarty
· 18 years ago
027445c
[PATCH] Vectorize aio_read/aio_write fileop methods
by Badari Pulavarty
· 18 years ago
9361401
[PATCH] BLOCK: Make it possible to disable the block layer [try #6]
by David Howells
· 18 years ago
cf9a2ae
[PATCH] BLOCK: Move functions out of buffer code [try #6]
by David Howells
· 18 years ago
79f5acf
[PATCH] mm: make filemap_nopage use NOPAGE_SIGBUS
by Adam Litke
· 18 years ago
185a257
Merge branch 'master' into gfs2
by Steven Whitehouse
· 18 years ago
3f1a9aa
[GFS2] Fix typo in last patch
by Steven Whitehouse
· 18 years ago
0e0bcae
[GFS2] Fix direct i/o logic in filemap.c
by Steven Whitehouse
· 18 years ago
da6052f
[PATCH] update some mm/ comments
by Nick Piggin
· 18 years ago
db37648
[PATCH] mm: non syncing lock_page()
by Nick Piggin
· 18 years ago
b1b934d
Merge branch 'master'
by Steven Whitehouse
· 18 years ago
b83a8e6
[PATCH] MM: Remove rogue readahead printk
by Andi Kleen
· 18 years ago
a9e5f4d
[GFS2] Alter direct I/O path
by Steven Whitehouse
· 18 years ago
0a1340c
Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steven Whitehouse
· 18 years ago
22a3e23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
Next »