summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-261-1/+1
* ocfs2: remove set but not used variable 'rb'YueHaibing2018-10-261-2/+0
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-261-1/+1
* ocfs2: remove unneeded null checkDing Xiang2018-10-261-2/+1
* ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-261-4/+0
* ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-261-1/+1
* userfaultfd: disable irqs when taking the waitqueue lockChristoph Hellwig2018-10-261-4/+4
* mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-261-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-252-14/+0
|\ \
| * | crypto: speck - remove SpeckJason A. Donenfeld2018-09-042-14/+0
* | | 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/+3
|\ \ \
| * | | simplify btrfs_lookup()Al Viro2018-10-101-9/+3
* | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-68/+1
|\ \ \ \
| * | | | hidp: fix compat_ioctlAl Viro2018-09-101-10/+0
| * | | | cmtp: fix compat_ioctlAl Viro2018-09-101-9/+0
| * | | | bnep: fix compat_ioctlAl Viro2018-09-101-11/+0
| * | | | compat_ioctl: trim the pointless includesAl Viro2018-09-101-39/+1
* | | | | 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/+22
| * | | | | 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-061-0/+4
| * | | | | jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-10-051-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-022-16/+17
| * | | | | ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-10-021-1/+1
| * | | | | ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2018-10-021-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
* | | | | | Merge tag 'f2fs-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2427-561/+1566
|\ \ \ \ \ \
| * | | | | | f2fs: fix to keep project quota consistentChao Yu2018-10-223-11/+39
| * | | | | | f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-229-48/+293
| * | | | | | f2fs: cleanup dirty pages if recover failedSheng Yong2018-10-222-12/+35
| * | | | | | f2fs: fix data corruption issue with hardware encryptionSahitya Tummala2018-10-223-0/+22