summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: add missed trace file for f2fsChao Yu2015-08-041-0/+1
* f2fs: make the function check_dnode have a return type of bool and change it'...Nicholas Krause2015-08-041-6/+6
* f2fs: check the largest extent at look-up timeJaegeuk Kim2015-08-042-8/+20
* f2fs: use extent_cache by defaultJaegeuk Kim2015-08-046-265/+142Star
* f2fs: add noextent_cache mount optionJaegeuk Kim2015-08-042-1/+10
* f2fs: shrink extent_cache entriesJaegeuk Kim2015-08-044-11/+27
* f2fs: shrink nat_cache entriesJaegeuk Kim2015-08-043-7/+18
* f2fs: introduce a shrinker for mounted fsJaegeuk Kim2015-08-044-1/+148
* f2fs: set cached_en after checking finallyJaegeuk Kim2015-08-041-5/+4Star
* f2fs: update on-disk extents even under extent_cacheJaegeuk Kim2015-08-041-2/+2
* f2fs: fix wrong block address calculation for a split extentJaegeuk Kim2015-08-041-1/+1
* f2fs: convert inline_data for various fallocateJaegeuk Kim2015-08-041-0/+14
* f2fs: avoid to use failed inode immediatelyJaegeuk Kim2015-08-043-9/+15
* f2fs: avoid freed stat informationJaegeuk Kim2015-08-041-1/+3
* f2fs: fix to record dirty page count for symlinkChao Yu2015-08-042-2/+4
* f2fs crypto: delete an unnecessary check before the function call "key_put"Markus Elfring2015-08-041-2/+1Star
* Merge tag 'pci-v4.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-041-0/+1
|\
| * PCI: Restore PCI_MSIX_FLAGS_BIRMASK definitionMichael S. Tsirkin2015-07-151-0/+1
* | Merge tag 'topic/mst-fixes-2015-08-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-08-044-7/+26
|\ \
| * | drm/atomic-helpers: Make encoder picking more robustDaniel Vetter2015-08-041-5/+6
| * | drm/dp-mst: Remove debug WARN_ONDaniel Vetter2015-08-041-1/+0Star
| * | drm/i915: Fixup dp mst encoder selectionDaniel Vetter2015-08-041-0/+11
| * | drm/atomic-helper: Add an atomice best_encoder callbackDaniel Vetter2015-08-042-1/+9
* | | Merge tag 'for-linus-4.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-045-17/+62
|\ \ \
| * | | xen/events/fifo: Handle linked events when closing a portRoss Lagerwall2015-08-043-9/+53
| * | | xen: release lock occasionally during ballooningJuergen Gross2015-07-201-8/+7Star
| * | | xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki2015-06-301-0/+2
* | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2015-08-041-2/+7
|\ \ \ \
| * | | | Makefile: Force gzip and xz on module installJason A. Donenfeld2015-07-221-2/+2
| * | | | kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environmentMichal Marek2015-07-221-0/+5
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-08-035-18/+30
|\ \ \ \ \
| * | | | | i2c: fix leaked device refcount on of_find_i2c_* error pathVladimir Zapolskiy2015-08-011-6/+14
| * | | | | i2c: Fix typo in i2c-bfin-twi.cMasanari Iida2015-07-311-2/+2
| * | | | | i2c: omap: fix bus recovery setupJan Luebbe2015-07-311-0/+11
| * | | | | i2c: core: only use set_scl for bus recovery after calling prepare_recoveryJan Luebbe2015-07-311-1/+3
| * | | | | misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy2015-07-311-3/+0Star
| * | | | | i2c: slave eeprom: clean up sysfs bin attribute read()/write()Vladimir Zapolskiy2015-07-311-6/+0Star
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-08-034-24/+23Star
|\ \ \ \ \
| * | | | | rbd: fix copyup completion raceIlya Dryomov2015-07-311-5/+17
| * | | | | ceph: always re-send cap flushes when MDS recoversYan, Zheng2015-07-312-18/+5Star
| * | | | | ceph: fix ceph_encode_locks_to_buffer()Yan, Zheng2015-07-311-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2015-08-031-0/+1
|\ \ \ \ \ \
| * | | | | | Adding YAMA hooks also when YAMA is not stacked.Salvatore Mesoraca2015-08-031-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-033-10/+17
|\ \ \ \ \ \
| * | | | | | hwrng: core - correct error check of kthread_run callMartin Schwidefsky2015-07-281-1/+1
| * | | | | | crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu2015-07-231-1/+0Star
| * | | | | | crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk2015-07-231-8/+16
* | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-08-031-2/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | module: weaken locking assertion for oops path.Rusty Russell2015-07-281-2/+6
* | | | | | | Linux 4.2-rc5Linus Torvalds2015-08-031-1/+1