| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ |
|
| * | fix ITER_PIPE interaction with direct_IO | Al Viro | 2016-10-10 | 1 | -1/+1 |
* | | vfs,mm: fix a dead loop in truncate_inode_pages_range() | Wei Fang | 2016-10-07 | 1 | -0/+4 |
* | | do_generic_file_read(): fail immediately if killed | Bart Van Assche | 2016-10-07 | 1 | -1/+3 |
* | | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-06 | 1 | -7/+7 |
|\ \ |
|
| * | | fs: update atime before I/O in generic_file_read_iter | Christoph Hellwig | 2016-10-03 | 1 | -7/+7 |
| |/ |
|
* | | mm: filemap: fix mapping->nrpages double accounting in fuse | Johannes Weiner | 2016-10-05 | 1 | -1/+0 |
* | | mm: filemap: don't plant shadow entries without radix tree node | Johannes Weiner | 2016-10-05 | 1 | -16/+30 |
* | | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach... | Johannes Weiner | 2016-09-30 | 1 | -57/+57 |
|/ |
|
* | block/mm: make bdev_ops->rw_page() take a bool for read/write | Jens Axboe | 2016-08-07 | 1 | -2/+2 |
* | mm/block: convert rw_page users to bio op use | Mike Christie | 2016-08-04 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2016-07-29 | 1 | -1/+2 |
|\ |
|
| * | mm: export filemap_check_errors() to modules | Miklos Szeredi | 2016-07-29 | 1 | -1/+2 |
* | | mm: move most file-based accounting to the node | Mel Gorman | 2016-07-28 | 1 | -6/+6 |
* | | mm, vmscan: move lru_lock to the node | Mel Gorman | 2016-07-28 | 1 | -2/+2 |
* | | shmem: add huge pages support | Kirill A. Shutemov | 2016-07-26 | 1 | -1/+6 |
* | | filemap: prepare find and delete operations for huge pages | Kirill A. Shutemov | 2016-07-26 | 1 | -56/+122 |
* | | mm: postpone page table allocation until we have page to map | Kirill A. Shutemov | 2016-07-26 | 1 | -6/+10 |
* | | mm: introduce fault_env | Kirill A. Shutemov | 2016-07-26 | 1 | -14/+14 |
|/ |
|
* | Revert "mm: make faultaround produce old ptes" | Kirill A. Shutemov | 2016-06-24 | 1 | -1/+1 |
* | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-05-26 | 1 | -9/+21 |
|\ |
|
| * | dax: New fault locking | Jan Kara | 2016-05-19 | 1 | -2/+7 |
| * | dax: Allow DAX code to replace exceptional entries | Jan Kara | 2016-05-19 | 1 | -7/+14 |
* | | radix-tree: introduce radix_tree_replace_clear_tags() | Matthew Wilcox | 2016-05-20 | 1 | -20/+3 |
* | | mm: make faultaround produce old ptes | Kirill A. Shutemov | 2016-05-20 | 1 | -1/+1 |
* | | mm: filemap: only do access activations on reads | Johannes Weiner | 2016-05-20 | 1 | -1/+1 |
* | | mm: workingset: only do workingset activations on reads | Rik van Riel | 2016-05-20 | 1 | -1/+5 |
* | | mm/page_ref: use page_ref helper instead of direct modification of _count | Joonsoo Kim | 2016-05-19 | 1 | -1/+1 |
* | | fs: simplify the generic_write_sync prototype | Christoph Hellwig | 2016-05-01 | 1 | -7/+2 |
* | | fs: add IOCB_SYNC and IOCB_DSYNC | Christoph Hellwig | 2016-05-01 | 1 | -1/+1 |
* | | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-01 | 1 | -3/+2 |
* | | filemap: remove the pos argument to generic_file_direct_write | Christoph Hellwig | 2016-05-01 | 1 | -2/+3 |
* | | filemap: remove pos variables in generic_file_read_iter | Christoph Hellwig | 2016-05-01 | 1 | -8/+7 |
|/ |
|
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -63/+63 |
* | mm/filemap: generic_file_read_iter(): check for zero reads unconditionally | Nicolai Stange | 2016-03-25 | 1 | -3/+4 |
* | mm: use radix_tree_iter_retry() | Matthew Wilcox | 2016-03-17 | 1 | -36/+17 |
* | radix_tree: add support for multi-order entries | Matthew Wilcox | 2016-03-17 | 1 | -1/+1 |
* | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner | 2016-03-15 | 1 | -6/+1 |
* | mm: simplify lock_page_memcg() | Johannes Weiner | 2016-03-15 | 1 | -12/+8 |
* | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner | 2016-03-15 | 1 | -1/+1 |
* | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 2016-03-15 | 1 | -6/+6 |
* | mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp... | Mel Gorman | 2016-03-15 | 1 | -0/+49 |
* | mm: filemap: remove redundant code in do_read_cache_page | Mel Gorman | 2016-03-15 | 1 | -31/+12 |
* | mm: __delete_from_page_cache show Bad page if mapped | Hugh Dickins | 2016-03-09 | 1 | -1/+24 |
* | dax: move writeback calls into the filesystems | Ross Zwisler | 2016-02-27 | 1 | -8/+4 |
* | mm: fix filemap.c kernel doc warning | Randy Dunlap | 2016-02-11 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-23 | 1 | -2/+2 |
|\ |
|
| * | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | | dax: add support for fsync/sync | Ross Zwisler | 2016-01-22 | 1 | -0/+6 |
* | | mm: add find_get_entries_tag() | Ross Zwisler | 2016-01-22 | 1 | -0/+68 |