summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-06-10Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-06-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-10Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-10proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-06-09Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2020-06-09Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-09afs: Make afs_zap_data() staticDavid Howells
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09afs: Fix use of BUG()David Howells
2020-06-09afs: Fix file lockingDavid Howells
2020-06-09afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng
2020-06-09exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter
2020-06-09exfat: fix range validation error in alloc and free clusterhyeongseok.kim
2020-06-09exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon
2020-06-09exfat: fix memory leak in exfat_parse_param()Al Viro
2020-06-09exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada
2020-06-09exfat: add boot region verificationTetsuhiro Kohada
2020-06-09exfat: separate the boot sector analysisTetsuhiro Kohada
2020-06-09exfat: redefine PBR as boot_sectorTetsuhiro Kohada
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada
2020-06-09exfat: remove the assignment of 0 to bool variableJason Yan
2020-06-09exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár
2020-06-09exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFFPali Rohár
2020-06-09exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config optionGeert Uytterhoeven
2020-06-09exfat: Use a more common logging styleJoe Perches
2020-06-09exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFFPali Rohár
2020-06-08f2fs: attach IO flags to the missing casesJaegeuk Kim
2020-06-08f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim
2020-06-08f2fs: remove unused parameter of f2fs_put_rpages_mapping()Chao Yu
2020-06-08f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu
2020-06-08f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds