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
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12shmem: switch to iter_file_splice_write()Al Viro
2014-06-05mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-05mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2014-05-07write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-07shmem: switch to ->read_iter()Al Viro
2014-05-07start adding the tag to iov_iterAl Viro
2014-05-07kill generic_segment_checks()Al Viro
2014-04-14mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro
2014-04-08memcg: rename high level charging functionsMichal Hocko
2014-04-08mm: implement ->map_pages for shmem/tmpfsNing Qu
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-04-04mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner
2014-04-02introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro
2014-04-02do_shmem_file_read(): call file_read_actor() directlyAl Viro
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-26fs: remove generic_aclChristoph Hellwig
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-12-02security: shmem: implement kernel private shmem inodesEric Paris
2013-09-12initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley
2013-09-12lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-09-04shm_mnt is as longterm as it gets, TYVM...Al Viro
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro
2013-06-20evm: calculate HMAC after initializing posix acl on tmpfsMimi Zohar
2013-05-08aio: don't include aio.h in sched.hKent Overstreet
2013-04-30mm/shmem.c: remove an ifdefAndrew Morton
2013-03-02fix nommu breakage in shmem.cAl Viro
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-26shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()Al Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-24tmpfs: fix mempolicy object leaksGreg Thelen
2013-02-24tmpfs: fix use-after-free of mempolicy objectGreg Thelen
2013-02-24mm: shmem: use new radix tree iteratorJohannes Weiner
2013-02-23clean shmem_file_setup() a bitAl Viro
2013-02-23fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov
2013-02-23new helper: file_inode(file)Al Viro
2013-01-27userns: Allow the userns root to mount tmpfs.Eric W. Biederman
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-13tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins
2012-12-06tmpfs: fix shared mempolicy leakMel Gorman
2012-11-17tmpfs: change final i_blocks BUG to WARNINGHugh Dickins
2012-11-17tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins