summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-2/+4
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-2/+1
2012-08-24xattr: extract simple_xattr code from tmpfsAristeu Rozanski1-158/+13
2012-07-31tmpfs: distribute interleave better across nodesNathan Zimmer1-2/+4
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-11shmem: cleanup shmem_add_to_page_cacheHugh Dickins1-30/+28
2012-07-11shmem: fix negative rss in memcg memory.statHugh Dickins1-12/+29
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins1-93/+1
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins1-20/+37
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2012-05-29->encode_fh() API changeAl Viro1-4/+2
2012-05-29tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins1-1/+93
2012-05-29tmpfs: quit when fallocate fills memoryHugh Dickins1-2/+56
2012-05-29tmpfs: undo fallocation on failureHugh Dickins1-33/+72
2012-05-29tmpfs: support fallocate preallocationHugh Dickins1-1/+60
2012-05-29mm/fs: remove truncate_rangeHugh Dickins1-1/+0
2012-05-29tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins1-11/+57
2012-05-29tmpfs: optimize clearing when writingHugh Dickins1-3/+17
2012-05-29tmpfs: enable NOSEC optimizationHugh Dickins1-0/+1
2012-05-29shmem: replace page if mapping excludes its zoneHugh Dickins1-19/+122
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman1-6/+16
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-16/+72
2012-03-21tmpfs: security xattr setting on inode creationJarkko Sakkinen1-16/+72
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+3
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-2/+2
2012-03-20tidy up after d_make_root() conversionAl Viro1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-2/+2
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-5/+41
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins1-7/+0
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro1-3/+3
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim1-0/+6
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris1-2/+2
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins1-4/+8
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins1-37/+1
2011-08-03tmpfs: use kmemdup for short symlinksHugh Dickins1-13/+18
2011-08-03tmpfs: convert shmem_writepage and enable swapHugh Dickins1-51/+37