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-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi
2016-09-05ovl: fix workdir creationMiklos Szeredi
2016-09-01ovl: listxattr: use strnlen()Miklos Szeredi
2016-09-01ovl: Switch to generic_getxattrAndreas Gruenbacher
2016-09-01ovl: copyattr after setting POSIX ACLMiklos Szeredi
2016-09-01ovl: Switch to generic_removexattrAndreas Gruenbacher
2016-09-01ovl: Get rid of ovl_xattr_noacl_handlers arrayAndreas Gruenbacher
2016-09-01ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher
2016-09-01ovl: fix spelling mistake: "directries" -> "directories"Colin Ian King
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi
2016-09-01ovl: use cached acl on underlying layerMiklos Szeredi
2016-09-01ovl: proper cleanup of workdirMiklos Szeredi
2016-09-01ovl: remove posix_acl_default from workdirMiklos Szeredi
2016-09-01ovl: handle umask and posix_acl_default correctly on creationMiklos Szeredi
2016-08-09security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal
2016-08-09security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal
2016-08-09security, overlayfs: provide copy up security hook for unioned filesVivek Goyal
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi
2016-07-29ovl: simplify empty checkingMiklos Szeredi
2016-07-29qstr: constify instances in overlayfsAl Viro
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi
2016-07-29ovl: fix warningMiklos Szeredi
2016-07-29ovl: remove duplicated include from super.cWei Yongjun
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi
2016-07-29ovl: share inode for hard linkMiklos Szeredi
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi
2016-07-29ovl: update atime on upperMiklos Szeredi
2016-07-29ovl: fix sgid on directoryMiklos Szeredi
2016-07-29ovl: simplify permission checkingMiklos Szeredi
2016-07-29ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal
2016-07-29ovl: do operations on underlying file system in mounter's contextVivek Goyal
2016-07-29ovl: modify ovl_permission() to do checks on two inodesVivek Goyal
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal
2016-07-29ovl: move some common code in a functionVivek Goyal
2016-07-29ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher
2016-07-29ovl: use generic_delete_inodeMiklos Szeredi
2016-07-29ovl: check mounter creds on underlying lookupMiklos Szeredi