aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix the size value in __check_sit_bitmapYunlong Song2017-10-041-2/+5
* f2fs: add app/fs io statChao Yu2017-10-0410-32/+202
* f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song2017-10-041-0/+4
* f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song2017-10-041-14/+30
* f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim2017-10-041-1/+1
* f2fs: expose features to sysfs entryJaegeuk Kim2017-10-041-26/+130
* f2fs: support inode checksumChao Yu2017-10-046-1/+119
* f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim2017-10-041-1/+1
* f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song2017-10-043-8/+13
* f2fs: introduce f2fs_statfs_projectChao Yu2017-10-041-0/+48
* f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim2017-10-041-3/+13
* f2fs: avoid naming confusion of sysfs initJaegeuk Kim2017-10-043-14/+14
* f2fs: support project quotaChao Yu2017-10-049-15/+123
* f2fs: record quota during dot{,dot} recoveryChao Yu2017-10-041-0/+2
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-10-0410-52/+135
* f2fs: make max inline size changeableChao Yu2017-10-046-81/+96
* f2fs: add ioctl to expose current featuresJaegeuk Kim2017-10-042-0/+15
* f2fs: don't give partially written atomic data from process crashJaegeuk Kim2017-10-042-0/+19
* f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández2017-10-021-2/+3
* f2fs: alloc new nids for xattr block in recoveryYunlei He2017-10-021-13/+15
* f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu2017-10-022-23/+31
* f2fs: remove unused input parameterYunlei He2017-10-023-7/+5
* drivers: mtk: connectivity: move wifi firmware to /vendor/firmwareMister Oyster2017-10-015-12/+12
* mtk: devinfo: update from NMister Oyster2017-09-306-173/+297
* CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov2017-09-305-88/+3
* Disable "maybe-uninitialized" warning globallyLinus Torvalds2017-09-301-1/+3
* ANDROID: binder: init desired_prio.sched_policy before use itGanesh Mahendran2017-09-281-4/+1
* ANDROID: binder: fix node sched policy calculationGanesh Mahendran2017-09-281-1/+1
* include: linux: Remove unneeded zram_drv.halexlartsev192017-09-281-108/+0
* defconfig: ntfs drivers don't have full rw support, use fuseMoyster2017-09-271-2/+1
* lz4k: Remove lz4k modulealexlartsev192017-09-269-1040/+0
* debugfs: add get/set for atomic typesSeth Jennings2017-09-263-21/+44
* defconfig: use crypto lz4Mister Oyster2017-09-251-3/+3
* zram: restrict add/remove attributes to root onlySergey Senozhatsky2017-09-251-1/+7
* zram: fix unbalanced idr management at hot removalTakashi Iwai2017-09-251-1/+2
* zram: our old kernel lacks __GFP_KSWAPD_RECLAIMSultan Qasim Khan2017-09-251-1/+0
* zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2017-09-251-4/+4
* zram: add more compression algorithmsSergey Senozhatsky2017-09-251-0/+9
* zram: delete custom lzo/lz4Sergey Senozhatsky2017-09-258-174/+2
* zram: use crypto api to check alg availabilitySergey Senozhatsky2017-09-254-33/+60
* zram: switch to crypto compress APISergey Senozhatsky2017-09-254-52/+69
* zram: rename zstrm find-release functionsSergey Senozhatsky2017-09-253-8/+8
* zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2017-09-254-0/+32
* zram: remove max_comp_streams internalsSergey Senozhatsky2017-09-254-59/+19
* zram: user per-cpu compression streamsSergey Senozhatsky2017-09-253-232/+117
* mm/zpool: add name argument to create zpoolGanesh Mahendran2017-09-253-5/+9
* mm/zpool: use prefixed module loadingKees Cook2017-09-252-1/+86
* zbud: add to mm/Seth Jennings2017-09-253-0/+550
* zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim2017-09-251-6/+6
* zsmalloc: use freeobj for indexMinchan Kim2017-09-251-66/+73