summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-27btrfs: get mapping tree directly from fsinfo in find_first_block_groupJohannes Thumshirn
2020-07-27btrfs: simplify checks when adding excluded rangesNikolay Borisov
2020-07-27btrfs: read stripe len directly in btrfs_rmap_blockNikolay Borisov
2020-07-27btrfs: don't balance btree inode pages from buffered write pathNikolay Borisov
2020-07-27Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman
2020-07-27udf: osta_udf.h: delete a duplicated wordRandy Dunlap
2020-07-27reiserfs: reiserfs.h: delete a duplicated wordRandy Dunlap
2020-07-27ext2: ext2.h: fix duplicated word + typosRandy Dunlap
2020-07-26f2fs: compress: delay temp page allocationChao Yu
2020-07-26f2fs: compress: fix to update isize when overwriting compressed fileChao Yu
2020-07-26f2fs: space related cleanupJack Qiu
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds
2020-07-25io-wq: update hash bitsPavel Begunkov
2020-07-25io_uring: fix missing io_queue_linked_timeout()Pavel Begunkov
2020-07-25io_uring: mark ->work uninitialised after cleanupPavel Begunkov
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds
2020-07-24nfsd: netns.h: delete a duplicated wordRandy Dunlap
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher
2020-07-24io_uring: deduplicate io_grab_files() callsPavel Begunkov
2020-07-24io_uring: don't do opcode prep twicePavel Begunkov
2020-07-24io_uring: clear IORING_SQ_NEED_WAKEUP after executing task worksXiaoguang Wang
2020-07-24io_uring: batch put_task_struct()Pavel Begunkov
2020-07-24io_uring: return locked and pinned page accountingPavel Begunkov
2020-07-24io_uring: don't miscount pinned memoryPavel Begunkov
2020-07-24io_uring: don't open-code recv kbuf managmentPavel Begunkov
2020-07-24io_uring: extract io_put_kbuf() helperPavel Begunkov
2020-07-24io_uring: move BUFFER_SELECT check into *recv[msg]Pavel Begunkov
2020-07-24io_uring: free selected-bufs if error'edPavel Begunkov
2020-07-24io_uring: don't forget cflags in io_recv()Pavel Begunkov
2020-07-24io_uring: remove extra checks in send/recvPavel Begunkov
2020-07-24io_uring: indent left {send,recv}[msg]()Pavel Begunkov
2020-07-24io_uring: simplify file ref tracking in submission statePavel Begunkov
2020-07-24io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov
2020-07-24io_uring: alloc ->io in io_req_defer_prep()Pavel Begunkov
2020-07-24io_uring: remove empty cleanup of OP_OPEN* reqsPavel Begunkov
2020-07-24io_uring: inline io_req_work_grab_env()Pavel Begunkov
2020-07-24io_uring: place cflags into completion dataPavel Begunkov
2020-07-24io_uring: remove sequence from io_kiocbPavel Begunkov
2020-07-24io_uring: use non-intrusive list for deferPavel Begunkov
2020-07-24io_uring: remove init for unused listPavel Begunkov
2020-07-24io_uring: add req->timeout.listPavel Begunkov
2020-07-24io_uring: use completion list for CQ overflowPavel Begunkov
2020-07-24io_uring: use inflight_entry list for iopoll'ingPavel Begunkov