#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@" title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/block/ioctl.c?h=linux-6.6.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/block/ioctl.c
AgeCommit message (Expand)Author
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig
2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2018-10-25block: Introduce BLKGETNRZONES ioctlDamien Le Moal
2018-10-25block: Introduce BLKGETZONESZ ioctlDamien Le Moal
2018-02-23block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeMing Lei
2017-10-25block: move CAP_SYS_ADMIN check in blkdev_roset()Ilya Dryomov
2017-10-24block: Invalidate cache on discard v2Dmitry Monakhov
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-19block: check partition alignmentStefan Haberland
2016-10-18blk-zoned: implement ioctlsShaun Tancheff
2016-10-11block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov