| Commit message (Expand) | Author | Age | Files | Lines |
* | fix nommu breakage in shmem.c | Al Viro | 2013-03-02 | 1 | -3/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 1 | -21/+31 |
|\ |
|
| * | fs: encode_fh: return FILEID_INVALID if invalid fid_type | Namjae Jeon | 2013-02-26 | 1 | -1/+1 |
| * | shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc() | Al Viro | 2013-02-26 | 1 | -4/+15 |
| * | clean shmem_file_setup() a bit | Al Viro | 2013-02-23 | 1 | -10/+9 |
| * | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 2013-02-23 | 1 | -2/+2 |
| * | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -6/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-02-26 | 1 | -0/+2 |
|\ \ |
|
| * | | userns: Allow the userns root to mount tmpfs. | Eric W. Biederman | 2013-01-27 | 1 | -0/+2 |
* | | | tmpfs: fix mempolicy object leaks | Greg Thelen | 2013-02-24 | 1 | -3/+10 |
* | | | tmpfs: fix use-after-free of mempolicy object | Greg Thelen | 2013-02-24 | 1 | -2/+8 |
* | | | mm: shmem: use new radix tree iterator | Johannes Weiner | 2013-02-24 | 1 | -13/+12 |
| |/
|/| |
|
* | | mempolicy: remove arg from mpol_parse_str, mpol_to_str | Hugh Dickins | 2013-01-02 | 1 | -2/+2 |
|/ |
|
* | lseek: the "whence" argument is called "whence" | Andrew Morton | 2012-12-18 | 1 | -10/+10 |
* | tmpfs: support SEEK_DATA and SEEK_HOLE (reprise) | Hugh Dickins | 2012-12-13 | 1 | -1/+91 |
* | tmpfs: fix shared mempolicy leak | Mel Gorman | 2012-12-06 | 1 | -10/+16 |
* | tmpfs: change final i_blocks BUG to WARNING | Hugh Dickins | 2012-11-16 | 1 | -1/+1 |
* | tmpfs: fix shmem_getpage_gfp() VM_BUG_ON | Hugh Dickins | 2012-11-16 | 1 | -2/+14 |
* | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking | Hugh Dickins | 2012-10-10 | 1 | -2/+4 |
* | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 2012-10-09 | 1 | -2/+1 |
* | xattr: extract simple_xattr code from tmpfs | Aristeu Rozanski | 2012-08-25 | 1 | -158/+13 |
* | tmpfs: distribute interleave better across nodes | Nathan Zimmer | 2012-08-01 | 1 | -2/+4 |
* | don't pass nameidata to ->create() | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | shmem: cleanup shmem_add_to_page_cache | Hugh Dickins | 2012-07-12 | 1 | -30/+28 |
* | shmem: fix negative rss in memcg memory.stat | Hugh Dickins | 2012-07-12 | 1 | -12/+29 |
* | tmpfs: revert SEEK_DATA and SEEK_HOLE | Hugh Dickins | 2012-07-12 | 1 | -93/+1 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-07-04 | 1 | -1/+2 |
|\ |
|
| * | splice: fix racy pipe->buffers uses | Eric Dumazet | 2012-06-13 | 1 | -1/+2 |
* | | shmem: replace_page must flush_dcache and others | Hugh Dickins | 2012-06-07 | 1 | -20/+37 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 1 | -4/+2 |
|\ |
|
| * | ->encode_fh() API change | Al Viro | 2012-05-30 | 1 | -4/+2 |
* | | tmpfs: support SEEK_DATA and SEEK_HOLE | Hugh Dickins | 2012-05-30 | 1 | -1/+93 |
* | | tmpfs: quit when fallocate fills memory | Hugh Dickins | 2012-05-30 | 1 | -2/+56 |
* | | tmpfs: undo fallocation on failure | Hugh Dickins | 2012-05-30 | 1 | -33/+72 |
* | | tmpfs: support fallocate preallocation | Hugh Dickins | 2012-05-30 | 1 | -1/+60 |
* | | mm/fs: remove truncate_range | Hugh Dickins | 2012-05-30 | 1 | -1/+0 |
* | | tmpfs: support fallocate FALLOC_FL_PUNCH_HOLE | Hugh Dickins | 2012-05-30 | 1 | -11/+57 |
* | | tmpfs: optimize clearing when writing | Hugh Dickins | 2012-05-30 | 1 | -3/+17 |
* | | tmpfs: enable NOSEC optimization | Hugh Dickins | 2012-05-30 | 1 | -0/+1 |
* | | shmem: replace page if mapping excludes its zone | Hugh Dickins | 2012-05-30 | 1 | -19/+122 |
|/ |
|
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 2012-05-28 | 1 | -1/+1 |
|\ |
|
| * | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 1 | -1/+1 |
* | | userns: Convert tmpfs to use kuid and kgid where appropriate | Eric W. Biederman | 2012-05-15 | 1 | -6/+16 |
|/ |
|
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-22 | 1 | -16/+72 |
|\ |
|
| * | tmpfs: security xattr setting on inode creation | Jarkko Sakkinen | 2012-03-22 | 1 | -16/+72 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 | 1 | -7/+3 |
|\ \ |
|
| * | | tidy up after d_make_root() conversion | Al Viro | 2012-03-21 | 1 | -4/+2 |
| * | | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-21 | 1 | -4/+2 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-03-21 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | mm: collapse security_vm_enough_memory() variants into a single function | Al Viro | 2012-02-14 | 1 | -2/+2 |
| |/ |
|