aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman
2016-07-28mm: move page mapped accounting to the nodeMel Gorman
2016-07-28mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko
2016-07-28proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko
2016-07-28proc, oom: drop bogus sighand lockMichal Hocko
2016-07-28proc, oom: drop bogus task_lock and mm checkMichal Hocko
2016-07-28vfs: ioctl: prevent double-fetch in dedupe ioctlScott Bauer
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-07-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-28pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington
2016-07-27CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky
2016-07-27fs/cifs: make share unaccessible at root level mountableAurelien Aptel
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull
2016-07-28ceph: Mark the file cache as unreclaimableNikolay Borisov
2016-07-28ceph: optimize cap flush waitingYan, Zheng
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng
2016-07-28ceph: kick cap flushes before sending other cap messageYan, Zheng
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: update types of some local variblesYan, Zheng
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng