aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: use old interface for ext4_readdir()Theodore Ts'o2017-05-272-3/+17
* sync: don't block the flusher thread waiting on IODave Chinner2017-05-272-2/+8
* ext4: fix up bio->bi_iter.bi_sectorTheodore Ts'o2017-05-271-2/+2
* ext4: backport mm portion of: fix data integrity sync in ordered modeTheodore Ts'o2017-05-272-6/+17
* ext4: use old truncate_pagecache() interface for ext4 3.18 backportTheodore Ts'o2017-05-272-3/+5
* ext4: use old percpu_counter_init() function signatureTheodore Ts'o2017-05-272-9/+6
* ext4: use the old shrinker APITheodore Ts'o2017-05-271-6/+10
* ext4: disable ext4 acl handling for 3.18 backportTheodore Ts'o2017-05-271-0/+3
* include/linux/fs.h: add dir_relax() for 3.18 backportMister Oyster2017-05-271-0/+7
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-2741-6405/+7260
* fs: add inode_set_flags() for ext4 3.18 backportTheodore Ts'o2017-05-272-0/+34
* sched: add bit_wait_io for 3.18 ext4 backportTheodore Ts'o2017-05-272-1/+38
* buffer_head.h: add getblk_unmovable() for 3.18 ext4 backportTheodore Ts'o2017-05-271-0/+6
* uapi: add new system call ABI codepoints for ext4 3.18 backportTheodore Ts'o2017-05-272-0/+37
* mm.h: add truncate_inode_pages_final() for 3.18 ext4 backportTheodore Ts'o2017-05-271-0/+6
* bitops.h: add smp_mb__after_atomic() for 3.18 backportTheodore Ts'o2017-05-271-0/+3
* buffer_head.h: add sb_bread_unmovable() for 3.18 ext4 backportTheodore Ts'o2017-05-271-0/+6
* percpu: add raw_cpu_ptr() for 3.18 ext4 backportTheodore Ts'o2017-05-271-0/+3
* mm: add find_get_page_flags() for 3.18 ext4 backportTheodore Ts'o2017-05-272-3/+16
* fs: add {lock,unlock}_two_nondirectories for 3.18 backportTheodore Ts'o2017-05-272-1/+41
* defconfig: f2fs: enable more options to fix twrpMoyster2017-05-261-7/+7
* Kconfig: add depends for UID_SYS_STATSGanesh Mahendran2017-05-241-1/+1
* ANDROID: uid_sys_stats: defer io stats calulation for dead tasksJin Qian2017-05-241-65/+42
* ANDROID: uid_sys_stats: fix access of task_uid(task)Ganesh Mahendran2017-05-241-4/+5
* ANDROID: uid_sys_stats: reduce update_io_stats overheadJin Qian2017-05-241-10/+51
* ANDROID: sdcardfs: Check for NULL in revalidateDaniel Rosenberg2017-05-241-3/+5
* selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2017-05-241-0/+3
* selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2017-05-241-0/+2
* selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long2017-05-241-9/+31
* selinux: fix a possible memory leak in cond_read_node()Namhyung Kim2017-05-241-1/+1
* selinux: simple cleanup for cond_read_node()Namhyung Kim2017-05-241-7/+2
* selinux: normalize audit log formattingRichard Guy Briggs2017-05-241-6/+8
* selinux: cleanup error reporting in selinux_nlmsg_perm()Richard Guy Briggs2017-05-241-4/+3
* selinux: Remove unused function avc_sidcmp()Rickard Strandqvist2017-05-241-5/+0
* selinux: quiet the filesystem labeling behavior messagePaul Moore2017-05-241-4/+0
* SELinux: do all flags twiddling in one placeEric Paris2017-05-241-7/+5
* selinux: add force_audit sysfs node to enable logging of dontauditimoseyon2017-05-242-0/+7
* selinux: remove unused variabled in the netport, netnode, and netif cachesPaul Moore2017-05-243-6/+4
* nohz: Avoid tick's double reprogramming in highres modeViresh Kumar2017-05-241-0/+4
* nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar2017-05-241-0/+4
* nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2017-05-241-1/+2
* IKSWL-3373: selinux: Improve avc loggingJoel Voss2017-05-241-0/+4
* UPSTREAM: math64: New separate div64_u64_rem helperMike Snitzer2017-05-242-0/+53
* UPSTREAM: proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2017-05-241-2/+5
* UPSTREAM: proc: make proc_fd_permission() thread-friendlyOleg Nesterov2017-05-241-5/+2
* include/linux/mm.h: remove ifdef conditionRashika Kheria2017-05-241-2/+0
* mm/readahead.c: inline ra_submitFabian Frederick2017-05-243-21/+18
* mm/memblock.c: introduce bottom-up allocation modeTang Chen2017-05-243-3/+108
* mm/memblock.c: factor out of top-down allocationTang Chen2017-05-241-13/+34
* memblock, numa: binary search node idYinghai Lu2017-05-243-10/+29