summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-16/+72
|\
| * tmpfs: security xattr setting on inode creationJarkko Sakkinen2012-03-221-16/+72
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-7/+3Star
|\ \
| * | tidy up after d_make_root() conversionAl Viro2012-03-211-4/+2Star
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-4/+2Star
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-2/+2
|\ \ \ | |_|/ |/| |
| * | mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-141-2/+2
| |/
* / mm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-231-5/+41
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-231-7/+0Star
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2
* shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro2012-01-041-3/+3
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* | vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim2011-11-011-0/+6
|/
* Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-2/+2
|\
| * security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-2/+2
* | mm: clarify the radix_tree exceptional casesHugh Dickins2011-08-041-4/+8
* | tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins2011-08-041-37/+1Star
* | tmpfs: use kmemdup for short symlinksHugh Dickins2011-08-041-13/+18
* | tmpfs: convert shmem_writepage and enable swapHugh Dickins2011-08-041-51/+37Star
* | tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins2011-08-041-72/+11Star
* | tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins2011-08-041-147/+112Star
* | tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins2011-08-041-26/+107
* | tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins2011-08-041-46/+146
* | tmpfs: copy truncate_inode_pages_rangeHugh Dickins2011-08-041-20/+79
* | tmpfs: miscellaneous trivial cleanupsHugh Dickins2011-08-041-109/+107Star
* | tmpfs: demolish old swap vector supportHugh Dickins2011-08-041-698/+84Star
* | Merge 'akpm' patch seriesLinus Torvalds2011-07-261-256/+296
|\ \
| * | tmpfs: simplify unuse and writepageHugh Dickins2011-07-261-34/+16Star
| * | tmpfs: simplify filepage/swappageHugh Dickins2011-07-261-129/+108Star
| * | tmpfs: simplify prealloc_pageHugh Dickins2011-07-261-44/+16Star
| * | tmpfs: remove_shmem_readpageHugh Dickins2011-07-261-34/+6Star
| * | tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins2011-07-261-23/+44
| * | tmpfs: refine shmem_file_splice_readHugh Dickins2011-07-261-119/+19Star
| * | tmpfs: clone shmem_file_splice_read()Hugh Dickins2011-07-261-1/+217
| * | tmpfs: no need to use i_lockHugh Dickins2011-07-261-8/+6Star
| |/
* / fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-6/+0Star
|/
* tmpfs: add shmem_read_mapping_page_gfpHugh Dickins2011-06-281-0/+23
* tmpfs: take control of its truncate_rangeHugh Dickins2011-06-281-22/+29
* tmpfs: fix race between truncate and writepageHugh Dickins2011-05-291-1/+1
* memcg: add the pagefault count into memcg statsYing Han2011-05-271-5/+6
* tmpfs: implement generic xattr supportEric Paris2011-05-251-54/+266
* tmpfs: fix highmem swapoff crash regressionHugh Dickins2011-05-211-1/+2
* tmpfs: fix race between swapoff and writepageHugh Dickins2011-05-141-6/+4Star