io_uring: fix a memory leak of buffer group list on exit
[linux-2.6-microblaze.git] / fs /
2022-05-31 Jens Axboeio_uring: fix a memory leak of buffer group list on...
2022-05-31 Jens Axboeio_uring: move shutdown under the general net section
2022-05-31 Jens Axboeio_uring: unify calling convention for async prep handling
2022-05-31 Jens Axboeio_uring: add io_op_defs 'def' pointer in req init...
2022-05-25 Jens Axboeio_uring: make prep and issue side of req handlers...
2022-05-25 Jens Axboeio_uring: make timeout prep handlers consistent with...
2022-05-23 Linus TorvaldsMerge tag 'zonefs-5.19-rc1' of git://git./linux/kernel...
2022-05-23 Linus TorvaldsMerge tag 'ata-5.19-rc1' of git://git./linux/kernel...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/drivers-2022-05-22' of git://git...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/block-2022-05-22' of git://git...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/cdrom-2022-05-22' of git://git...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/writeback-2022-05-22' of git:/...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/io_uring-passthrough-2022-05-22...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/io_uring-net-2022-05-22' of git...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/io_uring-socket-2022-05-22' of...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/io_uring-xattr-2022-05-22' of git...
2022-05-23 Linus TorvaldsMerge tag 'for-5.19/io_uring-2022-05-22' of git://git...
2022-05-23 Linus TorvaldsMerge tag 'rcu.2022.05.19a' of git://git./linux/kernel...
2022-05-23 Linus TorvaldsMerge tag 'lkmm.2022.05.20a' of git://git./linux/kernel...
2022-05-23 Linus TorvaldsMerge tag 'nolibc.2022.05.20a' of git://git./linux...
2022-05-23 Linus TorvaldsMerge tag 'efi-next-for-v5.19' of git://git./linux...
2022-05-22 David Howellsafs: Fix afs_getattr() to refetch file status if callba...
2022-05-22 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2022-05-21 Linus TorvaldsMerge tag 'input-for-v5.18-rc7' of git://git./linux...
2022-05-21 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-05-21 Jens Axboeio_uring: cleanup handling of the two task_work lists
2022-05-21 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-05-21 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2022-05-21 Linus TorvaldsMerge tag 'drm-fixes-2022-05-21' of git://anongit.freed...
2022-05-20 Dave AirlieMerge tag 'drm-misc-fixes-2022-05-20' of git://anongit...
2022-05-20 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.18' of git://git./linux...
2022-05-20 Linus TorvaldsMerge tag 'mmc-v5.18-rc4-2' of git://git./linux/kernel...
2022-05-20 Linus TorvaldsMerge tag 'ceph-for-5.18-rc8' of https://github.com...
2022-05-20 Linus TorvaldsMerge tag 'riscv-for-linus-5.18-rc8' of git://git....
2022-05-20 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2022-05-20 Linus TorvaldsMerge tag 'v5.18-p2' of git://git./linux/kernel/git...
2022-05-19 Linus TorvaldsMerge tag 'for-5.18/parisc-4' of git://git./linux/kerne...
2022-05-19 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2022-05-19 Linus TorvaldsMerge tag 'pinctrl-v5.18-3' of git://git./linux/kernel...
2022-05-19 Linus TorvaldsMerge tag 'net-5.18-rc8' of git://git./linux/kernel...
2022-05-19 Zhihao Chengfs-writeback: writeback_sb_inodes:Recalculate 'wrote...
2022-05-19 Linus TorvaldsMerge tag 'block-5.18-2022-05-18' of git://git.kernel...
2022-05-19 Linus TorvaldsMerge tag 'io_uring-5.18-2022-05-18' of git://git.kerne...
2022-05-19 Linus TorvaldsMerge branch 'arm/fixes' of git://git./linux/kernel...
2022-05-19 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2022-05-18 Jens Axboeio_uring: disallow mixed provided buffer group registra...
2022-05-18 Jens Axboeio_uring: initialize io_buffer_list head when shared...
2022-05-18 Pavel Begunkovio_uring: add fully sparse buffer registration
2022-05-18 Linus TorvaldsMerge tag 'sound-5.18' of git://git./linux/kernel/git...
2022-05-18 Christoph Hellwigio_uring: use rcu_dereference in io_close
2022-05-18 Christoph Hellwigio_uring: consistently use the EPOLL* defines
2022-05-18 Christoph Hellwigio_uring: make apoll_events a __poll_t
2022-05-18 Christoph Hellwigio_uring: drop a spurious inline on a forward declaration
2022-05-18 Christoph Hellwigio_uring: don't use ERR_PTR for user pointers
2022-05-18 Christoph Hellwigio_uring: use a rwf_t for io_rw.flags
2022-05-18 Jens Axboeio_uring: add support for ring mapped supplied buffers
2022-05-18 Jens Axboeio_uring: add io_pin_pages() helper
2022-05-18 Jens Axboeio_uring: add buffer selection support to IORING_OP_NOP
2022-05-18 Jens Axboeio_uring: fix locking state for empty buffer group
2022-05-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2022-05-17 Linus TorvaldsMerge tag 'pci-v5.18-fixes-1' of git://git./linux/kerne...
2022-05-17 Linus TorvaldsMerge tag 'thermal-5.18-rc8' of git://git./linux/kernel...
2022-05-17 Jens Axboeio_uring: don't attempt to IOPOLL for MSG_RING requests
2022-05-17 Paolo BonziniMerge tag 'kvmarm-fixes-5.18-3' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'driver-core-5.18-rc7' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'char-misc-5.18-rc7' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'tty-5.18-rc7' of git://git./linux/kernel...
2022-05-15 Linus TorvaldsMerge tag 'usb-5.18-rc7' of git://git./linux/kernel...
2022-05-15 Linus TorvaldsMerge tag 'powerpc-5.18-5' of git://git./linux/kernel...
2022-05-15 Linus TorvaldsMerge tag 'x86-urgent-2022-05-15' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'sched-urgent-2022-05-15' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'irq-urgent-2022-05-15' of git://git./linux...
2022-05-14 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.18-2022-05-14' of...
2022-05-14 Hao Xuio_uring: implement multishot mode for accept
2022-05-14 Hao Xuio_uring: let fast poll support multishot
2022-05-14 Hao Xuio_uring: add REQ_F_APOLL_MULTISHOT for requests
2022-05-13 Linus TorvaldsMerge tag 'drm-fixes-2022-05-14' of git://anongit.freed...
2022-05-13 Linus TorvaldsMerge tag 'gfs2-v5.18-rc4-fix3' of git://git./linux...
2022-05-13 Dylan Yudakenio_uring: only wake when the correct events are set
2022-05-13 Andreas Gruenbachergfs2: Stop using glock holder auto-demotion for now
2022-05-13 Andreas Gruenbachergfs2: buffered write prefaulting
2022-05-13 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-05-13 Andreas Gruenbachergfs2: Align read and write chunks to the page cache
2022-05-13 Andreas Gruenbachergfs2: Pull return value test out of should_fault_in_pages
2022-05-13 Andreas Gruenbachergfs2: Clean up use of fault_in_iov_iter_{read,write...
2022-05-13 Andreas Gruenbachergfs2: Variable rename
2022-05-13 Andreas Gruenbachergfs2: Fix filesystem block deallocation for short writes
2022-05-13 Linus TorvaldsMerge tag 'ceph-for-5.18-rc7' of https://github.com...
2022-05-13 Linus TorvaldsMerge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org...
2022-05-13 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-05-11' of git:/...
2022-05-13 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2022-05-13 Linus TorvaldsMerge tag 'hwmon-for-v5.18-rc7' of git://git./linux...
2022-05-13 Linus TorvaldsMerge tag 'drm-fixes-2022-05-13' of git://anongit.freed...
2022-05-13 Greg Kroah-HartmanMerge tag 'icc-5.18-rc6' of git://git./linux/kernel...
2022-05-13 Pavel Begunkovio_uring: avoid io-wq -EAGAIN looping for !IOPOLL
2022-05-13 Jens Axboeio_uring: add flag for allocating a fully sparse direct...
2022-05-13 Jens Axboeio_uring: bump max direct descriptor count to 1M
2022-05-13 Jens Axboeio_uring: allow allocated fixed files for accept
2022-05-13 Jens Axboeio_uring: allow allocated fixed files for openat/openat2
2022-05-13 Jens Axboeio_uring: add basic fixed file allocator
next