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.13.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
2020-10-16
btrfs: fix relocation failure due to race with fallocate
Filipe Manana
1
-1
/
+7
2020-10-07
btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
Nikolay Borisov
1
-3
/
+3
2020-10-07
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
1
-3
/
+0
2020-10-07
btrfs: remove struct extent_io_ops
Nikolay Borisov
1
-16
/
+0
2020-10-07
btrfs: stop calling submit_bio_hook for data inodes
Nikolay Borisov
1
-5
/
+3
2020-10-07
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
1
-1
/
+0
2020-10-07
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
1
-4
/
+3
2020-10-07
btrfs: remove inode argument from btrfs_start_ordered_extent
Nikolay Borisov
1
-4
/
+4
2020-10-07
btrfs: remove inode argument from add_pending_csums
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: sink inode argument in insert_ordered_extent_file_extent
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: switch btrfs_remove_ordered_extent to btrfs_inode
Nikolay Borisov
1
-2
/
+2
2020-10-07
btrfs: clean BTRFS_I usage in btrfs_destroy_inode
Nikolay Borisov
1
-21
/
+20
2020-10-07
btrfs: open code extent_read_full_page to its sole caller
Nikolay Borisov
1
-2
/
+7
2020-10-07
btrfs: sink read_flags argument into extent_read_full_page
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: sink mirror_num argument in extent_read_full_page
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: promote extent_read_full_page to btrfs_readpage
Nikolay Borisov
1
-1
/
+8
2020-10-07
btrfs: remove mirror_num argument from extent_read_full_page
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: remove btrfs_get_extent indirection from __do_readpage
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: rename btrfs_punch_hole_range() to a more generic name
Filipe Manana
1
-1
/
+1
2020-10-07
btrfs: rename struct btrfs_clone_extent_info to a more generic name
Filipe Manana
1
-1
/
+1
2020-10-07
btrfs: remove item_size member of struct btrfs_clone_extent_info
Filipe Manana
1
-1
/
+0
2020-10-07
btrfs: fix metadata reservation for fallocate that leads to transaction aborts
Filipe Manana
1
-22
/
+46
2020-10-07
btrfs: enumerate the type of exclusive operation in progress
Goldwyn Rodrigues
1
-7
/
+7
2020-10-07
btrfs: make extent_fiemap take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centric
Nikolay Borisov
1
-5
/
+5
2020-10-07
btrfs: make btrfs_invalidatepage work on btrfs_inode
Nikolay Borisov
1
-10
/
+8
2020-10-07
btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode
Nikolay Borisov
1
-4
/
+4
2020-10-07
btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode
Nikolay Borisov
1
-1
/
+2
2020-10-07
btrfs: make inode_tree_del take btrfs_inode
Nikolay Borisov
1
-6
/
+6
2020-10-07
btrfs: introduce btrfs_path::recurse
Josef Bacik
1
-0
/
+2
2020-10-07
btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations
Qu Wenruo
1
-1
/
+1
2020-10-07
btrfs: remove err variable from btrfs_get_extent
Nikolay Borisov
1
-18
/
+14
2020-10-07
btrfs: dio iomap DSYNC workaround
Josef Bacik
1
-2
/
+60
2020-10-07
btrfs: switch to iomap for direct IO
Goldwyn Rodrigues
1
-170
/
+155
2020-10-07
btrfs: do not commit logs and transactions during link and rename operations
Filipe Manana
1
-102
/
+13
2020-10-07
btrfs: remove unnecessarily shadowed variables
David Sterba
1
-1
/
+0
2020-10-07
btrfs: change nr to u64 in btrfs_start_delalloc_roots
Josef Bacik
1
-16
/
+10
2020-10-07
btrfs: remove spurious BUG_ON in btrfs_get_extent
Nikolay Borisov
1
-1
/
+0
2020-08-24
Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+14
2020-08-21
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
1
-7
/
+11
2020-08-19
btrfs: handle errors from async submission
Johannes Thumshirn
1
-8
/
+3
2020-08-13
Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-6
/
+12
2020-08-11
btrfs: fix return value mixup in btrfs_get_extent
Pavel Machek
1
-1
/
+1
2020-08-10
btrfs: inode: fix NULL pointer dereference if inode doesn't need compression
Qu Wenruo
1
-5
/
+11
2020-08-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2020-07-27
btrfs: reduce contention on log trees when logging checksums
Filipe Manana
1
-0
/
+9
2020-07-27
btrfs: increment device corruption error in case of checksum error
Nikolay Borisov
1
-0
/
+3
2020-07-27
btrfs: free anon block device right after subvolume deletion
Qu Wenruo
1
-0
/
+2
2020-07-27
btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-07-27
btrfs: make btrfs_set_inode_last_trans take btrfs_inode
Nikolay Borisov
1
-3
/
+3
[next]