Age | Commit message (Expand) | Author | Files | Lines |
2015-04-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -76/+38 |
2015-04-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -8/+7 |
2015-04-15 | page_writeback: clean up mess around cancel_dirty_page() | Konstantin Khlebnikov | 1 | -8/+7 |
2015-04-12 | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 1 | -3/+3 |
2015-04-12 | switch generic_write_checks() to iocb and iter | Al Viro | 1 | -25/+19 |
2015-04-12 | generic_write_checks(): drop isblk argument | Al Viro | 1 | -43/+20 |
2015-04-12 | lift generic_write_checks() into callers of __generic_file_write_iter() | Al Viro | 1 | -11/+6 |
2015-04-12 | __generic_file_write_iter: keep ->ki_pos and return value consistent | Al Viro | 1 | -14/+10 |
2015-04-12 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -2/+2 |
2015-03-26 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+0 |
2015-02-17 | dax,ext2: replace XIP read and write with DAX I/O | Matthew Wilcox | 1 | -4/+2 |
2015-02-17 | vfs,ext2: introduce IS_DAX(inode) | Matthew Wilcox | 1 | -7/+12 |
2015-02-13 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2015-02-11 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 1 | -1/+0 |
2015-01-21 | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 1 | -2/+2 |
2014-12-29 | mm: get rid of radix tree gfp mask for pagecache_get_page | Michal Hocko | 1 | -17/+12 |
2014-12-17 | new helper: iter_is_iovec() | Al Viro | 1 | -1/+1 |
2014-12-13 | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | 1 | -5/+5 |
2014-10-10 | mm/filemap.c: remove trailing whitespace | Paul McQuade | 1 | -2/+2 |
2014-10-08 | Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -6/+15 |
2014-10-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-09-25 | MM: export page_wakeup functions | NeilBrown | 1 | -6/+2 |
2014-09-25 | SCHED: add some "wait..on_bit...timeout()" interfaces. | NeilBrown | 1 | -0/+13 |
2014-09-09 | Documentation: Docbook: Fix generated DocBook/kernel-api.xml | Masanari Iida | 1 | -1/+1 |
2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2014-08-11 | __generic_file_write_iter(): fix handling of sync error after DIO | Al Viro | 1 | -1/+1 |
2014-08-09 | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 1 | -3/+1 |
2014-08-09 | mm: memcontrol: rewrite charge API | Johannes Weiner | 1 | -6/+15 |
2014-08-07 | mm: describe mmap_sem rules for __lock_page_or_retry() and callers | Paul Cassella | 1 | -0/+23 |
2014-08-07 | mm: replace init_page_accessed by __SetPageReferenced | Hugh Dickins | 1 | -2/+2 |
2014-08-05 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -16/+4 |
2014-07-31 | mm: fix filemap.c pagecache_get_page() kernel-doc warnings | Randy Dunlap | 1 | -5/+8 |
2014-07-16 | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 1 | -16/+4 |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -116/+42 |
2014-06-12 | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus | Al Viro | 1 | -2/+4 |
2014-06-05 | mm: avoid unnecessary atomic operations during end_page_writeback() | Mel Gorman | 1 | -1/+10 |
2014-06-05 | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman | 1 | -127/+75 |
2014-06-05 | fs/mpage.c: factor page_endio() out of mpage_end_io() | Matthew Wilcox | 1 | -0/+25 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2014-05-23 | mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECT | Jens Axboe | 1 | -2/+4 |
2014-05-07 | bury generic_file_aio_{read,write} | Al Viro | 1 | -35/+8 |
2014-05-07 | bury __generic_file_aio_write() | Al Viro | 1 | -11/+0 |
2014-05-07 | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 1 | -24/+37 |
2014-05-07 | iov_iter_truncate() | Al Viro | 1 | -12/+7 |
2014-05-07 | start adding the tag to iov_iter | Al Viro | 1 | -2/+2 |
2014-05-07 | new helper: generic_file_read_iter() | Al Viro | 1 | -33/+34 |
2014-05-07 | give ->direct_IO() a copy of iov_iter | Al Viro | 1 | -3/+7 |
2014-05-07 | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 1 | -1/+1 |
2014-05-07 | pass iov_iter to ->direct_IO() | Al Viro | 1 | -5/+4 |
2014-05-07 | kill generic_segment_checks() | Al Viro | 1 | -50/+3 |