aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+6
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-4/+4
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-61/+13
2011-03-22mm: don't return 0 too early from find_get_pages()Hugh Dickins1-0/+14
2011-03-22mm: remove worrying dead code from find_get_pages()Hugh Dickins1-2/+16
2011-03-22mm: change __remove_from_page_cache()Minchan Kim1-4/+4
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim1-16/+9
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim1-0/+16
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-0/+70
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov1-2/+4
2011-03-10fs: make generic file read/write functions plugJens Axboe1-0/+7
2011-03-10block: remove per-queue pluggingJens Axboe1-61/+6
2011-01-13mm: remove likely() from grab_cache_page_write_begin()Steven Rostedt1-1/+1
2011-01-13mm: clear PageError bit in msync & fsyncRik van Riel1-1/+1
2011-01-13mm: find_get_pages_contig fixletNick Piggin1-3/+10
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds1-0/+5
2010-11-12radix-tree: fix RCU bugNick Piggin1-16/+10
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2010-11-02Release page reference during page fault retryMichel Lespinasse1-1/+3
2010-10-26mm: remove temporary variable on generic_file_direct_write()Namhyung Kim1-4/+4
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse1-1/+15
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse1-9/+11
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen1-2/+0
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-0/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+31
2010-05-26do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer1-0/+6
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-2/+8
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro1-2/+2
2010-05-25fs: allow short direct-io reads to be completed via buffered IOJosef Bacik1-5/+31
2010-05-25mm: export remove_from_page_cache() to modulesMiklos Szeredi1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-03-06mm: use rlimit helpersJiri Slaby1-1/+1
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig1-1/+1
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou1-0/+3
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds1-32/+68
2009-12-16direct I/O fallback sync simplificationChristoph Hellwig1-14/+1
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig1-35/+14
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-0/+4
2009-09-24truncate: new helpersnpiggin@suse.de1-1/+1
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+4
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-0/+4
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara1-64/+0
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara1-7/+4
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig1-39/+0
2009-09-14vfs: Remove syncing from generic_file_direct_write() and generic_file_buffere...Jan Kara1-29/+6
2009-09-14vfs: Export __generic_file_aio_write() and add some commentsJan Kara1-7/+50
2009-09-14vfs: Introduce filemap_fdatawait_rangeJan Kara1-0/+20
2009-07-06mm: mark page accessed before we write_end()Josef Bacik1-0/+1
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-1/+1
2009-06-16readahead: enforce full sync mmap readahead sizeWu Fengguang1-1/+2
2009-06-16readahead: remove redundant test in shrink_readahead_size_eio()Wu Fengguang1-3/+0
2009-06-16readahead: record mmap read-around states in file_ra_stateWu Fengguang1-5/+7
2009-06-16readahead: enforce full readahead size on async mmap readaheadWu Fengguang1-1/+2
2009-06-16readahead: sequential mmap readaheadWu Fengguang1-1/+2
2009-06-16readahead: clean up and simplify the code for filemap page fault readaheadLinus Torvalds1-67/+89
2009-06-16readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang1-2/+1
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura1-3/+3
2009-04-16Export filemap_write_and_wait_rangeChris Mason1-0/+1
2009-04-13filemap: fix kernel-doc warningsRandy Dunlap1-2/+2
2009-04-03Staging: pohmelfs: kconfig/makefile and vfs changes.Evgeniy Polyakov1-0/+2
2009-04-03CacheFiles: Permit the page lock state to be monitoredDavid Howells1-0/+18
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-0/+3
2009-03-02x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar1-7/+4
2009-02-25x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar1-4/+6
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens1-1/+8
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki1-1/+1
2009-01-06mm: pagecache gfp flags fixNick Piggin1-2/+9
2009-01-06mm: direct IO starvation improvementNick Piggin1-11/+5
2009-01-06mm: write_cache_pages integrity fixNick Piggin1-1/+1
2009-01-06mm: don't mark_page_accessed in fault pathNick Piggin1-1/+0
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-01-05kill suid bit only for regular filesDmitri Monakhov1-1/+1
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-4/+9
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-238/+4
2008-10-20memcg: make page->mapping NULL before unchargeKAMEZAWA Hiroyuki1-1/+1
2008-10-20mm: page lock use lock bitopsNick Piggin1-8/+5
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-3/+19
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+8
2008-10-16mm: do_generic_file_read() never gets a NULL 'filp' argumentKrishna Kumar1-2/+1
2008-10-14do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() failsOleg Nesterov1-7/+8
2008-09-02VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi1-2/+9
2008-08-04mm: rename page trylockNick Piggin1-6/+6
2008-07-30Fix off-by-one error in iov_iter_advance()Linus Torvalds1-1/+1
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-2/+12
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-3/+4
2008-07-26mm: spinlock tree_lockNick Piggin1-5/+5
2008-07-26mm: lockless pagecacheNick Piggin1-45/+134
2008-07-26mm: speculative page referencesNick Piggin1-14/+18
2008-07-25memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki1-3/+3
2008-07-25jbd: fix race between free buffer and commit transactionMingming Cao1-2/+1
2008-07-24generic_file_aio_read() cleanupsHugh Dickins1-23/+19
2008-07-24kill generic_file_direct_IO()Christoph Hellwig1-66/+51
2008-07-11vfs: export filemap_fdatawrite_range()Jan Kara1-1/+2
2008-05-14mm: fix infinite loop in filemap_faultMiklos Szeredi1-0/+5
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi1-1/+1
2008-04-28mm: rotate_reclaimable_page() cleanupMiklos Szeredi1-4/+6
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap1-3/+17
2008-03-10iov_iter_advance() fixNick Piggin1-12/+10
2008-03-09Do not include linux/backing-dev.h twiceJesper Juhl1-1/+0
2008-02-13remove final fastcall usersHarvey Harrison1-1/+1
2008-02-08kill do_generic_mapping_readChristoph Hellwig1-13/+5
2008-02-08Use pgoff_t instead of unsigned longJan Kara1-1/+1
2008-02-07mem-controller gfp-mask fixBadari Pulavarty1-1/+2
2008-02-07memory controller BUG_ON()Balbir Singh1-7/+6
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh1-1/+1
2008-02-07Memory controller: add switch to control what type of pages to limitBalbir Singh1-1/+1
2008-02-07Memory controller: memory accountingBalbir Singh1-1/+11
2008-02-05mm: remove fastcall from mm/Harvey Harrison1-5/+5
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin1-1/+0
2008-02-03fix writev regression: pan hanging unkillable and un-straceableNick Piggin1-2/+6
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+21
2007-12-19Do dirty page accounting when removing a page from the page cacheLinus Torvalds1-0/+12
2007-12-06Use lock_page_killableMatthew Wilcox1-4/+7
2007-12-06Add lock_page_killableMatthew Wilcox1-0/+14
2007-10-31Remove broken ptrace() special-case code from file mappingLinus Torvalds1-11/+2
2007-10-30dio: fix cache invalidation after sync writesZach Brown1-10/+6
2007-10-29Fix a build error when BLOCK=nEmil Medve1-0/+1
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap1-1/+1
2007-10-18Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds1-0/+1
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-4/+10
2007-10-17mm: document tree_lock->zone.lock lockorderNick Piggin1-0/+1
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin1-12/+4
2007-10-16fs: new cont helpersNick Piggin1-0/+5
2007-10-16mm: restore KERNEL_DS optimisationsNick Piggin1-2/+9
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-27/+223
2007-10-16mm: buffered write iteratorNick Piggin1-27/+117
2007-10-16mm: fix pagecache write deadlocksNick Piggin1-19/+103
2007-10-16mm: write iovec cleanupNick Piggin1-26/+10
2007-10-16mm: buffered write cleanupNick Piggin1-88/+55
2007-10-16mm: trim more holesNick Piggin1-40/+40
2007-10-16mm: debug write deadlocksNick Piggin1-0/+2
2007-10-16mm: clean up buffered write codeAndrew Morton1-17/+18
2007-10-16Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"Andrew Morton1-11/+7
2007-10-16Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segme...Andrew Morton1-8/+1
2007-10-16mm: revert KERNEL_DS buffered write optimisationNick Piggin1-19/+13
2007-10-16mm: improve find_lock_pageNick Piggin1-4/+5
2007-10-16filemap: convert some unsigned long to pgoff_tFengguang Wu1-16/+16
2007-10-16filemap: trivial code cleanupsFengguang Wu1-3/+0
2007-10-16readahead: remove the local copy of ra in do_generic_mapping_read()Fengguang Wu1-11/+9
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu1-6/+7
2007-10-16readahead: mmap read-around simplificationFengguang Wu1-2/+2
2007-10-08fix page release issue in filemap_faultYan Zheng1-0/+1
2007-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-20/+0
2007-08-11readahead: docbook fixStephen Hemminger1-1/+1
2007-08-11[PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk1-20/+0
2007-07-31fix filemap.c kernel-docRandy Dunlap1-1/+1
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell1-5/+5
2007-07-19readahead: convert filemap invocationsFengguang Wu1-20/+31
2007-07-19mm: fault feedback #2Nick Piggin1-4/+2
2007-07-19mm: fault feedback #1Nick Piggin1-224/+25
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-36/+58
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-33/+20
2007-07-17Fix read/truncate raceNeilBrown1-44/+28
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan1-2/+0
2007-07-16NeilBrown <neilb@suse.de>akpm@linux-foundation.org1-0/+2
2007-07-16mm: debug check for the fault vs invalidate raceNick Piggin1-0/+1
2007-07-10sendfile: kill generic_file_sendfile()Jens Axboe1-20/+0
2007-07-08mm: double mark_page_accessed() in read_cache_page_async()Peter Zijlstra1-1/+0
2007-05-16Fix: find_or_create_page skips cpuset memory spreading.Christoph Lameter1-1/+2
2007-05-09Fix a bad error case handling in read_cache_page_async()David Howells1-3/+3
2007-05-09AFS: export a couple of core functions for AFS write supportDavid Howells1-0/+2
2007-05-08Remove do_sync_file_range()Mark Fasheh1-4/+4
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov1-37/+45
2007-05-07readahead: code cleanupJan Kara1-3/+4
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara1-3/+6
2007-05-07mm: simplify filemap_nopageNick Piggin1-24/+0
2007-05-07mm: make read_cache_page synchronousNick Piggin1-11/+38
2007-03-16[PATCH] dio: invalidate clean pages before dio writeZach Brown1-11/+35
2007-02-16[PATCH] knfsd: stop NFSD writes from being broken into lots of little writes ...NeilBrown1-13/+19
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-2/+2
2007-02-09[PATCH] mm: remove find_trylock_pageNick Piggin1-20/+0
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown1-6/+3
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-12-07[PATCH] grab swap token reorderedAshwin Chaugule1-1/+0
2006-12-01[PATCH] Export should_remove_suid()Mark Fasheh1-0/+1
2006-10-28[PATCH] mm: clean up pagecache allocationNick Piggin1-18/+6
2006-10-21Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-8/+22
2006-10-20[PATCH] mm: more commenting on lock orderingNick Piggin1-2/+2
2006-10-20[PATCH] direct-io: sync and invalidate file region when falling back to buffe...Jeff Moyer1-6/+45
2006-10-19[PATCH] Add lockless helpers for remove_suid()Jens Axboe1-8/+22
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6Linus Torvalds1-2/+4
2006-10-04[PATCH] mm: fix in kerneldocHenrik Kretzschmar1-2/+2
2006-10-02Merge branch 'master' into gfs2Steven Whitehouse1-133/+53
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-83/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-36/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-19/+20
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+4
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells1-0/+30
2006-09-29[PATCH] mm: make filemap_nopage use NOPAGE_SIGBUSAdam Litke1-3/+3
2006-09-28Merge branch 'master' into gfs2Steven Whitehouse1-4/+21
2006-09-27[GFS2] Fix typo in last patchSteven Whitehouse1-1/+1
2006-09-27[GFS2] Fix direct i/o logic in filemap.cSteven Whitehouse1-2/+3
2006-09-26[PATCH] update some mm/ commentsNick Piggin1-4/+4
2006-09-26[PATCH] mm: non syncing lock_page()Nick Piggin1-0/+17