summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-20/+26
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-14/+19
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | btrfs: zoned: wait for existing extents before truncatingNaohiro Aota2021-02-091-0/+9
* | btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota2021-02-091-2/+32
* | btrfs: zoned: enable zone append writing for direct IONaohiro Aota2021-02-091-0/+18
* | btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota2021-02-091-0/+4
* | btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn2021-02-091-0/+27
* | btrfs: zoned: split ordered extent when bio is sentNaohiro Aota2021-02-091-0/+95
* | btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota2021-02-091-5/+5
* | btrfs: introduce btrfs_subpage for data inodesQu Wenruo2021-02-081-4/+11
* | btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo2021-02-081-18/+10
* | btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki2021-02-081-11/+30
* | btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo2021-02-081-1/+2
* | btrfs: remove wrong comment for can_nocow_extent()Filipe Manana2021-02-081-3/+0
* | btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov2021-02-081-3/+5
* | btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo2021-02-081-2/+2
* | btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo2021-02-081-4/+2
* | btrfs: remove always true condition in btrfs_start_delalloc_rootsNikolay Borisov2021-02-081-1/+1
* | btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov2021-02-081-3/+3
* | btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov2021-02-081-2/+1
* | btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov2021-02-081-2/+6
* | btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-6/+6
|/
* btrfs: shrink delalloc pages instead of full inodesJosef Bacik2021-01-081-17/+43
* btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-181-4/+11
* btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo2020-12-091-3/+2
* btrfs: make btrfs_verify_data_csum follow sector sizeQu Wenruo2020-12-091-3/+15
* btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo2020-12-091-12/+20
* btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo2020-12-091-5/+5
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-11/+0
* btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov2020-12-091-6/+6
* btrfs: drop casts of bio bi_sectorDavid Sterba2020-12-091-4/+3
* btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov2020-12-081-14/+7
* btrfs: unlock path before checking if extent is shared during nocow writebackFilipe Manana2020-12-081-2/+11
* btrfs: remove unnecessary attempt to drop extent maps after adding inline extentFilipe Manana2020-12-081-1/+0
* btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov2020-12-081-3/+3
* btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov2020-12-081-8/+7
* btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov2020-12-081-18/+17
* btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov2020-12-081-27/+25
* btrfs: make maybe_insert_hole take btrfs_inodeNikolay Borisov2020-12-081-11/+11
* btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-28/+29
* btrfs: make btrfs_update_inode_item take btrfs_inodeNikolay Borisov2020-12-081-7/+7
* btrfs: make btrfs_delayed_update_inode take btrfs_inodeNikolay Borisov2020-12-081-1/+1
* btrfs: make btrfs_finish_ordered_io btrfs_inode-centricNikolay Borisov2020-12-081-19/+18
* btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov2020-12-081-20/+23
* btrfs: make insert_prealloc_file_extent take btrfs_inodeNikolay Borisov2020-12-081-5/+7