summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-04-19btrfs: exclude mmap from happening during all fallocate operationsJosef Bacik
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues
2021-04-19btrfs: don't opencode extent_changeset_freeNikolay Borisov
2021-04-19btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana
2021-04-19btrfs: add btree read ahead for full send operationsFilipe Manana
2021-04-19btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-04-19btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-04-19btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov
2021-04-19btrfs: scrub: drop a few function declarationsAnand Jain
2021-04-19btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain
2021-04-19btrfs: replace open coded while loop with proper constructNikolay Borisov
2021-04-19btrfs: replace offset_in_entry with in_rangeNikolay Borisov
2021-04-19btrfs: make find_desired_extent take btrfs_inodeNikolay Borisov
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov
2021-04-19btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo
2021-04-17readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds
2021-04-16Merge tag 'io_uring-5.12-2021-04-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-14io_uring: fix early sqd_list removal sqpoll hangsPavel Begunkov
2021-04-11Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-10btrfs: zoned: move superblock logging zone locationNaohiro Aota
2021-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-09Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-09fs: direct-io: fix missing sdio->boundaryJack Qiu
2021-04-09ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang
2021-04-08Merge tag '5.12-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-04-08io-wq: cancel unbounded works on io-wq destroyPavel Begunkov
2021-04-08io_uring: fix rw req completionPavel Begunkov
2021-04-08Merge tag 'for-linus-2021-04-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2021-04-07io_uring: clear F_REISSUE right after getting itPavel Begunkov
2021-04-07cifs: escape spaces in share namesMaciek Borzecki
2021-04-07fs: cifs: Remove unnecessary struct declarationWan Jiabing
2021-04-07cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N
2021-04-06LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too lateAl Viro
2021-04-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2021-04-06Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro
2021-04-03Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-03Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-02io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe
2021-04-02Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02io_uring: move reissue into regular IO pathJens Axboe
2021-04-02block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov
2021-04-02file: fix close_range() for unshare+cloexecChristian Brauner