| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tmpfs: fix spurious ENOSPC when racing with unswap | Hugh Dickins | 2011-05-11 | 1 | -10/+22 |
* | tmpfs: fix race between umount and swapoff | Hugh Dickins | 2011-05-11 | 1 | -45/+43 |
* | tmpfs: fix race between umount and writepage | Hugh Dickins | 2011-05-11 | 1 | -11/+20 |
* | tmpfs: fix off-by-one in max_blocks checks | Hugh Dickins | 2011-04-14 | 1 | -2/+4 |
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 1 | -1/+0 |
|\ |
|
| * | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 1 | -1/+0 |
* | | shmem: let shared anonymous be nonlinear again | Hugh Dickins | 2011-03-22 | 1 | -0/+1 |
* | | mm: shmem: change remove_from_page_cache | Minchan Kim | 2011-03-22 | 1 | -2/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-03-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove one to many n's in a word | Justin P. Mattock | 2011-03-01 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-03-16 | 1 | -4/+5 |
|\ \ |
|
| * | | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 2011-02-01 | 1 | -4/+5 |
| |/ |
|
* | | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 2011-03-14 | 1 | -1/+3 |
|/ |
|
* | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 | 1 | -1/+8 |
* | convert get_sb_nodev() users | Al Viro | 2010-10-29 | 1 | -5/+5 |
* | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-25 | 1 | -0/+1 |
* | new helper: ihold() | Al Viro | 2010-10-25 | 1 | -1/+1 |
* | new helper: inode_unhashed() | Al Viro | 2010-10-25 | 1 | -2/+2 |
* | shmem: put_super must percpu_counter_destroy | Hugh Dickins | 2010-08-17 | 1 | -2/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 1 | -11/+12 |
|\ |
|
| * | switch shmem.c to ->evice_inode() | Al Viro | 2010-08-09 | 1 | -4/+4 |
| * | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2010-08-09 | 1 | -3/+2 |
| * | always call inode_change_ok early in ->setattr | Christoph Hellwig | 2010-08-09 | 1 | -4/+6 |
| * | rename generic_setattr | Christoph Hellwig | 2010-08-09 | 1 | -1/+1 |
* | | shmem: reduce pagefault lock contention | Shaohua Li | 2010-08-09 | 1 | -21/+49 |
* | | tmpfs: make tmpfs scalable with percpu_counter for used blocks | Tim Chen | 2010-08-09 | 1 | -23/+17 |
|/ |
|
* | fix truncate inode time modification breakage | Nick Piggin | 2010-06-04 | 1 | -2/+3 |
* | tmpfs: convert to use the new truncate convention | npiggin@suse.de | 2010-05-27 | 1 | -21/+22 |
* | rename the generic fsync implementations | Christoph Hellwig | 2010-05-27 | 1 | -1/+1 |
* | memcg: move charge of file pages | Daisuke Nishimura | 2010-05-27 | 1 | -0/+64 |
* | shmem: remove redundant code | Huang Shijie | 2010-05-25 | 1 | -2/+0 |
* | ramfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 2010-05-21 | 1 | -17/+8 |
* | fs: xattr_handler table should be const | Stephen Hemminger | 2010-05-21 | 1 | -2/+2 |