aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Gravatar Hugh Dickins 1-1/+91
2012-12-06tmpfs: fix shared mempolicy leakGravatar Mel Gorman 1-10/+16
2012-11-16tmpfs: change final i_blocks BUG to WARNINGGravatar Hugh Dickins 1-1/+1
2012-11-16tmpfs: fix shmem_getpage_gfp() VM_BUG_ONGravatar Hugh Dickins 1-2/+14
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingGravatar Hugh Dickins 1-2/+4
2012-10-09mm: kill vma flag VM_CAN_NONLINEARGravatar Konstantin Khlebnikov 1-2/+1
2012-08-24xattr: extract simple_xattr code from tmpfsGravatar Aristeu Rozanski 1-158/+13
2012-07-31tmpfs: distribute interleave better across nodesGravatar Nathan Zimmer 1-2/+4
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-11shmem: cleanup shmem_add_to_page_cacheGravatar Hugh Dickins 1-30/+28
2012-07-11shmem: fix negative rss in memcg memory.statGravatar Hugh Dickins 1-12/+29
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEGravatar Hugh Dickins 1-93/+1
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2012-06-13splice: fix racy pipe->buffers usesGravatar Eric Dumazet 1-1/+2
2012-06-07shmem: replace_page must flush_dcache and othersGravatar Hugh Dickins 1-20/+37
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+2
2012-05-29->encode_fh() API changeGravatar Al Viro 1-4/+2
2012-05-29tmpfs: support SEEK_DATA and SEEK_HOLEGravatar Hugh Dickins 1-1/+93
2012-05-29tmpfs: quit when fallocate fills memoryGravatar Hugh Dickins 1-2/+56
2012-05-29tmpfs: undo fallocation on failureGravatar Hugh Dickins 1-33/+72
2012-05-29tmpfs: support fallocate preallocationGravatar Hugh Dickins 1-1/+60
2012-05-29mm/fs: remove truncate_rangeGravatar Hugh Dickins 1-1/+0
2012-05-29tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEGravatar Hugh Dickins 1-11/+57
2012-05-29tmpfs: optimize clearing when writingGravatar Hugh Dickins 1-3/+17
2012-05-29tmpfs: enable NOSEC optimizationGravatar Hugh Dickins 1-0/+1
2012-05-29shmem: replace page if mapping excludes its zoneGravatar Hugh Dickins 1-19/+122
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-6/+16
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-16/+72
2012-03-21tmpfs: security xattr setting on inode creationGravatar Jarkko Sakkinen 1-16/+72
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+3
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-2/+2
2012-03-20tidy up after d_make_root() conversionGravatar Al Viro 1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-03-20mm: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionGravatar Al Viro 1-2/+2
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapGravatar Hugh Dickins 1-5/+41
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionGravatar Hugh Dickins 1-7/+0
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGGravatar Al Viro 1-3/+3
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listGravatar Minchan Kim 1-0/+6
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...Gravatar James Morris 1-2/+2