aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drivers: cpufreq: fix maybe-uninitialized warningNathan Chancellor2017-05-231-1/+1
* drivers: net: ppp: fix maybe-uninitialized warningNathan Chancellor2017-05-231-2/+2
* mtk: mt_logger: update & cleanupMister Oyster2017-05-231-26/+37
* net: core: add UID to flows, rules, and routesLorenzo Colitti2017-05-238-3/+120
* Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-05-2329-129/+26
* Revert "Handle 'sk' being NULL in UID-based routing."Lorenzo Colitti2017-05-232-2/+2
* net: Add SIOCKILLADDR ioctl in the compatibility listAbhishek Bhardwaj2017-05-231-0/+1
* UPSTREAM: net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser2017-05-231-1/+1
* net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers2017-05-231-1/+1
* net: core: Add a UID field to struct sock.Lorenzo Colitti2017-05-233-1/+25
* ANDROID: uid_sys_stats: fix typo in initJin Qian2017-05-231-1/+1
* ANDROID: uid_sys_stats: change to use rt_mutexWei Wang2017-05-231-15/+16
* ANDROID: uid_sys_stats: account for fsync syscallsJin Qian2017-05-231-2/+9
* ANDROID: uid_sys_stats: fix negative write bytes.Jin Qian2017-05-231-4/+10
* ANDROID: uid_sys_stats: remove unnecessary code in procstat switchJin Qian2017-05-231-14/+1
* ANDROID: uid_sys_stats: return full size when state is not changed.Jin Qian2017-05-231-1/+1
* ANDROID: uid_sys_stats: allow writing same stateJin Qian2017-05-231-1/+6
* defconfig: uid_cputime -> uid_sys_statsMister Oyster2017-05-231-1/+1
* ANDROID: uid_sys_stats: rename uid_cputime.c to uid_sys_stats.cJin Qian2017-05-233-3/+4
* defconfig: enable config needed by newer uid_cputime/sys_stats driverMister Oyster2017-05-231-1/+4
* ANDROID: uid_cputime: add per-uid IO usage accountingJin Qian2017-05-231-16/+233
* defconfig: better vpn confMoyster2017-05-221-3/+8
* dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-05-221-0/+2
* kernel: Fix potential refcount leak in su checkTom Marshall2017-05-221-1/+3
* timer: Added usleep[_range] timerPatrick Pannuto2017-05-221-0/+5
* kernel: Only expose su when daemon is runningTom Marshall2017-05-2110-0/+86
* f2fs: switch to using fscrypt_match_name()Eric Biggers2017-05-211-24/+4
* fscrypt: introduce helper function for filename matchingEric Biggers2017-05-214-22/+157
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-211-19/+68
* fscrypt: Move key structure and constants to uapiJoe Richey2017-05-212-11/+13
* fscrypt: remove unnecessary checks for NULL operationsEric Biggers2017-05-212-13/+1
* fscrypt: eliminate ->prepare_context() operationEric Biggers2017-05-212-8/+0
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-212-3/+3
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-214-20/+31
* f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers2017-05-211-3/+4
* f2fs: fix a mount fail for wrong next_scan_nidYunlei He2017-05-211-0/+3
* f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu2017-05-211-3/+4
* f2fs: show available_nids in f2fs/statusJaegeuk Kim2017-05-212-3/+5
* f2fs: flush dirty nats periodicallyJaegeuk Kim2017-05-211-1/+1
* f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-216-9/+34
* f2fs: allow cpc->reason to indicate more than one reasonChao Yu2017-05-213-20/+18
* f2fs: release cp and dnode lock before IPUHou Pengyang2017-05-214-16/+27
* f2fs: shrink size of struct discard_cmdChao Yu2017-05-211-1/+1
* f2fs: don't hold cmd_lock during waiting discard commandChao Yu2017-05-212-5/+21
* f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim2017-05-211-2/+2
* f2fs: sanity check segment countJin Qian2017-05-212-0/+13
* f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim2017-05-211-5/+12
* f2fs: lookup extent cache first under IPU scenarioHou Pengyang2017-05-213-3/+17
* f2fs: reconstruct code to write a data pageHou Pengyang2017-05-213-37/+54
* f2fs: introduce __wait_discard_cmdChao Yu2017-05-211-22/+18