summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-091-2/+4
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-2/+1
* xattr: extract simple_xattr code from tmpfsAristeu Rozanski2012-08-241-158/+13
* tmpfs: distribute interleave better across nodesNathan Zimmer2012-07-311-2/+4
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* shmem: cleanup shmem_add_to_page_cacheHugh Dickins2012-07-111-30/+28
* shmem: fix negative rss in memcg memory.statHugh Dickins2012-07-111-12/+29
* tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins2012-07-111-93/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-031-1/+2
|\
| * splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-1/+2
* | shmem: replace_page must flush_dcache and othersHugh Dickins2012-06-071-20/+37
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-4/+2
|\
| * ->encode_fh() API changeAl Viro2012-05-291-4/+2
* | tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins2012-05-291-1/+93
* | tmpfs: quit when fallocate fills memoryHugh Dickins2012-05-291-2/+56
* | tmpfs: undo fallocation on failureHugh Dickins2012-05-291-33/+72
* | tmpfs: support fallocate preallocationHugh Dickins2012-05-291-1/+60
* | mm/fs: remove truncate_rangeHugh Dickins2012-05-291-1/+0
* | tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins2012-05-291-11/+57
* | tmpfs: optimize clearing when writingHugh Dickins2012-05-291-3/+17
* | tmpfs: enable NOSEC optimizationHugh Dickins2012-05-291-0/+1
* | shmem: replace page if mapping excludes its zoneHugh Dickins2012-05-291-19/+122
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman2012-05-151-6/+16
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-16/+72
|\
| * tmpfs: security xattr setting on inode creationJarkko Sakkinen2012-03-211-16/+72
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-7/+3
|\ \
| * | tidy up after d_make_root() conversionAl Viro2012-03-201-4/+2
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* | | 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/+0
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro2012-01-031-3/+3
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-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-10-311-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-031-4/+8
* | tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins2011-08-031-37/+1
* | tmpfs: use kmemdup for short symlinksHugh Dickins2011-08-031-13/+18