index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2021-02-09
btrfs: zoned: wait for existing extents before truncating
Naohiro Aota
2021-02-09
btrfs: zoned: introduce dedicated data write path for zoned filesystems
Naohiro Aota
2021-02-09
btrfs: zoned: enable zone append writing for direct IO
Naohiro Aota
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
2021-02-09
btrfs: zoned: check if bio spans across an ordered extent
Johannes Thumshirn
2021-02-09
btrfs: zoned: split ordered extent when bio is sent
Naohiro Aota
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
2021-02-08
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
2021-02-08
btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK
Qu Wenruo
2021-02-08
btrfs: let callers of btrfs_get_io_geometry pass the em
Michal Rostecki
2021-02-08
btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...
Qu Wenruo
2021-02-08
btrfs: remove wrong comment for can_nocow_extent()
Filipe Manana
2021-02-08
btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputs
Nikolay Borisov
2021-02-08
btrfs: rework the order of btrfs_ordered_extent::flags
Qu Wenruo
2021-02-08
btrfs: refactor btrfs_dec_test_* functions for ordered extents
Qu Wenruo
2021-02-08
btrfs: remove always true condition in btrfs_start_delalloc_roots
Nikolay Borisov
2021-02-08
btrfs: make btrfs_start_delalloc_root's nr argument a long
Nikolay Borisov
2021-02-08
btrfs: remove new_dirid argument from btrfs_create_subvol_root
Nikolay Borisov
2021-02-08
btrfs: make btrfs_root::free_objectid hold the next available objectid
Nikolay Borisov
2021-02-08
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
2021-01-08
btrfs: shrink delalloc pages instead of full inodes
Josef Bacik
2020-12-18
btrfs: fix deadlock when cloning inline extent and low on free metadata space
Filipe Manana
2020-12-09
btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecs
Qu Wenruo
2020-12-09
btrfs: make btrfs_verify_data_csum follow sector size
Qu Wenruo
2020-12-09
btrfs: pass bio_offset to check_data_csum() directly
Qu Wenruo
2020-12-09
btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset
Qu Wenruo
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
2020-12-09
btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectid
Nikolay Borisov
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
2020-12-08
btrfs: remove err variable from btrfs_delete_subvolume
Nikolay Borisov
2020-12-08
btrfs: unlock path before checking if extent is shared during nocow writeback
Filipe Manana
2020-12-08
btrfs: remove unnecessary attempt to drop extent maps after adding inline extent
Filipe Manana
2020-12-08
btrfs: merge __set_extent_bit and set_extent_bit
Nikolay Borisov
2020-12-08
btrfs: make btrfs_update_inode_fallback take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make btrfs_cont_expand take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make btrfs_truncate_block take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make maybe_insert_hole take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make btrfs_update_inode_item take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make btrfs_delayed_update_inode take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make btrfs_finish_ordered_io btrfs_inode-centric
Nikolay Borisov
2020-12-08
btrfs: make btrfs_truncate_inode_items take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make insert_prealloc_file_extent take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: update the number of bytes used by an inode atomically
Filipe Manana
2020-12-08
btrfs: refactor btrfs_drop_extents() to make it easier to extend
Filipe Manana
2020-12-08
btrfs: load the free space cache inode extents from commit root
Josef Bacik
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
2020-12-08
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
[next]