summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
2021-08-30Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'for-5.15/io_uring-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-30Merge tag 'fs_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-30Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-30Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-30io-wq: fix wakeup race when adding new workJens Axboe
2021-08-30io-wq: wqe and worker locks no longer need to be IRQ safeJens Axboe
2021-08-30io-wq: check max_worker limits if a worker transitions bound stateJens Axboe
2021-08-29io_uring: allow updating linked timeoutsPavel Begunkov
2021-08-29io_uring: keep ltimeouts in a listPavel Begunkov
2021-08-29io_uring: support CLOCK_BOOTTIME/REALTIME for timeoutsJens Axboe
2021-08-29io-wq: provide a way to limit max number of workersJens Axboe
2021-08-28eventfd: Make signal recursion protection a task bitThomas Gleixner
2021-08-27io_uring: add build check for buf_index overflowsPavel Begunkov
2021-08-27io_uring: clarify io_req_task_cancel() lockingPavel Begunkov
2021-08-27io_uring: add task-refs-get helperPavel Begunkov
2021-08-27io_uring: fix failed linkchain code logicHao Xu
2021-08-27io_uring: remove redundant req_set_fail()Hao Xu
2021-08-26Merge tag 'ceph-for-5.14-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-25io_uring: don't free request to slabHao Xu
2021-08-25pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-08-25io_uring: accept directly into fixed file tablePavel Begunkov
2021-08-25io_uring: hand code io_accept() fd installingPavel Begunkov
2021-08-25io_uring: openat directly into fixed fd tablePavel Begunkov
2021-08-24block: mark blkdev_fsync staticChristoph Hellwig
2021-08-24fs: clean up after mandatory file locking support removalLukas Bulwahn
2021-08-23io_uring: add support for IORING_OP_LINKATDmitry Kadashev
2021-08-23io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev
2021-08-23block: use the percpu bio cache in __blkdev_direct_IOChristoph Hellwig
2021-08-23io_uring: enable use of bio alloc cacheJens Axboe
2021-08-23io_uring: fix io_try_cancel_userdata race for iowqPavel Begunkov
2021-08-23io_uring: add support for IORING_OP_MKDIRATDmitry Kadashev
2021-08-23namei: update do_*() helpers to return intsDmitry Kadashev
2021-08-23namei: make do_linkat() take struct filenameDmitry Kadashev
2021-08-23namei: add getname_uflags()Dmitry Kadashev
2021-08-23namei: make do_symlinkat() take struct filenameDmitry Kadashev
2021-08-23namei: make do_mknodat() take struct filenameDmitry Kadashev
2021-08-23namei: make do_mkdirat() take struct filenameDmitry Kadashev
2021-08-23namei: change filename_parentat() calling conventionsDmitry Kadashev
2021-08-23namei: ignore ERR/NULL names in putname()Dmitry Kadashev