summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolumeJosef Bacik
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_renameJosef Bacik
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchangeJosef Bacik
2021-04-19btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo
2021-04-19btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo
2021-04-19btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
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: 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: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov
2021-04-12btrfs: convert to fileattrMiklos Szeredi
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-18btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval
2021-03-17btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn
2021-03-16btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2021-03-15btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo
2021-03-15btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22btrfs: fix race between swap file activation and snapshot creationFilipe Manana
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-02-22btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana
2021-02-09btrfs: zoned: wait for existing extents before truncatingNaohiro Aota
2021-02-09btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: enable zone append writing for direct IONaohiro Aota
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki
2021-02-08btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo
2021-02-08btrfs: remove wrong comment for can_nocow_extent()Filipe Manana
2021-02-08btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo
2021-02-08btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo
2021-02-08btrfs: remove always true condition in btrfs_start_delalloc_rootsNikolay Borisov
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov