aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2011-06-03tmpfs: fix race between truncate and writepageHugh Dickins
2011-05-21tmpfs: fix highmem swapoff crash regressionHugh Dickins
2011-05-21tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins
2011-05-21tmpfs: fix off-by-one in max_blocks checksHugh Dickins
2011-05-21tmpfs: fix race between swapoff and writepageHugh Dickins
2011-05-21tmpfs: fix race between umount and writepageHugh Dickins
2011-05-21tmpfs: fix race between umount and swapoffHugh Dickins
2011-03-27shmem: let shared anonymous be nonlinear againHugh Dickins
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
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-22shmem: initialize struct shmem_sb_info to zeroPekka Enberg
2009-09-22tmpfs: depend on shmemHugh Dickins
2009-09-22mm: includecheck fix for mm/shmem.cJaswinder Singh Rajput
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen
2009-09-16HWPOISON: shmem: call set_page_dirty() with locked pageWu Fengguang
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-09-08shmfs: use 'check_acl' instead of 'permission'Linus Torvalds
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro
2009-06-24switch shmem to inode->i_aclAl Viro
2009-06-16mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich