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
2012-10-10tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-08-25xattr: extract simple_xattr code from tmpfsAristeu Rozanski
2012-08-01tmpfs: distribute interleave better across nodesNathan Zimmer
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-12shmem: cleanup shmem_add_to_page_cacheHugh Dickins
2012-07-12shmem: fix negative rss in memcg memory.statHugh Dickins
2012-07-12tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins
2012-07-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet
2012-06-08shmem: replace_page must flush_dcache and othersHugh Dickins
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-30->encode_fh() API changeAl Viro
2012-05-30tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins
2012-05-30tmpfs: quit when fallocate fills memoryHugh Dickins
2012-05-30tmpfs: undo fallocation on failureHugh Dickins
2012-05-30tmpfs: support fallocate preallocationHugh Dickins
2012-05-30mm/fs: remove truncate_rangeHugh Dickins
2012-05-30tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins
2012-05-30tmpfs: optimize clearing when writingHugh Dickins
2012-05-30tmpfs: enable NOSEC optimizationHugh Dickins
2012-05-30shmem: replace page if mapping excludes its zoneHugh Dickins
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-16userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-22tmpfs: security xattr setting on inode creationJarkko Sakkinen
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21tidy up after d_make_root() conversionAl Viro
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-04shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro
2012-01-04switch ->mknod() to umode_tAl Viro
2012-01-04switch ->create() to umode_tAl Viro
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-11-01vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-08-04mm: clarify the radix_tree exceptional casesHugh Dickins
2011-08-04tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins
2011-08-04tmpfs: use kmemdup for short symlinksHugh Dickins
2011-08-04tmpfs: convert shmem_writepage and enable swapHugh Dickins