| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-04-11 | Merge branch 'iocb' into for-next | Al Viro | 1 | -1/+1 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+1 |
| 2015-02-23 | mm: shmem: check for mapping owner before dereferencing | Sasha Levin | 1 | -0/+3 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -2/+2 |
| 2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -18/+6 |
| 2015-02-11 | swap: remove unused mem_cgroup_uncharge_swapcache declaration | Vladimir Davydov | 1 | -1/+1 |
| 2015-02-10 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 1 | -1/+0 |
| 2015-02-05 | memcg, shmem: fix shmem migration to use lrucare | Michal Hocko | 1 | -1/+1 |
| 2015-01-20 | fs: remove mapping->backing_dev_info | Christoph Hellwig | 1 | -1/+0 |
| 2015-01-20 | fs: kill BDI_CAP_SWAP_BACKED | Christoph Hellwig | 1 | -18/+7 |
| 2014-12-17 | new helper: iter_is_iovec() | Al Viro | 1 | -1/+1 |
| 2014-10-24 | shmem: support RENAME_WHITEOUT | Miklos Szeredi | 1 | -1/+35 |
| 2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -1/+1 |
| 2014-10-09 | include/linux/migrate.h: remove migrate_page #define | Andrew Morton | 1 | -0/+2 |
| 2014-09-26 | shmem: fix nlink for rename overwrite directory | Miklos Szeredi | 1 | -1/+3 |
| 2014-09-08 | percpu_counter: add @gfp to percpu_counter_init() | Tejun Heo | 1 | -1/+1 |
| 2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+30 |
| 2014-08-08 | shm: wait for pins to be released when sealing | David Herrmann | 1 | -1/+109 |
| 2014-08-08 | shm: add memfd_create() syscall | David Herrmann | 1 | -0/+73 |
| 2014-08-08 | shm: add sealing API | David Herrmann | 1 | -0/+143 |
| 2014-08-08 | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 1 | -6/+2 |
| 2014-08-08 | mm: memcontrol: rewrite charge API | Johannes Weiner | 1 | -14/+23 |
| 2014-08-07 | shmem: support RENAME_EXCHANGE | Miklos Szeredi | 1 | -1/+26 |
| 2014-08-07 | shmem: support RENAME_NOREPLACE | Miklos Szeredi | 1 | -2/+5 |
| 2014-08-06 | mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache() | Wang Sheng-Hui | 1 | -4/+4 |
| 2014-08-06 | mm: replace init_page_accessed by __SetPageReferenced | Hugh Dickins | 1 | -1/+1 |
| 2014-08-06 | shmem: update memory reservation on truncate | Konstantin Khlebnikov | 1 | -0/+17 |
| 2014-08-06 | shmem: fix double uncharge in __shmem_file_setup() | Konstantin Khlebnikov | 1 | -6/+6 |
| 2014-07-23 | shmem: fix splicing from a hole while it's punched | Hugh Dickins | 1 | -9/+15 |
| 2014-07-23 | shmem: fix faulting into a hole, not taking i_mutex | Hugh Dickins | 1 | -26/+52 |
| 2014-07-03 | shmem: fix init_page_accessed use to stop !PageLRU bug | Hugh Dickins | 1 | -5/+10 |
| 2014-06-23 | shmem: fix faulting into a hole while it's punched | Hugh Dickins | 1 | -4/+52 |
| 2014-06-23 | tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supported | Hugh Dickins | 1 | -0/+3 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -17/+9 |
| 2014-06-12 | shmem: switch to iter_file_splice_write() | Al Viro | 1 | -1/+1 |
| 2014-06-04 | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman | 1 | -1/+5 |
| 2014-06-04 | mm: shmem: avoid atomic operation during shmem_getpage_gfp | Mel Gorman | 1 | -1/+1 |
| 2014-05-06 | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 1 | -2/+2 |
| 2014-05-06 | shmem: switch to ->read_iter() | Al Viro | 1 | -10/+5 |
| 2014-05-06 | start adding the tag to iov_iter | Al Viro | 1 | -1/+1 |
| 2014-05-06 | kill generic_segment_checks() | Al Viro | 1 | -5/+2 |
| 2014-04-13 | mm: Initialize error in shmem_file_aio_read() | Geert Uytterhoeven | 1 | -1/+1 |
| 2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -51/+28 |
| 2014-04-12 | missing bits of "splice: fix racy pipe->buffers uses" | Al Viro | 1 | -1/+1 |
| 2014-04-07 | memcg: rename high level charging functions | Michal Hocko | 1 | -3/+3 |
| 2014-04-07 | mm: implement ->map_pages for shmem/tmpfs | Ning Qu | 1 | -0/+1 |
| 2014-04-03 | mm + fs: prepare for non-page entries in page cache radix trees | Johannes Weiner | 1 | -79/+20 |
| 2014-04-03 | mm: shmem: save one radix tree lookup when truncating swapped pages | Johannes Weiner | 1 | -13/+12 |
| 2014-04-01 | introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() | Al Viro | 1 | -50/+27 |
| 2014-04-01 | do_shmem_file_read(): call file_read_actor() directly | Al Viro | 1 | -3/+3 |
| 2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -34/+23 |
| 2014-01-26 | fs: remove generic_acl | Christoph Hellwig | 1 | -34/+23 |
| 2014-01-23 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -4/+4 |
| 2013-12-02 | security: shmem: implement kernel private shmem inodes | Eric Paris | 1 | -7/+29 |
| 2013-09-11 | initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled | Rob Landley | 1 | -0/+4 |
| 2013-09-11 | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt | Jan Kara | 1 | -1/+1 |
| 2013-09-03 | shm_mnt is as longterm as it gets, TYVM... | Al Viro | 1 | -3/+4 |
| 2013-08-24 | cope with potentially long ->d_dname() output for shmem/hugetlb | Al Viro | 1 | -7/+1 |
| 2013-08-04 | tmpfs: fix SEEK_DATA/SEEK_HOLE regression | Hugh Dickins | 1 | -1/+2 |
| 2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -8/+8 |
| 2013-07-03 | vfs: export lseek_execute() to modules | Jie Liu | 1 | -4/+1 |
| 2013-06-29 | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n... | Al Viro | 1 | -0/+32 |
| 2013-06-20 | evm: calculate HMAC after initializing posix acl on tmpfs | Mimi Zohar | 1 | -8/+8 |
| 2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
| 2013-04-29 | mm/shmem.c: remove an ifdef | Andrew Morton | 1 | -4/+1 |
| 2013-03-01 | fix nommu breakage in shmem.c | Al Viro | 1 | -3/+2 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -21/+31 |
| 2013-02-26 | fs: encode_fh: return FILEID_INVALID if invalid fid_type | Namjae Jeon | 1 | -1/+1 |
| 2013-02-26 | shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc() | Al Viro | 1 | -4/+15 |
| 2013-02-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+2 |
| 2013-02-23 | tmpfs: fix mempolicy object leaks | Greg Thelen | 1 | -3/+10 |
| 2013-02-23 | tmpfs: fix use-after-free of mempolicy object | Greg Thelen | 1 | -2/+8 |
| 2013-02-23 | mm: shmem: use new radix tree iterator | Johannes Weiner | 1 | -13/+12 |
| 2013-02-22 | clean shmem_file_setup() a bit | Al Viro | 1 | -10/+9 |
| 2013-02-22 | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 1 | -2/+2 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -6/+6 |
| 2013-01-26 | userns: Allow the userns root to mount tmpfs. | Eric W. Biederman | 1 | -0/+2 |
| 2013-01-02 | mempolicy: remove arg from mpol_parse_str, mpol_to_str | Hugh Dickins | 1 | -2/+2 |
| 2012-12-17 | lseek: the "whence" argument is called "whence" | Andrew Morton | 1 | -10/+10 |
| 2012-12-12 | tmpfs: support SEEK_DATA and SEEK_HOLE (reprise) | Hugh Dickins | 1 | -1/+91 |
| 2012-12-06 | tmpfs: fix shared mempolicy leak | Mel Gorman | 1 | -10/+16 |
| 2012-11-16 | tmpfs: change final i_blocks BUG to WARNING | Hugh Dickins | 1 | -1/+1 |
| 2012-11-16 | tmpfs: fix shmem_getpage_gfp() VM_BUG_ON | Hugh Dickins | 1 | -2/+14 |
| 2012-10-09 | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking | Hugh Dickins | 1 | -2/+4 |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -2/+1 |
| 2012-08-24 | xattr: extract simple_xattr code from tmpfs | Aristeu Rozanski | 1 | -158/+13 |
| 2012-07-31 | tmpfs: distribute interleave better across nodes | Nathan Zimmer | 1 | -2/+4 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-11 | shmem: cleanup shmem_add_to_page_cache | Hugh Dickins | 1 | -30/+28 |
| 2012-07-11 | shmem: fix negative rss in memcg memory.stat | Hugh Dickins | 1 | -12/+29 |
| 2012-07-11 | tmpfs: revert SEEK_DATA and SEEK_HOLE | Hugh Dickins | 1 | -93/+1 |
| 2012-07-03 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+2 |
| 2012-06-13 | splice: fix racy pipe->buffers uses | Eric Dumazet | 1 | -1/+2 |
| 2012-06-07 | shmem: replace_page must flush_dcache and others | Hugh Dickins | 1 | -20/+37 |
| 2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+2 |
| 2012-05-29 | ->encode_fh() API change | Al Viro | 1 | -4/+2 |
| 2012-05-29 | tmpfs: support SEEK_DATA and SEEK_HOLE | Hugh Dickins | 1 | -1/+93 |
| 2012-05-29 | tmpfs: quit when fallocate fills memory | Hugh Dickins | 1 | -2/+56 |
| 2012-05-29 | tmpfs: undo fallocation on failure | Hugh Dickins | 1 | -33/+72 |
| 2012-05-29 | tmpfs: support fallocate preallocation | Hugh Dickins | 1 | -1/+60 |
| 2012-05-29 | mm/fs: remove truncate_range | Hugh Dickins | 1 | -1/+0 |
| 2012-05-29 | tmpfs: support fallocate FALLOC_FL_PUNCH_HOLE | Hugh Dickins | 1 | -11/+57 |
| 2012-05-29 | tmpfs: optimize clearing when writing | Hugh Dickins | 1 | -3/+17 |
| 2012-05-29 | tmpfs: enable NOSEC optimization | Hugh Dickins | 1 | -0/+1 |
| 2012-05-29 | shmem: replace page if mapping excludes its zone | Hugh Dickins | 1 | -19/+122 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-15 | userns: Convert tmpfs to use kuid and kgid where appropriate | Eric W. Biederman | 1 | -6/+16 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-22 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -16/+72 |
| 2012-03-21 | tmpfs: security xattr setting on inode creation | Jarkko Sakkinen | 1 | -16/+72 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+3 |
| 2012-03-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -2/+2 |
| 2012-03-20 | tidy up after d_make_root() conversion | Al Viro | 1 | -4/+2 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -4/+2 |
| 2012-03-20 | mm: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2012-02-14 | mm: collapse security_vm_enough_memory() variants into a single function | Al Viro | 1 | -2/+2 |
| 2012-01-23 | SHM_UNLOCK: fix Unevictable pages stranded after swap | Hugh Dickins | 1 | -5/+41 |
| 2012-01-23 | SHM_UNLOCK: fix long unpreemptible section | Hugh Dickins | 1 | -7/+0 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -2/+2 |
| 2012-01-03 | shmem, ramfs: propagate umode_t, open-coded S_ISREG | Al Viro | 1 | -3/+3 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 1 | -1/+1 |
| 2011-10-31 | vmscan: add barrier to prevent evictable page in unevictable list | Minchan Kim | 1 | -0/+6 |
| 2011-10-31 | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 1 | -1/+1 |
| 2011-08-09 | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 1 | -2/+2 |
| 2011-08-03 | mm: clarify the radix_tree exceptional cases | Hugh Dickins | 1 | -4/+8 |
| 2011-08-03 | tmpfs radix_tree: locate_item to speed up swapoff | Hugh Dickins | 1 | -37/+1 |
| 2011-08-03 | tmpfs: use kmemdup for short symlinks | Hugh Dickins | 1 | -13/+18 |
| 2011-08-03 | tmpfs: convert shmem_writepage and enable swap | Hugh Dickins | 1 | -51/+37 |
| 2011-08-03 | tmpfs: convert mem_cgroup shmem to radix-swap | Hugh Dickins | 1 | -72/+11 |
| 2011-08-03 | tmpfs: convert shmem_getpage_gfp to radix-swap | Hugh Dickins | 1 | -147/+112 |
| 2011-08-03 | tmpfs: convert shmem_unuse_inode to radix-swap | Hugh Dickins | 1 | -26/+107 |
| 2011-08-03 | tmpfs: convert shmem_truncate_range to radix-swap | Hugh Dickins | 1 | -46/+146 |
| 2011-08-03 | tmpfs: copy truncate_inode_pages_range | Hugh Dickins | 1 | -20/+79 |
| 2011-08-03 | tmpfs: miscellaneous trivial cleanups | Hugh Dickins | 1 | -109/+107 |
| 2011-08-03 | tmpfs: demolish old swap vector support | Hugh Dickins | 1 | -698/+84 |
| 2011-07-25 | Merge 'akpm' patch series | Linus Torvalds | 1 | -256/+296 |
| 2011-07-25 | tmpfs: simplify unuse and writepage | Hugh Dickins | 1 | -34/+16 |
| 2011-07-25 | tmpfs: simplify filepage/swappage | Hugh Dickins | 1 | -129/+108 |
| 2011-07-25 | tmpfs: simplify prealloc_page | Hugh Dickins | 1 | -44/+16 |
| 2011-07-25 | tmpfs: remove_shmem_readpage | Hugh Dickins | 1 | -34/+6 |
| 2011-07-25 | tmpfs: pass gfp to shmem_getpage_gfp | Hugh Dickins | 1 | -23/+44 |
| 2011-07-25 | tmpfs: refine shmem_file_splice_read | Hugh Dickins | 1 | -119/+19 |
| 2011-07-25 | tmpfs: clone shmem_file_splice_read() | Hugh Dickins | 1 | -1/+217 |
| 2011-07-25 | tmpfs: no need to use i_lock | Hugh Dickins | 1 | -8/+6 |
| 2011-07-25 | fs: take the ACL checks to common code | Christoph Hellwig | 1 | -6/+0 |
| 2011-07-18 | security: new security_inode_init_security API adds function callback | Mimi Zohar | 1 | -2/+2 |
| 2011-06-27 | tmpfs: add shmem_read_mapping_page_gfp | Hugh Dickins | 1 | -0/+23 |
| 2011-06-27 | tmpfs: take control of its truncate_range | Hugh Dickins | 1 | -22/+29 |
| 2011-05-28 | tmpfs: fix race between truncate and writepage | Hugh Dickins | 1 | -1/+1 |
| 2011-05-26 | memcg: add the pagefault count into memcg stats | Ying Han | 1 | -5/+6 |
| 2011-05-25 | tmpfs: implement generic xattr support | Eric Paris | 1 | -54/+266 |
| 2011-05-20 | tmpfs: fix highmem swapoff crash regression | Hugh Dickins | 1 | -1/+2 |
| 2011-05-14 | tmpfs: fix race between swapoff and writepage | Hugh Dickins | 1 | -6/+4 |
| 2011-05-11 | tmpfs: fix spurious ENOSPC when racing with unswap | Hugh Dickins | 1 | -10/+22 |
| 2011-05-11 | tmpfs: fix race between umount and swapoff | Hugh Dickins | 1 | -45/+43 |
| 2011-05-11 | tmpfs: fix race between umount and writepage | Hugh Dickins | 1 | -11/+20 |
| 2011-04-14 | tmpfs: fix off-by-one in max_blocks checks | Hugh Dickins | 1 | -2/+4 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+0 |
| 2011-03-22 | shmem: let shared anonymous be nonlinear again | Hugh Dickins | 1 | -0/+1 |
| 2011-03-22 | mm: shmem: change remove_from_page_cache | Minchan Kim | 1 | -2/+1 |
| 2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -4/+5 |
| 2011-03-14 | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 1 | -1/+3 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |
| 2011-03-01 | Remove one to many n's in a word | Justin P. Mattock | 1 | -1/+1 |
| 2011-02-01 | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 1 | -4/+5 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-10-29 | convert get_sb_nodev() users | Al Viro | 1 | -5/+5 |
| 2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-10-25 | new helper: inode_unhashed() | Al Viro | 1 | -2/+2 |
| 2010-08-17 | shmem: put_super must percpu_counter_destroy | Hugh Dickins | 1 | -2/+6 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -11/+12 |
| 2010-08-09 | shmem: reduce pagefault lock contention | Shaohua Li | 1 | -21/+49 |
| 2010-08-09 | tmpfs: make tmpfs scalable with percpu_counter for used blocks | Tim Chen | 1 | -23/+17 |
| 2010-08-09 | switch shmem.c to ->evice_inode() | Al Viro | 1 | -4/+4 |
| 2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 1 | -3/+2 |
| 2010-08-09 | always call inode_change_ok early in ->setattr | Christoph Hellwig | 1 | -4/+6 |
| 2010-08-09 | rename generic_setattr | Christoph Hellwig | 1 | -1/+1 |
| 2010-06-04 | fix truncate inode time modification breakage | Nick Piggin | 1 | -2/+3 |
| 2010-05-27 | tmpfs: convert to use the new truncate convention | npiggin@suse.de | 1 | -21/+22 |
| 2010-05-27 | rename the generic fsync implementations | Christoph Hellwig | 1 | -1/+1 |
| 2010-05-27 | memcg: move charge of file pages | Daisuke Nishimura | 1 | -0/+64 |
| 2010-05-25 | shmem: remove redundant code | Huang Shijie | 1 | -2/+0 |
| 2010-05-21 | ramfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -17/+8 |
| 2010-05-21 | fs: xattr_handler table should be const | Stephen Hemminger | 1 | -2/+2 |
| 2009-12-16 | Fix breakage in shmem.c | Al Viro | 1 | -0/+2 |
| 2009-12-16 | make generic_acl slightly more generic | Christoph Hellwig | 1 | -7/+10 |
| 2009-12-16 | sanitize xattr handler prototypes | Christoph Hellwig | 1 | -9/+10 |
| 2009-12-16 | Untangling ima mess, part 1: alloc_file() | Al Viro | 1 | -2/+0 |
| 2009-12-16 | switch alloc_file() to passing struct path | Al Viro | 1 | -6/+8 |
| 2009-12-16 | switch shmem_file_setup() to alloc_file() | Al Viro | 1 | -12/+9 |
| 2009-12-15 | swap_info: note SWAP_MAP_SHMEM | Hugh Dickins | 1 | -2/+9 |
| 2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 1 | -2/+2 |
| 2009-09-25 | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+3 |