index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-14
/
+19
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-1
/
+2
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-2
/
+2
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2021-01-08
btrfs: shrink delalloc pages instead of full inodes
Josef Bacik
1
-17
/
+43
2020-12-18
btrfs: fix deadlock when cloning inline extent and low on free metadata space
Filipe Manana
1
-4
/
+11
2020-12-09
btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecs
Qu Wenruo
1
-3
/
+2
2020-12-09
btrfs: make btrfs_verify_data_csum follow sector size
Qu Wenruo
1
-3
/
+15
2020-12-09
btrfs: pass bio_offset to check_data_csum() directly
Qu Wenruo
1
-12
/
+20
2020-12-09
btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset
Qu Wenruo
1
-5
/
+5
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
1
-11
/
+0
2020-12-09
btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectid
Nikolay Borisov
1
-6
/
+6
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
1
-4
/
+3
2020-12-08
btrfs: remove err variable from btrfs_delete_subvolume
Nikolay Borisov
1
-14
/
+7
2020-12-08
btrfs: unlock path before checking if extent is shared during nocow writeback
Filipe Manana
1
-2
/
+11
2020-12-08
btrfs: remove unnecessary attempt to drop extent maps after adding inline extent
Filipe Manana
1
-1
/
+0
2020-12-08
btrfs: merge __set_extent_bit and set_extent_bit
Nikolay Borisov
1
-3
/
+3
2020-12-08
btrfs: make btrfs_update_inode_fallback take btrfs_inode
Nikolay Borisov
1
-8
/
+7
2020-12-08
btrfs: make btrfs_cont_expand take btrfs_inode
Nikolay Borisov
1
-18
/
+17
2020-12-08
btrfs: make btrfs_truncate_block take btrfs_inode
Nikolay Borisov
1
-27
/
+25
2020-12-08
btrfs: make maybe_insert_hole take btrfs_inode
Nikolay Borisov
1
-11
/
+11
2020-12-08
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
1
-28
/
+29
2020-12-08
btrfs: make btrfs_update_inode_item take btrfs_inode
Nikolay Borisov
1
-7
/
+7
2020-12-08
btrfs: make btrfs_delayed_update_inode take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-12-08
btrfs: make btrfs_finish_ordered_io btrfs_inode-centric
Nikolay Borisov
1
-19
/
+18
2020-12-08
btrfs: make btrfs_truncate_inode_items take btrfs_inode
Nikolay Borisov
1
-20
/
+23
2020-12-08
btrfs: make insert_prealloc_file_extent take btrfs_inode
Nikolay Borisov
1
-5
/
+7
2020-12-08
btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inode
Nikolay Borisov
1
-6
/
+6
2020-12-08
btrfs: update the number of bytes used by an inode atomically
Filipe Manana
1
-27
/
+113
2020-12-08
btrfs: refactor btrfs_drop_extents() to make it easier to extend
Filipe Manana
1
-15
/
+26
2020-12-08
btrfs: load the free space cache inode extents from commit root
Josef Bacik
1
-1
/
+10
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
1
-12
/
+0
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
1
-1
/
+0
2020-12-08
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
1
-3
/
+2
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
1
-3
/
+3
2020-12-08
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
David Sterba
1
-3
/
+3
2020-12-08
btrfs: sink parameter start and len to check_data_csum
Qu Wenruo
1
-8
/
+18
2020-12-08
btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bio
Qu Wenruo
1
-12
/
+8
2020-12-08
btrfs: sink the failed_start parameter to set_extent_bit
Qu Wenruo
1
-2
/
+1
2020-12-08
btrfs: add set/get accessors for root_item::drop_level
David Sterba
1
-1
/
+1
2020-12-08
btrfs: remove dio iomap DSYNC workaround
Goldwyn Rodrigues
1
-50
/
+0
2020-12-08
btrfs: remove btrfs_inode::dio_sem
Goldwyn Rodrigues
1
-1
/
+0
2020-12-08
btrfs: introduce btrfs_inode_lock()/unlock()
Goldwyn Rodrigues
1
-0
/
+45
2020-12-08
btrfs: split btrfs_direct_IO to read and write
Goldwyn Rodrigues
1
-88
/
+3
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
1
-1
/
+5
2020-12-08
btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
Josef Bacik
1
-3
/
+9
2020-11-14
btrfs: fix missing delalloc new bit for new delalloc ranges
Filipe Manana
1
-0
/
+58
2020-10-16
btrfs: fix relocation failure due to race with fallocate
Filipe Manana
1
-1
/
+7
[next]