| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-21 | 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-20 | 1 | -4/+2 |
| * | | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-20 | 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 |
| |/ |
|
* / | mm: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
|/ |
|
* | SHM_UNLOCK: fix Unevictable pages stranded after swap | Hugh Dickins | 2012-01-23 | 1 | -5/+41 |
* | SHM_UNLOCK: fix long unpreemptible section | Hugh Dickins | 2012-01-23 | 1 | -7/+0 |
* | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-06 | 1 | -2/+2 |
* | shmem, ramfs: propagate umode_t, open-coded S_ISREG | Al Viro | 2012-01-03 | 1 | -3/+3 |
* | switch ->mknod() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | switch ->create() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 | 1 | -1/+0 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
|\ |
|
| * | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | | vmscan: add barrier to prevent evictable page in unevictable list | Minchan Kim | 2011-10-31 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 2011-08-09 | 1 | -2/+2 |
|\ |
|
| * | security: new security_inode_init_security API adds function callback | Mimi Zohar | 2011-07-18 | 1 | -2/+2 |
* | | mm: clarify the radix_tree exceptional cases | Hugh Dickins | 2011-08-03 | 1 | -4/+8 |
* | | tmpfs radix_tree: locate_item to speed up swapoff | Hugh Dickins | 2011-08-03 | 1 | -37/+1 |
* | | tmpfs: use kmemdup for short symlinks | Hugh Dickins | 2011-08-03 | 1 | -13/+18 |
* | | tmpfs: convert shmem_writepage and enable swap | Hugh Dickins | 2011-08-03 | 1 | -51/+37 |
* | | tmpfs: convert mem_cgroup shmem to radix-swap | Hugh Dickins | 2011-08-03 | 1 | -72/+11 |
* | | tmpfs: convert shmem_getpage_gfp to radix-swap | Hugh Dickins | 2011-08-03 | 1 | -147/+112 |
* | | tmpfs: convert shmem_unuse_inode to radix-swap | Hugh Dickins | 2011-08-03 | 1 | -26/+107 |
* | | tmpfs: convert shmem_truncate_range to radix-swap | Hugh Dickins | 2011-08-03 | 1 | -46/+146 |
* | | tmpfs: copy truncate_inode_pages_range | Hugh Dickins | 2011-08-03 | 1 | -20/+79 |
* | | tmpfs: miscellaneous trivial cleanups | Hugh Dickins | 2011-08-03 | 1 | -109/+107 |
* | | tmpfs: demolish old swap vector support | Hugh Dickins | 2011-08-03 | 1 | -698/+84 |
* | | Merge 'akpm' patch series | Linus Torvalds | 2011-07-25 | 1 | -256/+296 |
|\ \ |
|
| * | | tmpfs: simplify unuse and writepage | Hugh Dickins | 2011-07-25 | 1 | -34/+16 |
| * | | tmpfs: simplify filepage/swappage | Hugh Dickins | 2011-07-25 | 1 | -129/+108 |
| * | | tmpfs: simplify prealloc_page | Hugh Dickins | 2011-07-25 | 1 | -44/+16 |
| * | | tmpfs: remove_shmem_readpage | Hugh Dickins | 2011-07-25 | 1 | -34/+6 |
| * | | tmpfs: pass gfp to shmem_getpage_gfp | Hugh Dickins | 2011-07-25 | 1 | -23/+44 |
| * | | tmpfs: refine shmem_file_splice_read | Hugh Dickins | 2011-07-25 | 1 | -119/+19 |
| * | | tmpfs: clone shmem_file_splice_read() | Hugh Dickins | 2011-07-25 | 1 | -1/+217 |
| * | | tmpfs: no need to use i_lock | Hugh Dickins | 2011-07-25 | 1 | -8/+6 |
| |/ |
|
* / | fs: take the ACL checks to common code | Christoph Hellwig | 2011-07-25 | 1 | -6/+0 |
|/ |
|
* | tmpfs: add shmem_read_mapping_page_gfp | Hugh Dickins | 2011-06-27 | 1 | -0/+23 |
* | tmpfs: take control of its truncate_range | Hugh Dickins | 2011-06-27 | 1 | -22/+29 |
* | tmpfs: fix race between truncate and writepage | Hugh Dickins | 2011-05-28 | 1 | -1/+1 |
* | memcg: add the pagefault count into memcg stats | Ying Han | 2011-05-26 | 1 | -5/+6 |
* | tmpfs: implement generic xattr support | Eric Paris | 2011-05-25 | 1 | -54/+266 |
* | tmpfs: fix highmem swapoff crash regression | Hugh Dickins | 2011-05-20 | 1 | -1/+2 |
* | tmpfs: fix race between swapoff and writepage | Hugh Dickins | 2011-05-14 | 1 | -6/+4 |