summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-06-11NFS: Trace short NFS READsChuck Lever
2020-06-11NFS: nfs_xdr_status should record the procedure nameChuck Lever
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-06-11io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang
2020-06-11ext4: mballoc: Use this_cpu_read instead of this_cpu_ptrRitesh Harjani
2020-06-11ext4: avoid utf8_strncasecmp() with unstable nameEric Biggers
2020-06-11ext4: stop overwrite the errcode in ext4_setup_superyangerkun
2020-06-11ext4: fix partial cluster initialization when splitting extentJeffle Xu
2020-06-11ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-06-10ocfs2: fix spelling mistake and grammarKeyur Patel
2020-06-10nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2020-06-10Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-06-10io_uring: check file O_NONBLOCK state for acceptJiufei Xue
2020-06-10io_uring: avoid unnecessary io_wq_work copy for fast poll featureXiaoguang Wang
2020-06-10io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang
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-10smb3: fix typo in mount options displayed in /proc/mountsSteve French
2020-06-09io_uring: allow O_NONBLOCK async retryJens Axboe
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-09Revert "fs: remove dio_end_io()"David Sterba
2020-06-09Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba
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