Age | Commit message (Expand) | Author |
2016-07-29 | ovl: disallow overlayfs as upperdir | Miklos Szeredi |
2016-07-29 | ovl: fix warning | Miklos Szeredi |
2016-07-29 | ovl: remove duplicated include from super.c | Wei Yongjun |
2016-07-29 | ovl: append MAY_READ when diluting write checks | Vivek Goyal |
2016-07-29 | ovl: dilute permission checks on lower only if not special file | Vivek Goyal |
2016-07-29 | ovl: fix POSIX ACL setting | Miklos Szeredi |
2016-07-29 | ovl: share inode for hard link | Miklos Szeredi |
2016-07-29 | ovl: store real inode pointer in ->i_private | Miklos Szeredi |
2016-07-29 | ovl: permission: return ECHILD instead of ENOENT | Miklos Szeredi |
2016-07-29 | ovl: update atime on upper | Miklos Szeredi |
2016-07-29 | ovl: fix sgid on directory | Miklos Szeredi |
2016-07-29 | ovl: simplify permission checking | Miklos Szeredi |
2016-07-29 | ovl: do not require mounter to have MAY_WRITE on lower | Vivek Goyal |
2016-07-29 | ovl: do operations on underlying file system in mounter's context | Vivek Goyal |
2016-07-29 | ovl: modify ovl_permission() to do checks on two inodes | Vivek Goyal |
2016-07-29 | ovl: define ->get_acl() for overlay inodes | Vivek Goyal |
2016-07-29 | ovl: move some common code in a function | Vivek Goyal |
2016-07-29 | ovl: store ovl_entry in inode->i_private for all inodes | Andreas Gruenbacher |
2016-07-29 | ovl: use generic_delete_inode | Miklos Szeredi |
2016-07-29 | ovl: check mounter creds on underlying lookup | Miklos Szeredi |
2016-07-28 | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2016-07-28 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-07-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman |
2016-07-28 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman |
2016-07-28 | mm: move page mapped accounting to the node | Mel Gorman |
2016-07-28 | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj | Michal Hocko |
2016-07-28 | proc, oom_adj: extract oom_score_adj setting into a helper | Michal Hocko |
2016-07-28 | proc, oom: drop bogus sighand lock | Michal Hocko |
2016-07-28 | proc, oom: drop bogus task_lock and mm check | Michal Hocko |
2016-07-28 | vfs: ioctl: prevent double-fetch in dedupe ioctl | Scott Bauer |
2016-07-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2016-07-28 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-07-28 | Merge branch 'salted-string-hash' | Linus Torvalds |
2016-07-28 | pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstanding | Benjamin Coddington |
2016-07-27 | CIFS: Fix a possible invalid memory access in smb2_query_symlink() | Pavel Shilovsky |
2016-07-27 | fs/cifs: make share unaccessible at root level mountable | Aurelien Aptel |
2016-07-28 | ceph: Correctly return NXIO errors from ceph_llseek | Phil Turnbull |
2016-07-28 | ceph: Mark the file cache as unreclaimable | Nikolay Borisov |
2016-07-28 | ceph: optimize cap flush waiting | Yan, Zheng |
2016-07-28 | ceph: cleanup ceph_flush_snaps() | Yan, Zheng |
2016-07-28 | ceph: kick cap flushes before sending other cap message | Yan, Zheng |
2016-07-28 | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng |
2016-07-28 | ceph: avoid sending duplicated cap flush message | Yan, Zheng |
2016-07-28 | ceph: unify cap flush and snapcap flush | Yan, Zheng |
2016-07-28 | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng |
2016-07-28 | ceph: update types of some local varibles | Yan, Zheng |
2016-07-28 | ceph: include 'follows' of pending snapflush in cap reconnect message | Yan, Zheng |