aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-28radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov1-48/+38
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-4/+7
2012-03-21mm: update stale lock ordering comment for memory-failure.cAndi Kleen1-3/+2
2012-03-21mm: don't set __GFP_WRITE on ramfs/sysfs writesFengguang Wu1-1/+3
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk1-1/+1
2012-02-03readahead: fix pipeline break caused by block plugShaohua Li1-4/+4
2012-01-23mm: cleancache: s/flush/invalidate/Dan Magenheimer1-1/+1
2012-01-12memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki1-16/+2
2012-01-10mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()Johannes Weiner1-1/+4
2012-01-03should_remove_suid(): inode->i_mode is umode_tAl Viro1-1/+1
2011-12-21vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp1-5/+2
2011-12-02fs: Make write(2) interruptible by a fatal signalJan Kara1-2/+4
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-10-28vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriatelyJeff Layton1-0/+3
2011-09-14mm: account skipped entries to avoid looping in find_get_pagesShaohua Li1-2/+4
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins1-22/+44
2011-08-03mm: a few small updates for radix-swapHugh Dickins1-18/+3
2011-08-03mm: let swap use exceptional entriesHugh Dickins1-18/+31
2011-08-03radix_tree: exceptional entries and indicesHugh Dickins1-2/+2
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds1-3/+3
2011-07-25mm: consistent truncate and invalidate loopsHugh Dickins1-0/+2
2011-07-25mm: cleanup descriptions of filler argHugh Dickins1-6/+6
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-3/+0
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-3/+3
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-28Cache xattr security drop check for write v2Andi Kleen1-2/+12
2011-05-28mm: Wait for writeback when grabbing pages to begin a writeDarrick J. Wong1-1/+3
2011-05-26memcg: add the pagefault count into memcg statsYing Han1-0/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds1-0/+11
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer1-0/+11
2011-05-25readahead: trigger mmap sequential readahead on PG_readaheadWu Fengguang1-4/+2
2011-05-25readahead: reduce unnecessary mmap_miss increasesAndi Kleen1-1/+2
2011-05-25readahead: return early when readahead is disabledWu Fengguang1-6/+6
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-5/+5
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-7/+24
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro1-0/+11
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