aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox1-4/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-7/+12
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-2/+2
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-17/+12
2014-12-17new helper: iter_is_iovec()Al Viro1-1/+1
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-5/+5
2014-10-09mm/filemap.c: remove trailing whitespacePaul McQuade1-2/+2
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+15
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-09-25MM: export page_wakeup functionsNeilBrown1-6/+2
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+13
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-1/+1
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-08-11__generic_file_write_iter(): fix handling of sync error after DIOAl Viro1-1/+1
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-3/+1
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-6/+15
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-0/+23
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-2/+2
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+4
2014-07-30mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap1-5/+8
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-16/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-116/+42
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro1-2/+4
2014-06-04mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman1-1/+10
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman1-127/+75
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox1-0/+25
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-05-23mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe1-2/+4
2014-05-06bury generic_file_aio_{read,write}Al Viro1-35/+8
2014-05-06bury __generic_file_aio_write()Al Viro1-11/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-24/+37
2014-05-06iov_iter_truncate()Al Viro1-12/+7
2014-05-06start adding the tag to iov_iterAl Viro1-2/+2
2014-05-06new helper: generic_file_read_iter()Al Viro1-33/+34
2014-05-06give ->direct_IO() a copy of iov_iterAl Viro1-3/+7
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+4
2014-05-06kill generic_segment_checks()Al Viro1-50/+3
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-8/+7
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner1-21/+28
2014-04-18mm: fix new kernel-doc warning in filemap.cRandy Dunlap1-1/+0
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-285/+59
2014-04-07memcg: rename high level charging functionsMichal Hocko1-1/+1
2014-04-07mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov1-7/+7
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+74
2014-04-03mm: remove read_cache_page_async()Sasha Levin1-41/+23
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner1-16/+74
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner1-17/+44
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-5/+28
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-24/+178
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner1-0/+76
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman1-2/+2
2014-04-01kill generic_file_buffered_write()Al Viro1-22/+1
2014-04-01export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro1-16/+21
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-3/+3
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro1-5/+4
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro1-7/+6
2014-04-01take iov_iter stuff to mm/iov_iter.cAl Viro1-221/+0
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro1-93/+109
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-3/+0
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro1-1/+1
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-2/+2
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-22/+20
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse1-22/+20
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-8/+8
2013-11-15mm: drop actor argument of do_generic_file_read()Kirill A. Shutemov1-5/+5
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-10/+1
2013-09-12mm: cleanup add_to_page_cache_locked()Kirill A. Shutemov1-23/+25
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-1/+10
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig1-1/+1
2013-07-09mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches1-3/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2013-04-29fs: fix fsync() error reportingDmitry Monakhov1-8/+21
2013-04-29mm: trace filemap add and delRobert Jarzmik1-0/+5
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-2/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-1/+2
2013-01-24mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-2/+2
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-08-09block: move down direct IO pluggingFengguang Wu1-4/+0
2012-08-09block: remove plugging at buffered write timeFengguang Wu1-3/+0
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara1-2/+10
2012-07-31mm: Make default vm_ops provide ->page_mkwrite handlerJan Kara1-0/+19
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-66/+3
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+3
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang1-65/+0
2012-05-29mm: move readahead syscall to mm/readahead.cCong Wang1-39/+0
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