aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-2/+8
|\
| * tmpfs: fix use-after-free of mempolicy objectGreg Thelen2013-02-281-2/+8
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-11/+17
|\ \ | |/
| * tmpfs: fix shared mempolicy leakMel Gorman2012-12-171-9/+13
| * tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-211-2/+4
* | merge opensource jb u5codeworkx2012-09-221-0/+9
* | samsung update 1codeworkx2012-06-021-5/+10
|/
* tmpfs: add shmem_read_mapping_page_gfpHugh Dickins2011-06-271-0/+23
* tmpfs: take control of its truncate_rangeHugh Dickins2011-06-271-22/+29
* tmpfs: fix race between truncate and writepageHugh Dickins2011-05-281-1/+1
* memcg: add the pagefault count into memcg statsYing Han2011-05-261-5/+6
* tmpfs: implement generic xattr supportEric Paris2011-05-251-54/+266
* tmpfs: fix highmem swapoff crash regressionHugh Dickins2011-05-201-1/+2
* tmpfs: fix race between swapoff and writepageHugh Dickins2011-05-141-6/+4
* tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins2011-05-111-10/+22
* tmpfs: fix race between umount and swapoffHugh Dickins2011-05-111-45/+43
* tmpfs: fix race between umount and writepageHugh Dickins2011-05-111-11/+20
* tmpfs: fix off-by-one in max_blocks checksHugh Dickins2011-04-141-2/+4
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | shmem: let shared anonymous be nonlinear againHugh Dickins2011-03-221-0/+1
* | mm: shmem: change remove_from_page_cacheMinchan Kim2011-03-221-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \
| * | Remove one to many n's in a wordJustin P. Mattock2011-03-011-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-4/+5
|\ \
| * | fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-4/+5
| |/
* | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
|/
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* convert get_sb_nodev() usersAl Viro2010-10-291-5/+5
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* new helper: ihold()Al Viro2010-10-251-1/+1
* new helper: inode_unhashed()Al Viro2010-10-251-2/+2
* shmem: put_super must percpu_counter_destroyHugh Dickins2010-08-171-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-11/+12
|\
| * switch shmem.c to ->evice_inode()Al Viro2010-08-091-4/+4
| * check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-3/+2
| * always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-4/+6
| * rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* | shmem: reduce pagefault lock contentionShaohua Li2010-08-091-21/+49
* | tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen2010-08-091-23/+17
|/
* fix truncate inode time modification breakageNick Piggin2010-06-041-2/+3
* tmpfs: convert to use the new truncate conventionnpiggin@suse.de2010-05-271-21/+22
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* memcg: move charge of file pagesDaisuke Nishimura2010-05-271-0/+64
* shmem: remove redundant codeHuang Shijie2010-05-251-2/+0
* ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-17/+8
* fs: xattr_handler table should be constStephen Hemminger2010-05-211-2/+2
* Fix breakage in shmem.cAl Viro2009-12-161-0/+2
* make generic_acl slightly more genericChristoph Hellwig2009-12-161-7/+10
* sanitize xattr handler prototypesChristoph Hellwig2009-12-161-9/+10