summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-10-18udf: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18reiserfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18ntfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18jfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18ext4: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18reiserfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18nfs/blocklayout: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18hfsplus: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18hfs: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18fs: simplify init_page_buffersChristoph Hellwig
2021-10-18fs: use bdev_nr_bytes instead of open coding it in blkdev_max_blockChristoph Hellwig
2021-10-18io_uring: utilize the io batching infrastructure for more efficient polled IOJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-10-18io_uring: fix a layering violation in io_iopoll_req_issuedChristoph Hellwig
2021-10-18iomap: don't try to poll multi-bio I/Os in __iomap_dio_rwChristoph Hellwig
2021-10-18direct-io: remove blk_poll supportChristoph Hellwig
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig
2021-10-17Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-17Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds
2021-10-14io_uring: fix wrong condition to grab uring lockio_uring-5.15-2021-10-17Hao Xu
2021-10-12fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov
2021-10-11Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-10-11fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov
2021-10-11fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov
2021-10-11fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov
2021-10-11fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov
2021-10-11fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov
2021-10-11fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov
2021-10-09Merge tag '5.15-rc4-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-10-07btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik
2021-10-07btrfs: check for error when looking up inode during dir entry replayFilipe Manana
2021-10-07btrfs: unify lookup return value when dir entry is missingFilipe Manana
2021-10-07btrfs: deal with errors when adding inode reference during log replayFilipe Manana