summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io_uring: utilize the io batching infrastructure for more efficient polled IOJens Axboe2021-10-181-2/+6
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-182-2/+2
* block: switch polling to be bio basedChristoph Hellwig2021-10-186-34/+20
* io_uring: don't sleep when polling for I/OChristoph Hellwig2021-10-181-1/+1
* block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-182-7/+8
* io_uring: fix a layering violation in io_iopoll_req_issuedChristoph Hellwig2021-10-181-8/+1
* iomap: don't try to poll multi-bio I/Os in __iomap_dio_rwChristoph Hellwig2021-10-181-1/+20
* direct-io: remove blk_poll supportChristoph Hellwig2021-10-181-10/+4
* mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-183-1/+3
* mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-185-0/+5
* mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig2021-10-182-0/+2
* Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-171-1/+1
|\
| * io_uring: fix wrong condition to grab uring lockHao Xu2021-10-141-1/+1
* | Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-171-1/+8
|\ \
| * | kernfs: don't create a negative dentry if inactive node existsIan Kent2021-10-041-1/+8
* | | Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds2021-10-1523-896/+712
|\ \ \
| * | | fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov2021-10-121-1/+22
| * | | fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov2021-10-111-14/+8
| * | | fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov2021-10-112-5/+6
| * | | fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov2021-10-111-3/+8
| * | | fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov2021-10-111-48/+43
| * | | fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov2021-10-112-12/+9
| * | | fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov2021-10-111-34/+56
| * | | fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov2021-10-111-7/+1
| * | | fs/ntfs3: Remove unnecessary functionsKonstantin Komarov2021-10-051-94/+0
| * | | fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesKonstantin Komarov2021-10-051-2/+5
| * | | fs/ntfs3: Refactoring of ntfs_set_eaKonstantin Komarov2021-10-051-14/+17
| * | | fs/ntfs3: Remove locked argument in ntfs_set_eaKonstantin Komarov2021-10-051-15/+14
| * | | fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_releaseKonstantin Komarov2021-10-051-8/+2
| * | | fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrectKonstantin Komarov2021-09-301-1/+3
| * | | fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov2021-09-302-12/+9
| * | | fs/ntfs3: Reject mount if boot's cluster size < media sector sizeKonstantin Komarov2021-09-301-1/+12
| * | | fs/ntfs3: Refactoring lock in ntfs_init_aclKonstantin Komarov2021-09-241-41/+14
| * | | fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_modeKonstantin Komarov2021-09-241-11/+4
| * | | fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_exKonstantin Komarov2021-09-241-2/+7
| * | | fs/ntfs3: Refactor ntfs_get_acl_ex for better readabilityKonstantin Komarov2021-09-241-3/+6
| * | | fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov2021-09-242-23/+14
| * | | fs/ntfs3: Fix logical error in ntfs_create_inodeKonstantin Komarov2021-09-241-1/+1
| * | | fs/ntfs3: Remove deprecated mount options nlsKari Argillander2021-09-231-4/+0
| * | | fs/ntfs3: Remove a useless shadowing variableChristophe JAILLET2021-09-231-2/+1
| * | | fs/ntfs3: Remove a useless test in 'indx_find()'Christophe JAILLET2021-09-231-3/+1
| * | | fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-218-17/+17
| * | | fs/ntfs3: Change max hardlinks limit to 4000Konstantin Komarov2021-09-211-3/+5
| * | | fs/ntfs3: Fix insertion of attr in ni_ins_attr_extKonstantin Komarov2021-09-211-0/+7
| * | | fs/ntfs3: Fix a memory leak on object optsColin Ian King2021-09-201-2/+2
| * | | fs/ntfs3: Initiliaze sb blocksize only in one place + refactorKari Argillander2021-09-201-10/+3
| * | | fs/ntfs3: Initialize pointer before use place in fill_superKari Argillander2021-09-201-4/+3
| * | | fs/ntfs3: Remove tmp pointer upcase in fill_superKari Argillander2021-09-201-7/+4
| * | | fs/ntfs3: Remove tmp pointer bd_inode in fill_superKari Argillander2021-09-201-2/+1
| * | | fs/ntfs3: Remove tmp var is_ro in ntfs_fill_superKari Argillander2021-09-201-5/+2