aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells
2019-05-15afs: Fix missing lock when replacing VL server listDavid Howells
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells
2019-05-15afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()David Howells
2019-05-15ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o
2019-05-14fs/block_dev.c: Remove duplicate headerSabyasachi Gupta
2019-05-14fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta
2019-05-14fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta
2019-05-14fs/eventfd.c: make eventfd_ida staticYueHaibing
2019-05-14eventfd: present id to userspace via fdinfoMasatake YAMATO
2019-05-14fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan
2019-05-14fs/fat/file.c: issue flush after the writeback of FATHou Tao
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham
2019-05-14binfmt_elf: move brk out of mmap when doing direct loader execKees Cook
2019-05-14elf: init pt_regs pointer laterAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan
2019-05-14fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan
2019-05-14fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng
2019-05-14io_uring: fix failure to verify SQ_AFF cpuJens Axboe
2019-05-14cifs:smbd Use the correct DMA direction when sending dataLong Li
2019-05-14cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14hugetlb: use same fault hash key for shared and private mappingsMike Kravetz
2019-05-14mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu
2019-05-14ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang
2019-05-14ocfs2: use common file type conversionPhillip Potter
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2019-05-14Merge tag 'ovl-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2019-05-14Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-13gfs2: Fix error path kobject memory leakTobin C. Harding
2019-05-13Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-13io_uring: fix race condition reading SQE dataStefan Bühler
2019-05-12cifs: use the right include for signal_pending()Ronnie Sahlberg
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds