summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix llistxattr on symlinkYan, Zheng2014-10-141-2/+1
* ceph: send client metadata to MDSJohn Spray2014-10-141-1/+70
* ceph: remove redundant code for max file size verificationChao Yu2014-10-142-15/+0
* ceph: remove redundant io_iter_advance()Yan, Zheng2014-10-141-1/+0
* ceph: move ceph_find_inode() outside the s_mutexYan, Zheng2014-10-142-8/+10
* ceph: request xattrs if xattr_version is zeroYan, Zheng2014-10-145-30/+20
* rbd: set the remaining discard properties to enable supportJosh Durgin2014-10-141-0/+2
* rbd: use helpers to handle discard for layered images correctlyJosh Durgin2014-10-141-32/+22
* rbd: extract a method for adding object operationsJosh Durgin2014-10-141-55/+78
* rbd: make discard trigger copy-on-writeJosh Durgin2014-10-141-1/+2
* rbd: tolerate -ENOENT for discard operationsJosh Durgin2014-10-141-0/+3
* rbd: fix snapshot context reference count for discardsJosh Durgin2014-10-141-1/+2
* rbd: read image size for discard check safelyJosh Durgin2014-10-141-6/+12
* rbd: initial discard bits from Guangliang ZhaoGuangliang Zhao2014-10-141-15/+89
* rbd: extend the operation typeGuangliang Zhao2014-10-141-34/+63
* rbd: skip the copyup when an entire object writingGuangliang Zhao2014-10-141-0/+8
* rbd: add img_obj_request_simple() helperIlya Dryomov2014-10-141-16/+28
* rbd: access snapshot context and mapping size safelyJosh Durgin2014-10-141-13/+21
* rbd: do not return -ERANGE on auth failuresIlya Dryomov2014-10-141-3/+1
* libceph: don't try checking queue_work() return valueIlya Dryomov2014-10-141-10/+5
* ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng2014-10-141-0/+1
* ceph: protect kick_requests() with mdsc->mutexYan, Zheng2014-10-141-2/+3
* libceph: Convert pr_warning to pr_warnJoe Perches2014-10-145-37/+39
* ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng2014-10-141-10/+13
* libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing2014-10-141-16/+16
* libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov2014-10-141-0/+1
* libceph: resend lingering requests with a new tidIlya Dryomov2014-10-141-19/+54
* libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov2014-10-141-7/+17
* Linux 3.17v3.17Linus Torvalds2014-10-051-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2014-10-054-7/+62
|\
| * [SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig2014-10-031-0/+7
| * [SCSI] cxgb4i: avoid holding mutex in interrupt contextAnish Bhatt2014-10-013-7/+55
* | Merge tag 'tiny/kconfig-for-3.17' of https://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-041-0/+3
|\ \
| * | init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menuJosh Triplett2014-10-031-0/+1
| * | init/Kconfig: Hide printk log config if CONFIG_PRINTK=nJosh Triplett2014-10-031-0/+2
| |/
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-032-5/+9
|\ \
| * | i2c: qup: Fix order of runtime pm initializationAndy Gross2014-10-031-4/+8
| * | i2c: rk3x: fix 0 length write transfersAlexandru M Stan2014-10-031-1/+1
* | | Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-031-1/+1
|\ \ \
| * | | ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-10-021-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-10-033-8/+4
|\ \ \
| * | | CIFS: Fix readpages retrying on reconnectsPavel Shilovsky2014-10-021-7/+1
| * | | Fix problem recognizing symlinksSteve French2014-10-022-1/+3
* | | | Merge tag 'md/3.17-final-fix' of git://neil.brown.name/mdLinus Torvalds2014-10-031-1/+17
|\ \ \ \
| * | | | md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown2014-10-021-1/+17
| | |/ / | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-038-62/+65
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2014-10-02' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-10-031-1/+13
| |\ \ \ \
| | * | | | drm/i915: Flush the PTEs after updating them before suspendChris Wilson2014-09-291-1/+13
| | |/ / /
| * | | | Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie2014-10-027-61/+52
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/nouveau: make sure display hardware is reinitialised on runtime resumeBen Skeggs2014-10-023-53/+26