aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring10-36/+36
2017-09-06ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring1-1/+0
2017-09-06ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring1-5/+2
2017-09-06ceph: check negative offsets in ceph_llseek()Luis Henriques1-2/+2
2017-09-06ceph: more accurate statfsDouglas Fuller4-4/+17
2017-09-06ceph: properly set snap follows for cap reconnectYan, Zheng1-1/+1
2017-09-06ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng1-3/+3
2017-09-06ceph: include snapc in debug message of writeYan, Zheng2-7/+8
2017-09-06ceph: make sure flushsnap messages are sent in proper orderYan, Zheng1-5/+7
2017-09-06ceph: fix -EOLDSNAPC handlingYan, Zheng1-10/+7
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2-5/+14
2017-09-06ceph: don't fill readdir cache for LSSNAP replyYan, Zheng1-8/+11
2017-09-06ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng1-7/+0
2017-09-06ceph: use errseq_t for writeback error reportingJeff Layton1-1/+1
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng2-2/+7
2017-09-06ceph: nuke startsync opYanhu Cao4-28/+4
2017-09-06rbd: silence bogus uninitialized use warning in rbd_acquire_lock()Kefeng Wang1-1/+1
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng3-17/+23
2017-09-06ceph: limit osd write sizeYan, Zheng4-5/+11
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng4-18/+15
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng3-8/+0
2017-09-03Linux 4.13Linus Torvalds1-1/+1
2017-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-24/+8
2017-09-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+10
2017-09-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-13/+22
2017-09-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+27
2017-09-01Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds20-349/+2
2017-09-01Merge tag 'mvebu-fixes-4.13-3' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-2/+2
2017-09-01Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-6/+16
2017-09-01epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-16/+26
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds119-559/+816
2017-09-01Merge tag 'ceph-for-4.13-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2-18/+18
2017-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-20/+39
2017-09-01Merge tag 'mmc-v4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-3/+22
2017-09-01Merge tag 'sound-4.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-3/+17
2017-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-3/+10
2017-09-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-5/+24
2017-09-01udp: fix secpath leakYossi Kuperman1-1/+1
2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel3-1/+10
2017-09-01Fix warning messages when mounting to older serversSteve French2-2/+27
2017-08-31Merge tag 'cifs-fixes-for-4.13-rc7-and-stable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-3/+3
2017-08-31Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-16/+26
2017-08-31Merge tag 'for-4.13/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds3-42/+13
2017-08-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-7/+27
2017-08-31Merge branch 'mmu_notifier_fixes'Linus Torvalds22-249/+65
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp1-9/+3
2017-08-31scripts/dtc: fix '%zx' warningRussell King1-1/+1
2017-08-31include/linux/compiler.h: don't perform compiletime_assert with -O0Joe Stringer1-1/+5