summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-07-031-8/+8
|\
| * evm: calculate HMAC after initializing posix acl on tmpfsMimi Zohar2013-06-201-8/+8
* | vfs: export lseek_execute() to modulesJie Liu2013-07-031-4/+1
* | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+32
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* mm/shmem.c: remove an ifdefAndrew Morton2013-04-291-4/+1
* fix nommu breakage in shmem.cAl Viro2013-03-011-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-21/+31
|\
| * fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-1/+1
| * shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()Al Viro2013-02-261-4/+15
| * clean shmem_file_setup() a bitAl Viro2013-02-221-10/+9
| * fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-221-2/+2
| * new helper: file_inode(file)Al Viro2013-02-221-6/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-0/+2
|\ \
| * | userns: Allow the userns root to mount tmpfs.Eric W. Biederman2013-01-261-0/+2
* | | tmpfs: fix mempolicy object leaksGreg Thelen2013-02-231-3/+10
* | | tmpfs: fix use-after-free of mempolicy objectGreg Thelen2013-02-231-2/+8
* | | mm: shmem: use new radix tree iteratorJohannes Weiner2013-02-231-13/+12
| |/ |/|
* | mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-021-2/+2
|/
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-10/+10
* tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins2012-12-121-1/+91
* tmpfs: fix shared mempolicy leakMel Gorman2012-12-061-10/+16
* tmpfs: change final i_blocks BUG to WARNINGHugh Dickins2012-11-161-1/+1
* tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins2012-11-161-2/+14
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-091-2/+4
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-2/+1
* xattr: extract simple_xattr code from tmpfsAristeu Rozanski2012-08-241-158/+13
* tmpfs: distribute interleave better across nodesNathan Zimmer2012-07-311-2/+4
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* shmem: cleanup shmem_add_to_page_cacheHugh Dickins2012-07-111-30/+28
* shmem: fix negative rss in memcg memory.statHugh Dickins2012-07-111-12/+29
* tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins2012-07-111-93/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-031-1/+2
|\
| * splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-1/+2
* | shmem: replace_page must flush_dcache and othersHugh Dickins2012-06-071-20/+37
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-4/+2
|\
| * ->encode_fh() API changeAl Viro2012-05-291-4/+2
* | tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins2012-05-291-1/+93
* | tmpfs: quit when fallocate fills memoryHugh Dickins2012-05-291-2/+56
* | tmpfs: undo fallocation on failureHugh Dickins2012-05-291-33/+72
* | tmpfs: support fallocate preallocationHugh Dickins2012-05-291-1/+60
* | mm/fs: remove truncate_rangeHugh Dickins2012-05-291-1/+0
* | tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins2012-05-291-11/+57
* | tmpfs: optimize clearing when writingHugh Dickins2012-05-291-3/+17
* | tmpfs: enable NOSEC optimizationHugh Dickins2012-05-291-0/+1
* | shmem: replace page if mapping excludes its zoneHugh Dickins2012-05-291-19/+122
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman2012-05-151-6/+16
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-16/+72
|\