summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-20crush: remove mutable part of CRUSH mapIlya Dryomov6-86/+218
2017-02-20libceph: add osdmap_set_crush() helperIlya Dryomov1-20/+16
2017-02-20libceph: remove unneeded stddef.h includeStafford Horne1-2/+0
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton1-2/+3
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton1-0/+20
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton1-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton6-28/+39
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton5-38/+45
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton3-5/+4
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton1-34/+0
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng3-5/+5
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng1-0/+10
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng2-1/+3
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton1-2/+2
2017-02-20libceph: include linux/sched.h into crypto.c directlyIlya Dryomov1-0/+1
2017-02-20libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng1-3/+9
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr3-5/+12
2017-02-20ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King1-1/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski5-10/+10
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton3-6/+13
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton1-2/+5
2017-02-20ceph: pass parent dir ino info to build_dentry_pathJeff Layton1-7/+9
2017-02-20ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-02-20ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton1-22/+42
2017-02-20Linux 4.10v4.10Linus Torvalds1-1/+1
2017-02-19Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-02-19ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-02-19Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+2
2017-02-19Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-13/+33
2017-02-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2017-02-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2017-02-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+9
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-31/+45
2017-02-19printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-02-19ARM: multi_v7_defconfig: enable Qualcomm RPMCCAndy Gross1-0/+1
2017-02-18irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+13
2017-02-17vxlan: fix oops in dev_fill_metadata_dstPaolo Abeni1-2/+4
2017-02-17dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-17Merge tag 'powerpc-4.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+2
2017-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2017-02-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-35/+11
2017-02-17Merge tag 'mmc-v4.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-2/+2
2017-02-17Merge tag 'ntb-4.10-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds3-4/+27
2017-02-17dpaa_eth: small leak on errorDan Carpenter1-1/+1
2017-02-17Merge tag 'reset-for-4.10-fixes' of https://git.pengutronix.de/git/pza/linux ...Arnd Bergmann1-1/+1
2017-02-17packet: Do not call fanout_release from atomic contextsAnoob Soman1-9/+22