aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2017-10-03mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton1-0/+8
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner1-2/+8
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+17
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-1/+21
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-28/+39
2017-09-06mm: use find_get_pages_range() in filemap_range_has_page()Jan Kara1-7/+4
2017-09-06mm: implement find_get_pages_range()Jan Kara1-12/+30
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-3/+8
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler1-11/+2
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-33/+31
2017-09-04fs: support IOCB_NOWAIT in generic_file_buffered_readMilosz Tanski1-0/+9
2017-09-04fs: pass iocb to do_generic_file_readChristoph Hellwig1-7/+8
2017-08-28page waitqueue: always add new entries at the endLinus Torvalds1-1/+1
2017-08-27Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds1-4/+5
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-5/+6
2017-08-01mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton1-29/+1
2017-07-31mm: add file_fdatawait_range and file_write_and_waitJeff Layton1-0/+23
2017-07-29mm: consolidate dax / non-dax checks for writebackJeff Layton1-6/+9
2017-07-26errseq: rename __errseq_set to errseq_setJeff Layton1-1/+1
2017-07-10mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()Naoya Horiguchi1-3/+5
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+109
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin1-1/+1
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+84
2017-07-06mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton1-15/+5
2017-07-06mm: clear AS_EIO/AS_ENOSPC when writeback initiation failsJeff Layton1-0/+6
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton1-2/+14
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+6
2017-06-20fs: return if direct I/O will trigger writebackGoldwyn Rodrigues1-7/+25
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues1-0/+32
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-5/+5
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-6/+0
2017-05-08fix braino in generic_file_read_iter()Al Viro1-1/+1
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-15/+11
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox1-8/+8
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+7
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro1-4/+4
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro1-4/+3
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-8/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-24mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-10/+9
2017-02-22mm: fix filemap.c kernel-doc warningsRandy Dunlap1-1/+1
2017-02-22mm: un-export wake_up_page functionsNicholas Piggin1-2/+8
2017-02-03mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-01-10dax: fix deadlock with DAX 4k holesRoss Zwisler1-1/+1
2016-12-29mm/filemap: fix parameters to test_bit()Olof Johansson1-1/+1
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds1-5/+31
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-35/+146
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+7
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-7/+7
2016-12-14vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+2
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner1-8/+1
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner1-49/+5
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-2/+2
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov1-1/+4
2016-11-13Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o1-3/+2
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler1-2/+1
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler1-1/+1
2016-11-06mm/filemap: don't allow partially uptodate page for pipesEryu Guan1-0/+3
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds1-3/+1
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2016-10-07do_generic_file_read(): fail immediately if killedBart Van Assche1-1/+3
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2016-10-05mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner1-1/+0
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner1-16/+30
2016-10-03fs: update atime before I/O in generic_file_read_iterChristoph Hellwig1-7/+7
2016-09-30mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner1-57/+57
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-2/+2
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-3/+3
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi1-1/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-6/+6
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman1-2/+2
2016-07-26shmem: add huge pages supportKirill A. Shutemov1-1/+6
2016-07-26filemap: prepare find and delete operations for huge pagesKirill A. Shutemov1-56/+122
2016-07-26mm: postpone page table allocation until we have page to mapKirill A. Shutemov1-6/+10
2016-07-26mm: introduce fault_envKirill A. Shutemov1-14/+14
2016-06-24Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov1-1/+1
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+21
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox1-20/+3
2016-05-20mm: make faultaround produce old ptesKirill A. Shutemov1-1/+1
2016-05-20mm: filemap: only do access activations on readsJohannes Weiner1-1/+1
2016-05-20mm: workingset: only do workingset activations on readsRik van Riel1-1/+5
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1
2016-05-19dax: New fault lockingJan Kara1-2/+7
2016-05-19dax: Allow DAX code to replace exceptional entriesJan Kara1-7/+14
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-7/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-3/+2
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-2/+3
2016-05-01filemap: remove pos variables in generic_file_read_iterChristoph Hellwig1-8/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-63/+63
2016-03-25mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange1-3/+4
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox1-36/+17
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox1-1/+1
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner1-6/+1
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-12/+8
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner1-1/+1
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-6/+6
2016-03-15mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman1-0/+49
2016-03-15mm: filemap: remove redundant code in do_read_cache_pageMel Gorman1-31/+12
2016-03-09mm: __delete_from_page_cache show Bad page if mappedHugh Dickins1-1/+24
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-8/+4
2016-02-11mm: fix filemap.c kernel doc warningRandy Dunlap1-0/+1
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-01-22dax: add support for fsync/syncRoss Zwisler1-0/+6
2016-01-22mm: add find_get_entries_tag()Ross Zwisler1-0/+68
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-6/+11
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-1/+1
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-4/+4
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-6/+9
2016-01-14mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko1-5/+4
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins1-1/+1
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-13/+54
2015-11-05mm: use only per-device readahead limitRoman Gushchin1-5/+3
2015-10-23mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-07Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds1-18/+16
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-09-08fs: do not prefault sys_write() user buffer pagesDave Hansen1-16/+18
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+25
2015-06-24mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko1-3/+4
2015-06-24hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko1-3/+13
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo1-1/+2
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo1-0/+2
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-9/+22
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-76/+38
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+7
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov1-8/+7
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-3/+3
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-25/+19
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-43/+20
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro1-11/+6
2015-04-11__generic_file_write_iter: keep ->ki_pos and return value consistentAl Viro1-14/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
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