#!/bin/bash # description: display a table of dropped frames perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@ l='alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/fs/direct-io.c?h=linux-6.6.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)Author
2011-10-28direct-io: merge direct_io_walker into __blockdev_direct_IOAndi Kleen
2011-10-28direct-io: inline the complete submission pathAndi Kleen
2011-10-28direct-io: separate map_bh from dioAndi Kleen
2011-10-28direct-io: use a slab cache for struct dioAndi Kleen
2011-10-28direct-io: rearrange fields in dio/dio_submit to avoid holesAndi Kleen
2011-10-28direct-io: fix a wrong commentAndi Kleen
2011-10-28direct-io: separate fields only used in the submission path from struct dioAndi Kleen
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig
2011-07-20fs: always maintain i_dio_countChristoph Hellwig
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-15Merge branch 'master' into for-nextJiri Kosina
2011-01-20fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bioDavid Dillow
2011-01-19dio: fix typos in commentsNamhyung Kim
2010-10-26fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin
2010-09-09O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig
2010-07-26direct-io: move aio_complete into ->end_ioChristoph Hellwig
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de
2010-05-25direct-io: do not merge logically non-contiguous requestsJosef Bacik
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionJosef Bacik