summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2011-06-27tmpfs: add shmem_read_mapping_page_gfpHugh Dickins
2011-06-27tmpfs: take control of its truncate_rangeHugh Dickins
2011-05-28tmpfs: fix race between truncate and writepageHugh Dickins
2011-05-26memcg: add the pagefault count into memcg statsYing Han
2011-05-25tmpfs: implement generic xattr supportEric Paris
2011-05-20tmpfs: fix highmem swapoff crash regressionHugh Dickins
2011-05-14tmpfs: fix race between swapoff and writepageHugh Dickins
2011-05-11tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins
2011-05-11tmpfs: fix race between umount and swapoffHugh Dickins
2011-05-11tmpfs: fix race between umount and writepageHugh Dickins
2011-04-14tmpfs: fix off-by-one in max_blocks checksHugh Dickins
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-22shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-22mm: shmem: change remove_from_page_cacheMinchan Kim
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-01Remove one to many n's in a wordJustin P. Mattock
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-25new helper: inode_unhashed()Al Viro
2010-08-17shmem: put_super must percpu_counter_destroyHugh Dickins
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09shmem: reduce pagefault lock contentionShaohua Li
2010-08-09tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen
2010-08-09switch shmem.c to ->evice_inode()Al Viro
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-09rename generic_setattrChristoph Hellwig
2010-06-04fix truncate inode time modification breakageNick Piggin
2010-05-27tmpfs: convert to use the new truncate conventionnpiggin@suse.de
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-27memcg: move charge of file pagesDaisuke Nishimura
2010-05-25shmem: remove redundant codeHuang Shijie
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21fs: xattr_handler table should be constStephen Hemminger
2009-12-16Fix breakage in shmem.cAl Viro
2009-12-16make generic_acl slightly more genericChristoph Hellwig
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16switch shmem_file_setup() to alloc_file()Al Viro
2009-12-15swap_info: note SWAP_MAP_SHMEMHugh Dickins
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe