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
2016-03-23fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro
2016-03-18fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim
2016-03-14kill dentry_unhash()Al Viro
2016-03-04vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig
2016-02-21ima: load policy using pathDmitry Kasatkin
2016-02-21kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar
2016-02-21vfs: define kernel_copy_file_from_fd()Mimi Zohar
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar
2016-02-21vfs: define kernel_read_file_from_pathMimi Zohar
2016-02-19vfs: define kernel_read_file_id enumerationMimi Zohar
2016-02-19vfs: define a generic function to read a file from the kernelMimi Zohar
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig
2016-01-31block: revert runtime dax control of the raw block deviceDan Williams
2016-01-31fs, block: force direct-I/O for dax-enabled block devicesDan Williams
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-23dax: support dirty DAX entries in radix treeRoss Zwisler
2016-01-23wrappers for ->i_mutex accessAl Viro
2016-01-14Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-13Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-13Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2016-01-12Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-09block: enable dax for raw block devicesDan Williams
2016-01-09Merge branch 'for-linus' into work.miscAl Viro
2016-01-09compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-30kill free_page_put_link()Al Viro
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro
2015-12-08vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-12-08locks: new locks_mandatory_area calling conventionChristoph Hellwig
2015-12-07fs/attr.c: is_sxid can be booleanYaowei Bai
2015-12-07fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai
2015-12-07fs/dcache.c: is_subdir can be booleanYaowei Bai
2015-12-07fs/namespace.c: path_is_under can be booleanYaowei Bai
2015-12-07fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown
2015-11-16locks: Allow disabling mandatory locking at compile timeJeff Layton
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-11vfs: remove stale comment in inode_operationsRoss Zwisler
2015-11-11Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds