summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2014-10-24shmem: support RENAME_WHITEOUTMiklos Szeredi
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton
2014-09-26shmem: fix nlink for rename overwrite directoryMiklos Szeredi
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-08-08shm: wait for pins to be released when sealingDavid Herrmann
2014-08-08shm: add memfd_create() syscallDavid Herrmann
2014-08-08shm: add sealing APIDavid Herrmann
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner
2014-08-07shmem: support RENAME_EXCHANGEMiklos Szeredi
2014-08-07shmem: support RENAME_NOREPLACEMiklos Szeredi
2014-08-06mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache()Wang Sheng-Hui
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins
2014-08-06shmem: update memory reservation on truncateKonstantin Khlebnikov
2014-08-06shmem: fix double uncharge in __shmem_file_setup()Konstantin Khlebnikov
2014-07-23shmem: fix splicing from a hole while it's punchedHugh Dickins
2014-07-23shmem: fix faulting into a hole, not taking i_mutexHugh Dickins
2014-07-03shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins
2014-06-23shmem: fix faulting into a hole while it's punchedHugh Dickins
2014-06-23tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12shmem: switch to iter_file_splice_write()Al Viro
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06shmem: switch to ->read_iter()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-04-13mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro
2014-04-07memcg: rename high level charging functionsMichal Hocko
2014-04-07mm: implement ->map_pages for shmem/tmpfsNing Qu
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-04-03mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro
2014-04-01do_shmem_file_read(): call file_read_actor() directlyAl Viro
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-26fs: remove generic_aclChristoph Hellwig
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-12-02security: shmem: implement kernel private shmem inodesEric Paris
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-09-03shm_mnt is as longterm as it gets, TYVM...Al Viro
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu