summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorLines
2015-02-23mm: shmem: check for mapping owner before dereferencingSasha Levin-0/+3
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-2/+2
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds-18/+6
2015-02-11swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov-1/+1
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov-1/+0
2015-02-05memcg, shmem: fix shmem migration to use lrucareMichal Hocko-1/+1
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-1/+0
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig-18/+7
2014-12-17new helper: iter_is_iovec()Al Viro-1/+1
2014-10-24shmem: support RENAME_WHITEOUTMiklos Szeredi-1/+35
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-1/+1
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton-0/+2
2014-09-26shmem: fix nlink for rename overwrite directoryMiklos Szeredi-1/+3
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo-1/+1
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+30
2014-08-08shm: wait for pins to be released when sealingDavid Herrmann-1/+109
2014-08-08shm: add memfd_create() syscallDavid Herrmann-0/+73
2014-08-08shm: add sealing APIDavid Herrmann-0/+143
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner-6/+2
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner-14/+23
2014-08-07shmem: support RENAME_EXCHANGEMiklos Szeredi-1/+26
2014-08-07shmem: support RENAME_NOREPLACEMiklos Szeredi-2/+5
2014-08-06mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache()Wang Sheng-Hui-4/+4
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins-1/+1
2014-08-06shmem: update memory reservation on truncateKonstantin Khlebnikov-0/+17
2014-08-06shmem: fix double uncharge in __shmem_file_setup()Konstantin Khlebnikov-6/+6
2014-07-23shmem: fix splicing from a hole while it's punchedHugh Dickins-9/+15
2014-07-23shmem: fix faulting into a hole, not taking i_mutexHugh Dickins-26/+52
2014-07-03shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins-5/+10
2014-06-23shmem: fix faulting into a hole while it's punchedHugh Dickins-4/+52
2014-06-23tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins-0/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-17/+9
2014-06-12shmem: switch to iter_file_splice_write()Al Viro-1/+1
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman-1/+5
2014-06-04mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro-2/+2
2014-05-06shmem: switch to ->read_iter()Al Viro-10/+5
2014-05-06start adding the tag to iov_iterAl Viro-1/+1
2014-05-06kill generic_segment_checks()Al Viro-5/+2
2014-04-13mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-51/+28
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro-1/+1
2014-04-07memcg: rename high level charging functionsMichal Hocko-3/+3
2014-04-07mm: implement ->map_pages for shmem/tmpfsNing Qu-0/+1
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner-79/+20
2014-04-03mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner-13/+12
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro-50/+27
2014-04-01do_shmem_file_read(): call file_read_actor() directlyAl Viro-3/+3
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-34/+23
2014-01-26fs: remove generic_aclChristoph Hellwig-34/+23