index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
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
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
David Sterba
2020-12-08
btrfs: sink parameter start and len to check_data_csum
Qu Wenruo
2020-12-08
btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bio
Qu Wenruo
2020-12-08
btrfs: sink the failed_start parameter to set_extent_bit
Qu Wenruo
2020-12-08
btrfs: add set/get accessors for root_item::drop_level
David Sterba
2020-12-08
btrfs: remove dio iomap DSYNC workaround
Goldwyn Rodrigues
2020-12-08
btrfs: remove btrfs_inode::dio_sem
Goldwyn Rodrigues
2020-12-08
btrfs: introduce btrfs_inode_lock()/unlock()
Goldwyn Rodrigues
2020-12-08
btrfs: split btrfs_direct_IO to read and write
Goldwyn Rodrigues
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
2020-12-08
btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
Josef Bacik
2020-11-13
btrfs: fix missing delalloc new bit for new delalloc ranges
Filipe Manana
2020-10-16
btrfs: fix relocation failure due to race with fallocate
Filipe Manana
2020-10-07
btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
Nikolay Borisov
2020-10-07
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
2020-10-07
btrfs: remove struct extent_io_ops
Nikolay Borisov
2020-10-07
btrfs: stop calling submit_bio_hook for data inodes
Nikolay Borisov
2020-10-07
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
2020-10-07
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
[next]