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