summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2020-02-06Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-06Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-02-04io_uring: cleanup fixed file data table referencesJens Axboe
2020-02-04io_uring: spin for sq thread to idle on shutdownJens Axboe
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand
2020-02-04ocfs2: fix oops when writing cloned fileGang He
2020-02-03aio: prevent potential eventfd recursion on pollJens Axboe
2020-02-03io_uring: put the flag changing code in the same spotPavel Begunkov
2020-02-03io_uring: iterate req cache backwardsPavel Begunkov
2020-02-03io_uring: punt even fadvise() WILLNEED to async contextJens Axboe
2020-02-03io_uring: fix sporadic double CQE entry for closeJens Axboe
2020-02-03io_uring: remove extra ->file checkPavel Begunkov
2020-02-03io_uring: don't map read/write iovec potentially twiceJens Axboe
2020-02-03io_uring: use the proper helpers for io_send/recvJens Axboe
2020-02-03io_uring: prevent potential eventfd recursion on pollJens Axboe
2020-02-03eventfd: track eventfd_signal() recursion depthJens Axboe
2020-02-03Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-02-03ovl: fix lseek overflow on 32bitMiklos Szeredi
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-02-01Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git.samba.org/sfrench/c...Linus Torvalds
2020-02-01vfs: fix do_last() regressionAl Viro
2020-01-31cifs: update internal module version numberSteve French
2020-01-31Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-01-31Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-01-31execve: warn if process starts with executable stackAlexey Dobriyan
2020-01-31reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye
2020-01-31fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31fs/io_uring: set FOLL_PIN via pin_user_pages()John Hubbard
2020-01-31ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...wangyan
2020-01-31ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan