aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-4/+4
2013-12-02security: shmem: implement kernel private shmem inodesEric Paris1-7/+29
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley1-0/+4
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-09-03shm_mnt is as longterm as it gets, TYVM...Al Viro1-3/+4
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-7/+1
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins1-1/+2
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+8
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-4/+1