aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: sdcardfs: implement vm_ops->page_mkwriteDaniel Rosenberg2017-04-131-0/+34
* ANDROID: sdcardfs: Don't bother deleting freelistDaniel Rosenberg2017-04-131-1/+2
* ANDROID: sdcardfs: Add missing path_putDaniel Rosenberg2017-04-131-0/+1
* ANDROID: sdcardfs: Fix incorrect hashDaniel Rosenberg2017-04-131-2/+6
* ANDROID: sdcardfs: Switch strcasecmp for internal callDaniel Rosenberg2017-04-136-58/+78
* ANDROID: sdcardfs: switch to full_name_hash and qstrDaniel Rosenberg2017-04-131-81/+108
* ANDROID: sdcardfs: Add GID Derivation to sdcardfsDaniel Rosenberg2017-04-137-60/+429
* Revert "sdcardfs: Flag files as non-mappable"Mister Oyster2017-04-133-15/+0
* ANDROID: sdcardfs: Remove redundant operationDaniel Rosenberg2017-04-131-11/+0
* ANDROID: sdcardfs: add support for user permission isolationDaniel Rosenberg2017-04-133-40/+284
* net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-04-136-2/+38
* ipv6: sysctl to restrict candidate source addressesErik Kline2017-04-134-1/+27
* net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan2017-04-136-0/+28
* defconfig: disable ksm/uksm, performance gains are not worth the battery tradeMoyster2017-04-131-2/+2
* UPSTREAM: zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2017-04-132-4/+4
* UPSTREAM: zram: pass gfp from zcomp frontend to backendMinchan Kim2017-04-134-34/+23
* UPSTREAM: zram: try vmalloc() after kmalloc()Kyeongdon Kim2017-04-132-4/+42
* UPSTREAM: zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2017-04-133-4/+4
* mtk: mt_spm_sleep fw updateMoyster2017-04-131-7/+6
* sdcardfs: Fix issue with d_child moveMister Oyster2017-04-131-2/+2
* ANDROID: sdcardfs: Refactor configfs interfaceDaniel Rosenberg2017-04-131-80/+76
* ANDROID: sdcardfs: Allow non-owners to touchDaniel Rosenberg2017-04-131-2/+5
* ANDROID: mnt: remount should propagate to slaves of slavesDaniel Rosenberg2017-04-132-7/+22
* ANDROID: sdcardfs: Fix locking issue with permision fix upDaniel Rosenberg2017-04-131-21/+15
* ANDROID: vfs: Missed updating truncate to truncate2Daniel Rosenberg2017-04-131-1/+1
* sdcardfs: Use per mount permissionsDaniel Rosenberg2017-04-135-51/+150
* sdcardfs: Add gid and mask to private mount dataDaniel Rosenberg2017-04-133-18/+157
* sdcardfs: User new permission2 functionsDaniel Rosenberg2017-04-132-8/+22
* vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg2017-04-135-12/+31
* vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2017-04-1310-73/+166
* vfs: Allow filesystems to access their private mount dataDaniel Rosenberg2017-04-135-10/+38
* mnt: Add filesystem private data to mount pointsDaniel Rosenberg2017-04-135-1/+46
* sdcardfs: Move directory unlock before touchDaniel Rosenberg2017-04-131-3/+9
* sdcardfs: fix external storage exporting incorrect uidalvin_liang2017-04-131-1/+1
* sdcardfs: Added top to sdcardfs_inode_infoDaniel Rosenberg2017-04-136-56/+179
* perf: Cure event->pending_disable racePeter Zijlstra2017-04-131-3/+3
* drivers: usb: storage: transport: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-2/+2
* drivers: usb: core: hub: fix maybe-uninitialized warningNathan Chancellor2017-04-131-1/+1
* sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen2017-04-131-0/+4
* idle: Implement a per-cpu idle-polling modeVikram Mulukutla2017-04-132-2/+26
* idle: exit the cpu_idle_poll loop if cpu_idle_force_poll is clearedVikram Mulukutla2017-04-131-1/+1
* idle: Add a memory barrier after setting cpu_idle_force_pollVikram Mulukutla2017-04-131-0/+3
* kernel: trace: fix misleading-indentation warningNathan Chancellor2017-04-131-1/+1
* sysctl: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-2/+2
* kernel/panic.c: add missing \nJiri Slaby2017-04-131-1/+1
* block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2017-04-133-3/+15
* Revert "lib: align source before using optimized implementation"Mister Oyster2017-04-131-17/+0
* BACKPORT: commoncap: don't alloc the credential unless needed in cap_task_prctlTetsuo Handa2017-04-131-43/+31
* security: keys: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-4/+4
* net: tcp: fix rtable leak in tcp_is_local[6]liping.zhang2017-04-131-2/+10