linux-2.6-microblaze.git
2023-02-15 Jens AxboeMerge tag 'nvme-6.3-2023-02-15' of git://git.infradead...
2023-02-15 Jens AxboeMerge tag 'nvme-6.2-2023-02-15' of git://git.infradead...
2023-02-15 Linus TorvaldsMerge tag 'nfsd-6.2-6' of git://git./linux/kernel/git...
2023-02-15 Linus TorvaldsMerge tag 'trace-v6.2-rc7-2' of git://git./linux/kernel...
2023-02-15 John Johansenapparmor: Fix regression in compat permissions for...
2023-02-15 Thomas Weißschuhbtrfs: make kobj_type structures constant
2023-02-15 Christoph Hellwigbtrfs: remove the bdev argument to btrfs_rmap_block
2023-02-15 Christoph Hellwigbtrfs: don't rely on unchanging ->bi_bdev for zone...
2023-02-15 Christoph Hellwigbtrfs: never return true for reads in btrfs_use_zone_append
2023-02-15 Christoph Hellwigbtrfs: pass a btrfs_bio to btrfs_use_append
2023-02-15 Christoph Hellwigbtrfs: set bbio->file_offset in alloc_new_bio
2023-02-15 Christoph Hellwigbtrfs: use file_offset to limit bios size in calc_bio_b...
2023-02-15 Filipe Mananabtrfs: do unsigned integer division in the extent buffe...
2023-02-15 Filipe Mananabtrfs: eliminate extra call when doing binary search...
2023-02-15 Christoph Hellwigbtrfs: raid56: handle endio in scrub_rbio
2023-02-15 Christoph Hellwigbtrfs: raid56: handle endio in recover_rbio
2023-02-15 Christoph Hellwigbtrfs: raid56: handle endio in rmw_rbio
2023-02-15 Christoph Hellwigbtrfs: raid56: submit the read bios from scrub_assemble...
2023-02-15 Christoph Hellwigbtrfs: raid56: fold rmw_read_wait_recover into rmw_read...
2023-02-15 Christoph Hellwigbtrfs: raid56: fold recover_assemble_read_bios into...
2023-02-15 Christoph Hellwigbtrfs: raid56: add a bio_list_put helper
2023-02-15 Christoph Hellwigbtrfs: raid56: wait for I/O completion in submit_read_bios
2023-02-15 Christoph Hellwigbtrfs: raid56: simplify code flow in rmw_rbio
2023-02-15 Christoph Hellwigbtrfs: raid56: simplify error handling and code flow...
2023-02-15 Josef Bacikbtrfs: replace btrfs_wait_tree_block_writeback by wait_...
2023-02-15 Josef Bacikbtrfs: combine btrfs_clear_buffer_dirty and clear_exten...
2023-02-15 Josef Bacikbtrfs: rename btrfs_clean_tree_block to btrfs_clear_buf...
2023-02-15 Josef Bacikbtrfs: do not increment dirty_metadata_bytes in set_btr...
2023-02-15 Josef Bacikbtrfs: replace clearing extent buffer dirty bit with...
2023-02-15 Josef Bacikbtrfs: add trans argument to btrfs_clean_tree_block
2023-02-15 Josef Bacikbtrfs: always lock the block before calling btrfs_clean...
2023-02-15 Christoph Hellwigiomap: remove IOMAP_F_ZONE_APPEND
2023-02-15 Christoph Hellwigbtrfs: split zone append bios in btrfs_submit_bio
2023-02-15 Christoph Hellwigbtrfs: calculate file system wide queue limit for zoned...
2023-02-15 Christoph Hellwigbtrfs: remove now spurious bio submission helpers
2023-02-15 Christoph Hellwigbtrfs: remove the fs_info argument to btrfs_submit_bio
2023-02-15 Christoph Hellwigbtrfs: open code submit_encoded_read_bio
2023-02-15 Christoph Hellwigbtrfs: remove struct btrfs_io_geometry
2023-02-15 Qu Wenruobtrfs: remove stripe boundary calculation for encoded I/O
2023-02-15 Qu Wenruobtrfs: remove stripe boundary calculation for compresse...
2023-02-15 Qu Wenruobtrfs: remove stripe boundary calculation for buffered I/O
2023-02-15 Christoph Hellwigbtrfs: pass the iomap bio to btrfs_submit_bio
2023-02-15 Christoph Hellwigbtrfs: allow btrfs_submit_bio to split bios
2023-02-15 Christoph Hellwigbtrfs: support cloned bios in btree_csum_one_bio
2023-02-15 Christoph Hellwigbtrfs: handle recording of zoned writes in the storage...
2023-02-15 Christoph Hellwigbtrfs: handle checksum generation in the storage layer
2023-02-15 Christoph Hellwigbtrfs: simplify the btrfs_csum_one_bio calling convention
2023-02-15 Christoph Hellwigbtrfs: open code the submit_bio_start helpers
2023-02-15 Christoph Hellwigbtrfs: remove struct btrfs_bio::is_metadata flag
2023-02-15 Christoph Hellwigbtrfs: rename btrfs_bio::iter field
2023-02-15 Christoph Hellwigbtrfs: remove the io_failure_record infrastructure
2023-02-15 Christoph Hellwigbtrfs: remove struct btrfs_bio::device field
2023-02-15 Christoph Hellwigbtrfs: remove now unused checksumming helpers
2023-02-15 Christoph Hellwigbtrfs: remove btrfs_bio_for_each_sector
2023-02-15 Christoph Hellwigbtrfs: open code btrfs_bio_free_csum
2023-02-15 Christoph Hellwigbtrfs: handle checksum validation and repair at the...
2023-02-15 Christoph Hellwigbtrfs: add a btrfs_data_csum_ok helper
2023-02-15 Christoph Hellwigbtrfs: pre-load data checksum for reads in btrfs_submit_bio
2023-02-15 Christoph Hellwigbtrfs: save the bio iter for checksum validation in...
2023-02-15 Christoph Hellwigbtrfs: refactor error handling in btrfs_submit_bio
2023-02-15 Christoph Hellwigbtrfs: simplify parameters of btrfs_lookup_bio_sums
2023-02-15 Christoph Hellwigbtrfs: remove the direct I/O read checksum lookup optim...
2023-02-15 Christoph Hellwigbtrfs: add a btrfs_inode pointer to struct btrfs_bio
2023-02-15 Christoph Hellwigbtrfs: better document struct btrfs_bio
2023-02-15 Christoph Hellwigblock: export bio_split_rw
2023-02-15 Qu Wenruobtrfs: raid56: reduce overhead to calculate the bio...
2023-02-15 Colin Ian Kingbtrfs: fix spelling mistakes found using codespell
2023-02-15 Filipe Mananabtrfs: skip backref walking during fiemap if we know...
2023-02-15 Filipe Mananabtrfs: assert commit root semaphore is held when access...
2023-02-15 Boris Burkovbtrfs: hold block group refcount during async discard
2023-02-15 Filipe Mananabtrfs: send: cache utimes operations for directories...
2023-02-15 Filipe Mananabtrfs: send: update size of roots array for backref...
2023-02-15 Filipe Mananabtrfs: send: use the lru cache to implement the name...
2023-02-15 Linus Walleijgpio: mlxbf2: select GPIOLIB_IRQCHIP
2023-02-15 Werner Sembachgpiolib: acpi: Add a ignore wakeup quirk for Clevo...
2023-02-15 Alexander Steingpio: vf610: make irq_chip immutable
2023-02-15 Arnd BergmannMerge tag 'qcom-arm64-defconfig-for-6.3-3' of https...
2023-02-15 Arnd BergmannMerge tag 'qcom-arm64-for-6.3-3' of https://git./linux...
2023-02-15 Raag Jadavgpiolib: acpi: remove redundant declaration
2023-02-15 Sean Christophersonperf/x86: Refuse to export capabilities for hybrid...
2023-02-15 Sean ChristophersonKVM: x86/pmu: Disable vPMU support on hybrid CPUs ...
2023-02-15 Arnd Bergmannx86/build: Make 64-bit defconfig the default
2023-02-15 Munehisa Kamatasched/psi: Fix use-after-free in ep_remove_wait_queue()
2023-02-15 Paolo BonziniDocumentation/hw-vuln: Fix rST warning
2023-02-15 Jakub Kicinskinet: mpls: fix stale pointer if allocation fails during...
2023-02-15 Pedro Tammelanet/sched: tcindex: search key must be 16 bits
2023-02-15 Tung Nguyentipc: fix kernel warning when sending SYN message
2023-02-15 Miroslav Lichvarigb: Fix PPS input and output using 3rd and 4th SDP
2023-02-15 Jakub KicinskiMerge branch '100GbE' of git://git./linux/kernel/git...
2023-02-15 Eric Dumazetnet: use a bounce buffer for copying skb->mark
2023-02-15 Zack Rusindrm/vmwgfx: Do not drop the reference to the handle...
2023-02-15 Zack Rusindrm/vmwgfx: Stop accessing buffer objects which failed...
2023-02-15 Jingbo Xuerofs: unify anonymous inodes for blob
2023-02-15 Jingbo Xuerofs: relinquish volume with mutex held
2023-02-15 Jingbo Xuerofs: maintain cookies of share domain in self-contain...
2023-02-15 Jingbo Xuerofs: remove unused device mapping in meta routine
2023-02-15 Yangtao LiMAINTAINERS: erofs: Add Documentation/ABI/testing/sysfs...
2023-02-15 Yue HuDocumentation/ABI: sysfs-fs-erofs: update supported...
2023-02-15 Jingbo Xuerofs: remove unused EROFS_GET_BLOCKS_RAW flag
2023-02-15 Jingbo Xuerofs: update print symbols for various flags in trace
next