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