| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -5/+5 |
| 2018-09-20 | mm: shmem.c: Correctly annotate new inodes for lockdep | Joel Fernandes (Google) | 1 | -0/+2 |
| 2018-08-23 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 1 | -2/+3 |
| 2018-08-22 | mm: zero out the vma in vma_init() | Andrew Morton | 1 | -1/+0 |
| 2018-08-17 | shmem: use monotonic time for i_generation | Arnd Bergmann | 1 | -1/+2 |
| 2018-08-14 | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+5 |
| 2018-08-13 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -38/+11 |
| 2018-07-26 | mm: use vma_init() to initialize VMAs on stack and data segments | Kirill A. Shutemov | 1 | -0/+1 |
| 2018-07-12 | ... and switch shmem_file_setup() to alloc_file_pseudo() | Al Viro | 1 | -30/+7 |
| 2018-07-12 | __shmem_file_setup(): reorder allocations | Al Viro | 1 | -23/+20 |
| 2018-07-12 | alloc_file(): switch to passing O_... flags instead of FMODE_... mode | Al Viro | 1 | -2/+1 |
| 2018-07-09 | memcontrol: schedule throttling if we are congested | Tejun Heo | 1 | -5/+5 |
| 2018-06-15 | mm: use octal not symbolic permissions | Joe Perches | 1 | -4/+5 |
| 2018-06-07 | mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init() | Kirill A. Shutemov | 1 | -2/+1 |
| 2018-06-07 | mm/shmem.c: use new return type vm_fault_t | Souptick Joarder | 1 | -6/+6 |
| 2018-06-07 | tmpfs: allow decoding a file handle of an unlinked file | Amir Goldstein | 1 | -1/+10 |
| 2018-06-07 | mm: shmem: make stat.st_blksize return huge page size if THP is on | Yang Shi | 1 | -0/+14 |
| 2018-06-07 | mm: restructure memfd code | Mike Kravetz | 1 | -324/+0 |
| 2018-06-07 | mm/shmem: update file sealing comments and file checking | Mike Kravetz | 1 | -24/+26 |
| 2018-06-07 | mm/shmem: add __rcu annotations and properly deref radix entry | Mike Kravetz | 1 | -7/+13 |
| 2018-06-07 | mm, memcontrol: move swap charge handling into get_swap_page() | Tejun Heo | 1 | -4/+0 |
| 2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -30/+30 |
| 2018-04-05 | mm: swap: unify cluster-based and vma-based swap readahead | Minchan Kim | 1 | -1/+4 |
| 2018-03-22 | mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() | Kirill A. Shutemov | 1 | -11/+20 |
| 2018-01-31 | shmem: add sealing support to hugetlb-backed memfd | Marc-André Lureau | 1 | -19/+28 |
| 2018-01-31 | shmem: rename functions that are memfd-related | Marc-André Lureau | 1 | -5/+5 |
| 2018-01-31 | shmem: unexport shmem_add_seals()/shmem_get_seals() | Marc-André Lureau | 1 | -4/+2 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -5/+5 |
| 2017-11-17 | mm: shmem: remove unused info variable | Corentin Labbe | 1 | -2/+0 |
| 2017-11-15 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -8/+22 |
| 2017-11-15 | mm/shmem.c: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2017-11-15 | shmem: convert shmem_init_inodecache() to void | weiping zhang | 1 | -6/+2 |
| 2017-11-15 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 1 | -3/+3 |
| 2017-11-15 | mm, truncate: do not check mapping for every page being truncated | Mel Gorman | 1 | -1/+1 |
| 2017-10-07 | mm/shmem: introduce shmem_file_setup_with_mnt | Matthew Auld | 1 | -8/+22 |
| 2017-09-13 | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 1 | -1/+1 |
| 2017-09-06 | mm, swap: VMA based swap readahead | Huang Ying | 1 | -1/+1 |
| 2017-09-06 | mm/shmem: add hugetlbfs support to memfd_create() | Mike Kravetz | 1 | -6/+31 |
| 2017-09-06 | userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support | Mike Rapoport | 1 | -17/+45 |
| 2017-09-06 | shmem: introduce shmem_inode_acct_block | Mike Rapoport | 1 | -56/+46 |
| 2017-09-06 | shmem: shmem_charge: verify max_block is not exceeded before inode update | Mike Rapoport | 1 | -13/+12 |
| 2017-08-25 | mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled | Kirill A. Shutemov | 1 | -2/+2 |
| 2017-08-10 | mm: fix list corruptions on shmem shrinklist | Cong Wang | 1 | -2/+10 |
| 2017-07-10 | mm: make PR_SET_THP_DISABLE immediately active | Michal Hocko | 1 | -3/+5 |
| 2017-07-06 | mm: per-cgroup memory reclaim stats | Roman Gushchin | 1 | -2/+1 |
| 2017-07-06 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 1 | -1/+1 |
| 2017-07-06 | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 1 | -1/+1 |
| 2017-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
| 2017-06-20 | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 1 | -2/+2 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -1/+1 |
| 2017-06-05 | tmpfs: generate random sb->s_uuid | Amir Goldstein | 1 | -0/+2 |
| 2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -3/+3 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-24 | mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROW | Steven Rostedt (VMware) | 1 | -1/+1 |
| 2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -1/+2 |
| 2017-02-22 | userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPY | Andrea Arcangeli | 1 | -10/+13 |
| 2017-02-22 | userfaultfd: shmem: avoid a lockup resulting from corrupted page->flags | Andrea Arcangeli | 1 | -2/+1 |
| 2017-02-22 | userfaultfd: shmem: lock the page before adding it to pagecache | Andrea Arcangeli | 1 | -0/+5 |
| 2017-02-22 | userfaultfd: shmem: add userfaultfd hook for shared memory faults | Mike Rapoport | 1 | -7/+15 |
| 2017-02-22 | userfaultfd: shmem: add tlbflush.h header for microblaze | Andrea Arcangeli | 1 | -0/+2 |
| 2017-02-22 | userfaultfd: shmem: introduce vma_is_shmem | Mike Rapoport | 1 | -0/+5 |
| 2017-02-22 | userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd support | Mike Rapoport | 1 | -0/+110 |
| 2017-02-22 | tmpfs: change shmem_mapping() to test shmem_aops | Hugh Dickins | 1 | -4/+1 |
| 2017-02-03 | shmem: fix sleeping from atomic context | Kirill A. Shutemov | 1 | -2/+9 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -2/+0 |
| 2016-12-14 | radix-tree: delete radix_tree_locate_item() | Matthew Wilcox | 1 | -1/+25 |
| 2016-12-14 | radix-tree: improve multiorder iterators | Matthew Wilcox | 1 | -3/+3 |
| 2016-12-12 | lib: radix-tree: update callback for changing leaf nodes | Johannes Weiner | 1 | -1/+2 |
| 2016-12-12 | lib: radix-tree: native accounting of exceptional entries | Johannes Weiner | 1 | -4/+4 |
| 2016-12-12 | shmem: fix compilation warnings on unused functions | Jérémy Lefaure | 1 | -0/+2 |
| 2016-12-12 | shmem: avoid maybe-uninitialized warning | Arnd Bergmann | 1 | -3/+1 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -2/+0 |
| 2016-12-06 | shmem: fix shm fallocate() list corruption | Linus Torvalds | 1 | -1/+14 |
| 2016-11-11 | shmem: fix pageflags after swapping DMA32 object | Hugh Dickins | 1 | -0/+2 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -11/+11 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -3/+4 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -15/+0 |
| 2016-10-10 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 1 | -1/+1 |
| 2016-10-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 1 | -15/+0 |
| 2016-10-07 | mm/shmem.c: constify anon_ops | Rasmus Villemoes | 1 | -1/+1 |
| 2016-10-05 | switch generic_file_splice_read() to use of ->read_iter() | Al Viro | 1 | -114/+1 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -10/+10 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-24 | huge tmpfs: fix Committed_AS leak | Hugh Dickins | 1 | -1/+2 |
| 2016-09-24 | shmem: fix tmpfs to handle the huge= option properly | Toshi Kani | 1 | -1/+1 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-08-10 | thp: move shmem_huge_enabled() outside of SYSFS ifdef | Arnd Bergmann | 1 | -1/+3 |
| 2016-08-03 | shmem: Fix link error if huge pages support is disabled | Geert Uytterhoeven | 1 | -1/+2 |
| 2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -7/+7 |
| 2016-07-26 | shmem: split huge pages beyond i_size under memory pressure | Kirill A. Shutemov | 1 | -0/+175 |
| 2016-07-26 | thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE | Kirill A. Shutemov | 1 | -13/+13 |
| 2016-07-26 | khugepaged: add support of collapse for tmpfs/shmem pages | Kirill A. Shutemov | 1 | -11/+45 |
| 2016-07-26 | shmem: make shmem_inode_info::lock irq-safe | Kirill A. Shutemov | 1 | -24/+26 |
| 2016-07-26 | shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings | Kirill A. Shutemov | 1 | -3/+17 |
| 2016-07-26 | shmem: add huge pages support | Kirill A. Shutemov | 1 | -67/+313 |
| 2016-07-26 | shmem: get_unmapped_area align huge page | Hugh Dickins | 1 | -0/+98 |
| 2016-07-26 | shmem: prepare huge= mount option and sysfs knob | Kirill A. Shutemov | 1 | -0/+161 |
| 2016-07-10 | tmpfs: fix regression hang in fallocate undo | Hugh Dickins | 1 | -3/+5 |
| 2016-06-24 | tmpfs: don't undo fallocate past its last page | Anthony Romano | 1 | -1/+1 |
| 2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately | Al Viro | 1 | -3/+4 |
| 2016-05-19 | tmpfs: mem_cgroup charge fault to vm_mm not current mm | Andres Lagar-Cavilla | 1 | -27/+34 |
| 2016-05-19 | tmpfs: preliminary minor tidyups | Hugh Dickins | 1 | -43/+26 |
| 2016-05-19 | mm: use __SetPageSwapBacked and dont ClearPageSwapBacked | Hugh Dickins | 1 | -2/+2 |
| 2016-05-02 | parallel lookups machinery, part 2 | Al Viro | 1 | -1/+2 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 1 | -3/+3 |
| 2016-04-10 | xattr_handler: pass dentry and inode as separate arguments of ->get() | Al Viro | 1 | -3/+3 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -65/+65 |
| 2016-03-17 | radix-tree,shmem: introduce radix_tree_iter_next() | Matthew Wilcox | 1 | -9/+3 |
| 2016-03-17 | mm: use radix_tree_iter_retry() | Matthew Wilcox | 1 | -11/+12 |
| 2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -8/+6 |
| 2016-03-15 | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner | 1 | -1/+1 |
| 2016-01-22 | make sure that freeing shmem fast symlinks is RCU-delayed | Al Viro | 1 | -5/+4 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -6/+6 |
| 2016-01-20 | mm: memcontrol: charge swap to cgroup2 | Vladimir Davydov | 1 | -0/+4 |
| 2016-01-15 | memcg: adjust to support new THP refcounting | Kirill A. Shutemov | 1 | -9/+12 |
| 2016-01-15 | page-flags: define PG_locked behavior on compound pages | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+82 |
| 2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings | Vlastimil Babka | 1 | -27/+38 |
| 2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for shmem mappings | Vlastimil Babka | 1 | -0/+70 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2016-01-14 | Make sure that highmem pages are not added to symlink page cache | Al Viro | 1 | -1/+1 |
| 2016-01-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -90/+43 |
| 2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -20/+28 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -10/+9 |
| 2015-12-12 | tmpfs: fix shmem_evict_inode() warnings on i_blocks | Hugh Dickins | 1 | -20/+14 |
| 2015-12-08 | teach shmem_get_link() to work in RCU mode | Al Viro | 1 | -6/+14 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -4/+8 |
| 2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro | 1 | -6/+3 |
| 2015-12-06 | tmpfs: listxattr should include POSIX ACL xattrs | Andreas Gruenbacher | 1 | -1/+1 |
| 2015-12-06 | tmpfs: Use xattr handler infrastructure | Andreas Gruenbacher | 1 | -89/+42 |
| 2015-11-06 | mm: page_alloc: hide some GFP internals and document the bits and flag combin... | Mel Gorman | 1 | -0/+2 |
| 2015-11-05 | tmpfs: avoid a little creat and stat slowdown | Hugh Dickins | 1 | -8/+14 |
| 2015-11-05 | mm: rename mem_cgroup_migrate to mem_cgroup_replace_page | Hugh Dickins | 1 | -1/+1 |
| 2015-09-08 | shmem: recalculate file inode when fstat | Yu Zhao | 1 | -0/+16 |
| 2015-08-07 | ipc: use private shmem or hugetlbfs inodes for shm segments. | Stephen Smalley | 1 | -2/+2 |
| 2015-06-24 | tmpfs: truncate prealloc blocks past i_size | Josef Bacik | 1 | -1/+1 |
| 2015-06-22 | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -19/+13 |
| 2015-06-17 | mm: shmem_zero_setup skip security check and lockdep conflict with XFS | Hugh Dickins | 1 | -1/+7 |
| 2015-05-11 | switch ->put_link() from dentry to inode | Al Viro | 1 | -1/+1 |
| 2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro | 1 | -1/+1 |
| 2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | 1 | -12/+11 |
| 2015-05-10 | shmem: switch to simple_follow_link() | Al Viro | 1 | -7/+2 |
| 2015-04-15 | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 1 | -15/+15 |
| 2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
| 2015-04-11 | Merge branch 'iocb' into for-next | Al Viro | 1 | -1/+1 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+1 |
| 2015-02-23 | mm: shmem: check for mapping owner before dereferencing | Sasha Levin | 1 | -0/+3 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -2/+2 |
| 2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -18/+6 |
| 2015-02-11 | swap: remove unused mem_cgroup_uncharge_swapcache declaration | Vladimir Davydov | 1 | -1/+1 |
| 2015-02-10 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 1 | -1/+0 |
| 2015-02-05 | memcg, shmem: fix shmem migration to use lrucare | Michal Hocko | 1 | -1/+1 |
| 2015-01-20 | fs: remove mapping->backing_dev_info | Christoph Hellwig | 1 | -1/+0 |
| 2015-01-20 | fs: kill BDI_CAP_SWAP_BACKED | Christoph Hellwig | 1 | -18/+7 |
| 2014-12-17 | new helper: iter_is_iovec() | Al Viro | 1 | -1/+1 |
| 2014-10-24 | shmem: support RENAME_WHITEOUT | Miklos Szeredi | 1 | -1/+35 |
| 2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -1/+1 |
| 2014-10-09 | include/linux/migrate.h: remove migrate_page #define | Andrew Morton | 1 | -0/+2 |
| 2014-09-26 | shmem: fix nlink for rename overwrite directory | Miklos Szeredi | 1 | -1/+3 |
| 2014-09-08 | percpu_counter: add @gfp to percpu_counter_init() | Tejun Heo | 1 | -1/+1 |
| 2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+30 |
| 2014-08-08 | shm: wait for pins to be released when sealing | David Herrmann | 1 | -1/+109 |
| 2014-08-08 | shm: add memfd_create() syscall | David Herrmann | 1 | -0/+73 |
| 2014-08-08 | shm: add sealing API | David Herrmann | 1 | -0/+143 |
| 2014-08-08 | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 1 | -6/+2 |
| 2014-08-08 | mm: memcontrol: rewrite charge API | Johannes Weiner | 1 | -14/+23 |
| 2014-08-07 | shmem: support RENAME_EXCHANGE | Miklos Szeredi | 1 | -1/+26 |
| 2014-08-07 | shmem: support RENAME_NOREPLACE | Miklos Szeredi | 1 | -2/+5 |
| 2014-08-06 | mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache() | Wang Sheng-Hui | 1 | -4/+4 |
| 2014-08-06 | mm: replace init_page_accessed by __SetPageReferenced | Hugh Dickins | 1 | -1/+1 |
| 2014-08-06 | shmem: update memory reservation on truncate | Konstantin Khlebnikov | 1 | -0/+17 |
| 2014-08-06 | shmem: fix double uncharge in __shmem_file_setup() | Konstantin Khlebnikov | 1 | -6/+6 |
| 2014-07-23 | shmem: fix splicing from a hole while it's punched | Hugh Dickins | 1 | -9/+15 |
| 2014-07-23 | shmem: fix faulting into a hole, not taking i_mutex | Hugh Dickins | 1 | -26/+52 |
| 2014-07-03 | shmem: fix init_page_accessed use to stop !PageLRU bug | Hugh Dickins | 1 | -5/+10 |
| 2014-06-23 | shmem: fix faulting into a hole while it's punched | Hugh Dickins | 1 | -4/+52 |
| 2014-06-23 | tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supported | Hugh Dickins | 1 | -0/+3 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -17/+9 |
| 2014-06-12 | shmem: switch to iter_file_splice_write() | Al Viro | 1 | -1/+1 |
| 2014-06-04 | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman | 1 | -1/+5 |
| 2014-06-04 | mm: shmem: avoid atomic operation during shmem_getpage_gfp | Mel Gorman | 1 | -1/+1 |
| 2014-05-06 | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 1 | -2/+2 |
| 2014-05-06 | shmem: switch to ->read_iter() | Al Viro | 1 | -10/+5 |
| 2014-05-06 | start adding the tag to iov_iter | Al Viro | 1 | -1/+1 |
| 2014-05-06 | kill generic_segment_checks() | Al Viro | 1 | -5/+2 |
| 2014-04-13 | mm: Initialize error in shmem_file_aio_read() | Geert Uytterhoeven | 1 | -1/+1 |
| 2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -51/+28 |
| 2014-04-12 | missing bits of "splice: fix racy pipe->buffers uses" | Al Viro | 1 | -1/+1 |
| 2014-04-07 | memcg: rename high level charging functions | Michal Hocko | 1 | -3/+3 |
| 2014-04-07 | mm: implement ->map_pages for shmem/tmpfs | Ning Qu | 1 | -0/+1 |
| 2014-04-03 | mm + fs: prepare for non-page entries in page cache radix trees | Johannes Weiner | 1 | -79/+20 |
| 2014-04-03 | mm: shmem: save one radix tree lookup when truncating swapped pages | Johannes Weiner | 1 | -13/+12 |
| 2014-04-01 | introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() | Al Viro | 1 | -50/+27 |
| 2014-04-01 | do_shmem_file_read(): call file_read_actor() directly | Al Viro | 1 | -3/+3 |
| 2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -34/+23 |
| 2014-01-26 | fs: remove generic_acl | Christoph Hellwig | 1 | -34/+23 |