summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-1534-316/+221
|\ \ \
| | | * switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-053-7/+7
| | | * make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...Al Viro2016-12-052-6/+6
| | | * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-0517-39/+121
| | * | ceph: switch to use of ->d_init()Al Viro2016-10-296-67/+5
| | * | ceph: unify dentry_operations instancesAl Viro2016-10-294-33/+10
| | * | lustre: switch to use of ->d_init()Al Viro2016-10-165-71/+18
| * | | namei: fold should_follow_link() with the step into not-followed linkAl Viro2016-12-061-30/+18
| * | | namei: pass both WALK_GET and WALK_MORE to should_follow_link()Al Viro2016-12-061-11/+7
| * | | namei: invert WALK_PUT logicsAl Viro2016-12-061-6/+7
| * | | namei: shift interpretation of LOOKUP_FOLLOW inside should_follow_link()Al Viro2016-12-061-10/+4
| * | | namei: saner calling conventions for mountpoint_last()Al Viro2016-12-061-25/+25
| * | | namei.c: get rid of user_path_parent()Al Viro2016-12-061-26/+8
| | |/ | |/|
* | | logfs: remove from treeChristoph Hellwig2016-12-1520-9390/+0
* | | vfs: fix put_compat_statfs64() does not handle errorsLi Wang2016-12-071-3/+3
* | | don't open-code file_inode()Al Viro2016-12-0518-46/+40
|/ /
* | Linux 4.9-rc7v4.9-rc7Linus Torvalds2016-11-271-1/+1
* | Merge git://git.infradead.org/intel-iommuLinus Torvalds2016-11-274-12/+34
|\ \
| * | iommu/vt-d: Fix PASID table allocationDavid Woodhouse2016-11-192-11/+18
| * | iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2016-10-302-1/+16
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-11-275-9/+29
|\ \ \
| * | | MIPS: mm: Fix output of __do_page_faultMatt Redfearn2016-11-251-4/+5
| * | | MIPS: Mask out limit field when calculating wired entry countPaul Burton2016-11-244-5/+24
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-11-271-1/+2
|\ \ \ \
| * | | | fix default_file_splice_read()Al Viro2016-11-271-1/+2
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-271-39/+25
|\ \ \ \ \
| * | | | | Revert "i2c: designware: do not disable adapter after transfer"Jarkko Nikula2016-11-251-37/+18
| * | | | | i2c: designware: fix rx fifo depth trackingRussell King2016-11-241-1/+1
| * | | | | i2c: designware: report short transfersRussell King2016-11-241-1/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-11-2747-131/+208
|\ \ \ \ \
| * | | | | Revert "arm: move exports to definitions"Russell King2016-11-2347-131/+208
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-2635-60/+101
|\ \ \ \ \ \
| * | | | | | tipc: resolve connection flow control compatibility problemJon Paul Maloy2016-11-261-1/+1
| * | | | | | mvpp2: use correct size for memsetArnd Bergmann2016-11-261-1/+1
| * | | | | | net/mlx5: drop duplicate header delay.hGeliang Tang2016-11-261-1/+0
| * | | | | | net: ieee802154: drop duplicate header delay.hGeliang Tang2016-11-261-1/+0
| * | | | | | ibmvnic: drop duplicate header seq_file.hGeliang Tang2016-11-261-1/+0
| * | | | | | fsl/fman: fix a leak in tgec_free()Dan Carpenter2016-11-261-3/+0
| * | | | | | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar2016-11-261-0/+1
| * | | | | | tipc: improve sanity check for received domain recordsJon Paul Maloy2016-11-261-5/+5
| * | | | | | tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-261-2/+3
| * | | | | | net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implementedAndrew Lunn2016-11-261-1/+1
| * | | | | | Merge tag 'linux-can-fixes-for-4.9-20161123' of git://git.kernel.org/pub/scm/...David S. Miller2016-11-251-8/+10
| |\ \ \ \ \ \
| | * | | | | | can: bcm: fix support for CAN FD framesOliver Hartkopp2016-11-231-8/+10
| * | | | | | | dwc_eth_qos: drop duplicate headersGeliang Tang2016-11-251-2/+0
| * | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-11-246-8/+30
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-226-8/+30
| | |/ / / / / /
| * | | | | | | net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak2016-11-241-1/+1
| * | | | | | | net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link changeFlorian Fainelli2016-11-241-0/+4
| * | | | | | | bnxt: do not busy-poll when link is downAndy Gospodarek2016-11-241-0/+3