summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-04-09io_uring: fix fs cleanup on cqe overflowPavel Begunkov
2020-04-08Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-04-08Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-04-08Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-08btrfs: fix reclaim counter leak of space_info objectsFilipe Manana
2020-04-08btrfs: make full fsyncs always operate on the entire file againFilipe Manana
2020-04-08btrfs: fix lost i_size update after cloning inline extentFilipe Manana
2020-04-08btrfs: check commit root generation in should_ignore_rootJosef Bacik
2020-04-08io_uring: don't read user-shared sqe flags twicePavel Begunkov
2020-04-08io_uring: remove req init from io_get_req()Pavel Begunkov
2020-04-08io_uring: alloc req only after getting sqePavel Begunkov
2020-04-08io_uring: simplify io_get_sqringPavel Begunkov
2020-04-08io_uring: do not always copy iovec in io_req_map_rw()Xiaoguang Wang
2020-04-08io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe
2020-04-08orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall
2020-04-08orangefs: get rid of knob code...Mike Marshall
2020-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07smb3: smbdirect support can be configured by defaultSteve French
2020-04-07reiserfs: clean up several indentation issuesColin Ian King
2020-04-07fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan
2020-04-07fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan
2020-04-07fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan
2020-04-07fs/epoll: make nesting accounting safe for -rt kernelJason Baron
2020-04-07proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)
2020-04-07proc: use ppos instead of m->versionMatthew Wilcox (Oracle)
2020-04-07proc: remove m_cache_vmaMatthew Wilcox (Oracle)
2020-04-07proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)
2020-04-07proc: speed up /proc/*/statmAlexey Dobriyan
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge
2020-04-07userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionallyPeter Xu
2020-04-07userfaultfd: wp: don't wake up when doing write protectPeter Xu
2020-04-07userfaultfd: wp: add the writeprotect API to userfaultfd ioctlAndrea Arcangeli
2020-04-07userfaultfd: wp: add UFFDIO_COPY_MODE_WPAndrea Arcangeli
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual
2020-04-07cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li
2020-04-07cifs: smbd: Properly process errors on ib_post_sendLong Li
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li
2020-04-07cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li
2020-04-07cifs: smbd: Check send queue size before posting a sendLong Li
2020-04-07cifs: smbd: Merge code to track pending packetsLong Li
2020-04-07cifs: ignore cached share root handle closing errorsAurelien Aptel
2020-04-07io_uring: initialize fixed_file_data lockXiaoguang Wang
2020-04-07io_uring: remove redundant variable pointer nxt and io_wq_assign_next callColin Ian King