Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-04tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins
2011-08-04tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins
2011-08-04tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins
2011-08-04tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins
2011-08-04tmpfs: copy truncate_inode_pages_rangeHugh Dickins
2011-08-04tmpfs: miscellaneous trivial cleanupsHugh Dickins
2011-08-04tmpfs: demolish old swap vector supportHugh Dickins
2011-07-26Merge 'akpm' patch seriesLinus Torvalds
2011-07-26tmpfs: simplify unuse and writepageHugh Dickins
2011-07-26tmpfs: simplify filepage/swappageHugh Dickins
2011-07-26tmpfs: simplify prealloc_pageHugh Dickins
2011-07-26tmpfs: remove_shmem_readpageHugh Dickins
2011-07-26tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins
2011-07-26tmpfs: refine shmem_file_splice_readHugh Dickins
2011-07-26tmpfs: clone shmem_file_splice_read()Hugh Dickins
2011-07-26tmpfs: no need to use i_lockHugh Dickins
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar
2011-06-28tmpfs: add shmem_read_mapping_page_gfpHugh Dickins
2011-06-28tmpfs: take control of its truncate_rangeHugh Dickins
2011-05-29tmpfs: fix race between truncate and writepageHugh Dickins
2011-05-27memcg: add the pagefault count into memcg statsYing Han
2011-05-25tmpfs: implement generic xattr supportEric Paris
2011-05-21tmpfs: fix highmem swapoff crash regressionHugh Dickins
2011-05-14tmpfs: fix race between swapoff and writepageHugh Dickins
2011-05-12tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins
2011-05-12tmpfs: fix race between umount and swapoffHugh Dickins
2011-05-12tmpfs: fix race between umount and writepageHugh Dickins
2011-04-15tmpfs: fix off-by-one in max_blocks checksHugh Dickins
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-23mm: shmem: change remove_from_page_cacheMinchan Kim
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-01Remove one to many n's in a wordJustin P. Mattock
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-26new helper: ihold()Al Viro
2010-10-26new helper: inode_unhashed()Al Viro
2010-08-18shmem: put_super must percpu_counter_destroyHugh Dickins
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-10shmem: reduce pagefault lock contentionShaohua Li
2010-08-10tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen
2010-08-10switch shmem.c to ->evice_inode()Al Viro
2010-08-10check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-10always call inode_change_ok early in ->setattrChristoph Hellwig