aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-30drivers: net: cpsw: fix wrong regs access in cpsw_removeGrygorii Strashko1-1/+9
2016-07-30net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()Grygorii Strashko1-3/+0
2016-07-30net: ipv6: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-30cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2-2/+2
2016-07-30drivers: net: phy: xgene: Remove redundant dev_err call in xgene_mdio_probe()Wei Yongjun1-3/+1
2016-07-30tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun1-1/+1
2016-07-30qed: Prevent over-usage of vlan credits by PFYuval Mintz1-1/+8
2016-07-30qed: Correct min bandwidth for 100gYuval Mintz1-1/+1
2016-07-30qede: Reset statistics on explicit downYuval Mintz1-0/+1
2016-07-30qed: Don't over-do producer cleanup for RxYuval Mintz2-4/+4
2016-07-30qed: Fix removal of spoof checking for VFsYuval Mintz1-1/+1
2016-07-30qede: Don't try removing unconfigured vlansYuval Mintz1-4/+7
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds2-30/+5
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta6-68/+129
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi1-12/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi2-1/+3
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-07-29x86/power/64: Fix hibernation return address corruptionJosh Poimboeuf1-3/+1
2016-07-29ovl: simplify empty checkingMiklos Szeredi1-29/+21
2016-07-29qstr: constify instances in overlayfsAl Viro1-1/+1
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi1-2/+6
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi1-1/+2
2016-07-29ovl: fix warningMiklos Szeredi1-1/+1
2016-07-29ovl: remove duplicated include from super.cWei Yongjun1-1/+0
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal1-1/+4
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal1-1/+1
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi4-11/+104
2016-07-29ovl: share inode for hard linkMiklos Szeredi4-48/+100
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi5-37/+40
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi1-1/+1
2016-07-29ovl: update atime on upperMiklos Szeredi4-5/+37
2016-07-29ovl: fix sgid on directoryMiklos Szeredi1-4/+27
2016-07-29ovl: simplify permission checkingMiklos Szeredi3-53/+1
2016-07-29ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal1-0/+2
2016-07-29ovl: do operations on underlying file system in mounter's contextVivek Goyal2-37/+72
2016-07-29ovl: modify ovl_permission() to do checks on two inodesVivek Goyal1-4/+14
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal4-0/+28
2016-07-29ovl: move some common code in a functionVivek Goyal1-8/+12
2016-07-29ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher1-37/+11
2016-07-29ovl: use generic_delete_inodeMiklos Szeredi1-0/+1
2016-07-29ovl: check mounter creds on underlying lookupMiklos Szeredi1-4/+9
2016-07-29avr32: off by one in at32_init_pio()Dan Carpenter1-1/+1
2016-07-29avr32: fixup code style in unistd.h and syscall_table.SHans-Christian Noren Egtvedt2-654/+654
2016-07-29avr32: wire up preadv2 and pwritev2 syscallsHans-Christian Noren Egtvedt3-0/+22
2016-07-28sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz6-15/+19
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka4-101/+17
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka4-35/+40
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka7-25/+30