summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-04-19btrfs: update outdated comment at btrfs_replace_file_extents()Filipe Manana
2021-04-19btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana
2021-04-19btrfs: update debug message when checking seq number of a delayed refFilipe Manana
2021-04-19btrfs: add and use helper to get lowest sequence number for the tree mod logFilipe Manana
2021-04-19btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb()Filipe Manana
2021-04-19btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Filipe Manana
2021-04-19btrfs: use a bit to track the existence of tree mod log usersFilipe Manana
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana
2021-04-19btrfs: integrity-checker: convert block context kmap's to kmap_local_pageIra Weiny
2021-04-19btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioIra Weiny
2021-04-19btrfs: raid56: convert kmaps to kmap_local_pageIra Weiny
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-04-19btrfs: fix race between memory mapped writes and fsyncFilipe Manana
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