aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-20tmpfs: fix highmem swapoff crash regressionGravatar Hugh Dickins 1-1/+2
2011-05-14tmpfs: fix race between swapoff and writepageGravatar Hugh Dickins 1-6/+4
2011-05-11tmpfs: fix spurious ENOSPC when racing with unswapGravatar Hugh Dickins 1-10/+22
2011-05-11tmpfs: fix race between umount and swapoffGravatar Hugh Dickins 1-45/+43
2011-05-11tmpfs: fix race between umount and writepageGravatar Hugh Dickins 1-11/+20
2011-04-14tmpfs: fix off-by-one in max_blocks checksGravatar Hugh Dickins 1-2/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-22shmem: let shared anonymous be nonlinear againGravatar Hugh Dickins 1-0/+1
2011-03-22mm: shmem: change remove_from_page_cacheGravatar Minchan Kim 1-2/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+5
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+3
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-03-01Remove one to many n's in a wordGravatar Justin P. Mattock 1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 1-4/+5
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-5/+5
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25new helper: inode_unhashed()Gravatar Al Viro 1-2/+2
2010-08-17shmem: put_super must percpu_counter_destroyGravatar Hugh Dickins 1-2/+6
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+12
2010-08-09shmem: reduce pagefault lock contentionGravatar Shaohua Li 1-21/+49
2010-08-09tmpfs: make tmpfs scalable with percpu_counter for used blocksGravatar Tim Chen 1-23/+17
2010-08-09switch shmem.c to ->evice_inode()Gravatar Al Viro 1-4/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-3/+2
2010-08-09always call inode_change_ok early in ->setattrGravatar Christoph Hellwig 1-4/+6
2010-08-09rename generic_setattrGravatar Christoph Hellwig 1-1/+1
2010-06-04fix truncate inode time modification breakageGravatar Nick Piggin 1-2/+3
2010-05-27tmpfs: convert to use the new truncate conventionGravatar npiggin@suse.de 1-21/+22
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-27memcg: move charge of file pagesGravatar Daisuke Nishimura 1-0/+64
2010-05-25shmem: remove redundant codeGravatar Huang Shijie 1-2/+0
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-17/+8
2010-05-21fs: xattr_handler table should be constGravatar Stephen Hemminger 1-2/+2
2009-12-16Fix breakage in shmem.cGravatar Al Viro 1-0/+2
2009-12-16make generic_acl slightly more genericGravatar Christoph Hellwig 1-7/+10
2009-12-16sanitize xattr handler prototypesGravatar Christoph Hellwig 1-9/+10
2009-12-16Untangling ima mess, part 1: alloc_file()Gravatar Al Viro 1-2/+0
2009-12-16switch alloc_file() to passing struct pathGravatar Al Viro 1-6/+8
2009-12-16switch shmem_file_setup() to alloc_file()Gravatar Al Viro 1-12/+9
2009-12-15swap_info: note SWAP_MAP_SHMEMGravatar Hugh Dickins 1-2/+9
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-2/+2
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+3
2009-09-25writeback: get rid to incorrect references to pdflush in commentsGravatar Jens Axboe 1-2/+3
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 1-2/+3
2009-09-22shmem: initialize struct shmem_sb_info to zeroGravatar Pekka Enberg 1-4/+1
2009-09-22tmpfs: depend on shmemGravatar Hugh Dickins 1-0/+5
2009-09-22mm: includecheck fix for mm/shmem.cGravatar Jaswinder Singh Rajput 1-1/+0
2009-09-22mm: add_to_swap_cache() does not return -EEXISTGravatar Daisuke Nishimura 1-0/+4