aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+5
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25new helper: inode_unhashed()Al Viro1-2/+2
2010-08-17shmem: put_super must percpu_counter_destroyHugh Dickins1-2/+6
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-11/+12
2010-08-09shmem: reduce pagefault lock contentionShaohua Li1-21/+49
2010-08-09tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen1-23/+17
2010-08-09switch shmem.c to ->evice_inode()Al Viro1-4/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-3/+2
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-4/+6
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-06-04fix truncate inode time modification breakageNick Piggin1-2/+3
2010-05-27tmpfs: convert to use the new truncate conventionnpiggin@suse.de1-21/+22
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27memcg: move charge of file pagesDaisuke Nishimura1-0/+64
2010-05-25shmem: remove redundant codeHuang Shijie1-2/+0
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-17/+8
2010-05-21fs: xattr_handler table should be constStephen Hemminger1-2/+2
2009-12-16Fix breakage in shmem.cAl Viro1-0/+2
2009-12-16make generic_acl slightly more genericChristoph Hellwig1-7/+10
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-9/+10
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro1-2/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-6/+8
2009-12-16switch shmem_file_setup() to alloc_file()Al Viro1-12/+9
2009-12-15swap_info: note SWAP_MAP_SHMEMHugh Dickins1-2/+9
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe1-2/+3
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-2/+3
2009-09-22shmem: initialize struct shmem_sb_info to zeroPekka Enberg1-4/+1
2009-09-22tmpfs: depend on shmemHugh Dickins1-0/+5
2009-09-22mm: includecheck fix for mm/shmem.cJaswinder Singh Rajput1-1/+0
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura1-0/+4
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+1
2009-09-16HWPOISON: shmem: call set_page_dirty() with locked pageWu Fengguang1-2/+2
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers1-6/+3
2009-09-08shmfs: use 'check_acl' instead of 'permission'Linus Torvalds1-3/+3
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro1-4/+1
2009-06-24switch shmem to inode->i_aclAl Viro1-5/+4
2009-06-16mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich1-1/+1
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki1-1/+1
2009-05-22integrity: move ima_counts_getMimi Zohar1-1/+1
2009-05-22integrity: path_check updateMimi Zohar1-1/+1
2009-05-02memcg: fix mem_cgroup_shrink_usage()Daisuke Nishimura1-2/+6
2009-04-13shmem: respect MAX_LFS_FILESIZEHugh Dickins1-5/+20
2009-04-13shmem: fix division by zeroYuri Tikhonov1-1/+1
2009-04-01shmem: writepage directly to swapHugh Dickins1-2/+1
2009-03-24Merge branch 'master' into nextJames Morris1-22/+21