aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* shmem: fix nlink for rename overwrite directoryMiklos Szeredi2014-11-051-1/+3
* shmem: fix splicing from a hole while it's punchedHugh Dickins2014-08-061-9/+15
* shmem: fix faulting into a hole, not taking i_mutexHugh Dickins2014-08-061-20/+44
* shmem: fix faulting into a hole while it's punchedHugh Dickins2014-08-061-0/+91
* tmpfs: fix use-after-free of mempolicy objectGreg Thelen2013-03-061-2/+8
* tmpfs: fix shared mempolicy leakMel Gorman2013-01-031-10/+16
* tmpfs: change final i_blocks BUG to WARNINGHugh Dickins2012-12-061-1/+1
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-301-2/+4
* splice: fix racy pipe->buffers usesEric Dumazet2012-07-121-1/+2
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-251-5/+41
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-251-7/+0
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* | vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim2011-10-311-0/+6
|/
* Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-2/+2
|\
| * security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-2/+2
* | mm: clarify the radix_tree exceptional casesHugh Dickins2011-08-031-4/+8
* | tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins2011-08-031-37/+1
* | tmpfs: use kmemdup for short symlinksHugh Dickins2011-08-031-13/+18
* | tmpfs: convert shmem_writepage and enable swapHugh Dickins2011-08-031-51/+37
* | tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins2011-08-031-72/+11
* | tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins2011-08-031-147/+112
* | tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins2011-08-031-26/+107
* | tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins2011-08-031-46/+146
* | tmpfs: copy truncate_inode_pages_rangeHugh Dickins2011-08-031-20/+79
* | tmpfs: miscellaneous trivial cleanupsHugh Dickins2011-08-031-109/+107
* | tmpfs: demolish old swap vector supportHugh Dickins2011-08-031-698/+84
* | Merge 'akpm' patch seriesLinus Torvalds2011-07-251-256/+296
|\ \
| * | tmpfs: simplify unuse and writepageHugh Dickins2011-07-251-34/+16
| * | tmpfs: simplify filepage/swappageHugh Dickins2011-07-251-129/+108
| * | tmpfs: simplify prealloc_pageHugh Dickins2011-07-251-44/+16
| * | tmpfs: remove_shmem_readpageHugh Dickins2011-07-251-34/+6
| * | tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins2011-07-251-23/+44
| * | tmpfs: refine shmem_file_splice_readHugh Dickins2011-07-251-119/+19
| * | tmpfs: clone shmem_file_splice_read()Hugh Dickins2011-07-251-1/+217
| * | tmpfs: no need to use i_lockHugh Dickins2011-07-251-8/+6
| |/
* | fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-6/+0
|/
* 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
|\