summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-02block: remove cmdline-parser.cChristoph Hellwig
2021-08-02block: remove disk_name()Christoph Hellwig
2021-08-02block: simplify disk name formatting in check_partitionChristoph Hellwig
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig
2021-08-02block: use the %pg format specifier in show_partitionChristoph Hellwig
2021-08-02block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig
2021-08-02block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi
2021-08-02block: remove bdputChristoph Hellwig
2021-08-02block: remove bdgrabChristoph Hellwig
2021-08-02loop: don't grab a reference to the block deviceChristoph Hellwig
2021-08-02block: change the refcounting for partitionsChristoph Hellwig
2021-08-02block: allocate bd_meta_info later in add_partitionsChristoph Hellwig
2021-08-02block: unhash the whole device inode earlierChristoph Hellwig
2021-08-02block: assert the locking state in delete_partitionChristoph Hellwig
2021-08-02block: use bvec_kmap_local in bio_integrity_processChristoph Hellwig
2021-08-02block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}Christoph Hellwig
2021-08-02block: use memcpy_from_bvec in __blk_queue_bounceChristoph Hellwig
2021-08-02block: use memcpy_from_bvec in bio_copy_kern_endio_readChristoph Hellwig
2021-08-02block: use memcpy_to_bvec in copy_to_high_bio_irqChristoph Hellwig
2021-08-02block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig
2021-08-02block: remove bvec_kmap_irq and bvec_kunmap_irqChristoph Hellwig
2021-08-02ps3disk: use memcpy_{from,to}_bvecChristoph Hellwig
2021-08-02dm-writecache: use bvec_kmap_local instead of bvec_kmap_irqChristoph Hellwig
2021-08-02rbd: use memzero_bvecChristoph Hellwig
2021-08-02block: use memzero_page in zero_fill_bioChristoph Hellwig
2021-08-02bvec: add memcpy_{from,to}_bvec and memzero_bvec helperChristoph Hellwig
2021-08-02bvec: add a bvec_kmap_local helperChristoph Hellwig
2021-08-02bvec: fix the include guards for bvec.hChristoph Hellwig
2021-08-02MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>Christoph Hellwig
2021-08-02ioprio: move user space relevant ioprio bits to UAPI includesOliver Hartkopp
2021-08-01Linux 5.14-rc4v5.14-rc4Linus Torvalds
2021-08-01Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub...Linus Torvalds
2021-08-01Merge tag 'powerpc-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-31Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30Merge tag 'acpi-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-07-30pipe: make pipe writes always wake up readersLinus Torvalds
2021-07-30Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo
2021-07-30Merge branches 'acpi-resources' and 'acpi-dptf'Rafael J. Wysocki
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-30Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-30Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-07-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-30Merge tag 'linux-can-fixes-for-5.14-20210730' of git://git.kernel.org/pub/scm...Jakub Kicinski
2021-07-30mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai
2021-07-30slub: fix unreclaimable slab stat for bulk freeShakeel Butt
2021-07-30mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V