summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-04-09io_uring: fix fs cleanup on cqe overflowPavel Begunkov
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-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
2020-04-05io_uring: fix ctx refcounting in io_submit_sqes()Pavel Begunkov
2020-04-03io_uring: process requests completed with -EAGAIN on poll listBijan Mottahedeh
2020-04-03io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe
2020-04-03io_uring: use io-wq manager as backup task if task is exitingJens Axboe
2020-04-03io_uring: grab task reference for poll requestsJens Axboe
2020-04-03io_uring: retry poll if we got woken with non-matching maskJens Axboe
2020-04-01io_uring: add missing finish_wait() in io_sq_thread()Hillf Danton
2020-03-31io_uring: refactor file register/unregister/update handlingXiaoguang Wang
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30Merge tag 'pstore-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-30Merge tag 'erofs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner
2020-03-27io_uring: cleanup io_alloc_async_ctx()Xiaoguang Wang
2020-03-26afs: Fix unpinned address list during probingDavid Howells
2020-03-26Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-25Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig
2020-03-24io_uring: fix missing 'return' in commentChucheng Luo
2020-03-25zonfs: Fix handling of read-only zonesDamien Le Moal
2020-03-24block: remove __bdevnameChristoph Hellwig
2020-03-24libfs: fix infoleak in simple_attr_read()Eric Biggers
2020-03-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-03-23io-wq: handle hashed writes in chainsPavel Begunkov
2020-03-23io-uring: drop 'free_pfile' in struct io_file_putHillf Danton
2020-03-23io-uring: drop completion when removing fileHillf Danton
2020-03-23ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-03-22io_uring: Fix ->data corruption on re-enqueuePavel Begunkov
2020-03-22Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-03-22io-wq: close cancel gap for hashed linked workPavel Begunkov
2020-03-21epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds