summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: zero-seek shrinkersJohannes Weiner2018-10-272-0/+6
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-271-3/+0Star
* mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-271-8/+8
* dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka2018-10-271-29/+9Star
* cramfs: convert to use vmf_insert_mixedNicolas Pitre2018-10-271-1/+4
* fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-271-1/+1
* ocfs2: remove set but not used variable 'rb'YueHaibing2018-10-271-2/+0Star
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-271-1/+1
* ocfs2: remove unneeded null checkDing Xiang2018-10-271-2/+1Star
* ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-271-4/+0Star
* ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-271-1/+1
* userfaultfd: disable irqs when taking the waitqueue lockChristoph Hellwig2018-10-271-4/+4
* mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-271-1/+3
* Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-261-1/+4
|\
| * kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger2018-09-161-1/+4
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-262-14/+0Star
|\ \
| * | crypto: speck - remove SpeckJason A. Donenfeld2018-09-042-14/+0Star
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-4/+4
|\ \ \
| * | | vfs: require i_size <= SIZE_MAX in kernel_read_file()Eric Biggers2018-10-101-4/+4
| |/ /
* | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-9/+3Star
|\ \ \
| * | | simplify btrfs_lookup()Al Viro2018-10-101-9/+3Star
* | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-68/+1Star
|\ \ \ \
| * | | | hidp: fix compat_ioctlAl Viro2018-09-101-10/+0Star
| * | | | cmtp: fix compat_ioctlAl Viro2018-09-101-9/+0Star
| * | | | bnep: fix compat_ioctlAl Viro2018-09-101-11/+0Star
| * | | | compat_ioctl: trim the pointless includesAl Viro2018-09-101-39/+1Star
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-257-60/+60
|\ \ \ \ \
| * | | | | y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-2/+6
| * | | | | y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann2018-08-291-29/+22Star
| * | | | | y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann2018-08-291-1/+1
| * | | | | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+1
| * | | | | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+3
| * | | | | y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-275-27/+27
| | |/ / / | |/| | |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-2414-454/+1259
|\ \ \ \ \
| * | | | | ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2018-10-122-26/+50
| * | | | | ext4: cache NULL when both default_acl and acl are NULLChengguang Xu2018-10-071-0/+4
| * | | | | jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-10-061-2/+2
| * | | | | ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong2018-10-031-1/+3
| * | | | | ext4: fix setattr project check in fssetxattr ioctlWang Shilong2018-10-031-23/+37
| * | | | | ext4: convert fault handler to use vm_fault_t typeSouptick Joarder2018-10-032-16/+17
| * | | | | ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-10-031-1/+1
| * | | | | ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2018-10-031-6/+27
| * | | | | ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi2018-10-021-1/+1
| * | | | | ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-10-021-2/+6
| * | | | | ext4: fix reserved cluster accounting at page invalidation timeEric Whitney2018-10-013-19/+95
| * | | | | ext4: adjust reserved cluster count when removing extentsEric Whitney2018-10-014-114/+198
| * | | | | ext4: reduce reserved cluster count by number of allocated clustersEric Whitney2018-10-013-160/+207
| * | | | | ext4: fix reserved cluster accounting at delayed write timeEric Whitney2018-10-015-18/+206
| * | | | | ext4: add new pending reservation mechanismEric Whitney2018-10-014-0/+249
| * | | | | ext4: generalize extents status tree search functionsEric Whitney2018-10-015-72/+163