index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix missing delalloc new bit for new delalloc ranges
Filipe Manana
2020-11-13
1
-0
/
+58
*
btrfs: fix relocation failure due to race with fallocate
Filipe Manana
2020-10-16
1
-1
/
+7
*
btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
Nikolay Borisov
2020-10-07
1
-3
/
+3
*
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
2020-10-07
1
-3
/
+0
*
btrfs: remove struct extent_io_ops
Nikolay Borisov
2020-10-07
1
-16
/
+0
*
btrfs: stop calling submit_bio_hook for data inodes
Nikolay Borisov
2020-10-07
1
-5
/
+3
*
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
2020-10-07
1
-1
/
+0
*
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
2020-10-07
1
-4
/
+3
*
btrfs: remove inode argument from btrfs_start_ordered_extent
Nikolay Borisov
2020-10-07
1
-4
/
+4
*
btrfs: remove inode argument from add_pending_csums
Nikolay Borisov
2020-10-07
1
-5
/
+4
*
btrfs: sink inode argument in insert_ordered_extent_file_extent
Nikolay Borisov
2020-10-07
1
-5
/
+4
*
btrfs: switch btrfs_remove_ordered_extent to btrfs_inode
Nikolay Borisov
2020-10-07
1
-2
/
+2
*
btrfs: clean BTRFS_I usage in btrfs_destroy_inode
Nikolay Borisov
2020-10-07
1
-21
/
+20
*
btrfs: open code extent_read_full_page to its sole caller
Nikolay Borisov
2020-10-07
1
-2
/
+7
*
btrfs: sink read_flags argument into extent_read_full_page
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: sink mirror_num argument in extent_read_full_page
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: promote extent_read_full_page to btrfs_readpage
Nikolay Borisov
2020-10-07
1
-1
/
+8
*
btrfs: remove mirror_num argument from extent_read_full_page
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: remove btrfs_get_extent indirection from __do_readpage
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: rename btrfs_punch_hole_range() to a more generic name
Filipe Manana
2020-10-07
1
-1
/
+1
*
btrfs: rename struct btrfs_clone_extent_info to a more generic name
Filipe Manana
2020-10-07
1
-1
/
+1
*
btrfs: remove item_size member of struct btrfs_clone_extent_info
Filipe Manana
2020-10-07
1
-1
/
+0
*
btrfs: fix metadata reservation for fallocate that leads to transaction aborts
Filipe Manana
2020-10-07
1
-22
/
+46
*
btrfs: enumerate the type of exclusive operation in progress
Goldwyn Rodrigues
2020-10-07
1
-7
/
+7
*
btrfs: make extent_fiemap take btrfs_inode
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centric
Nikolay Borisov
2020-10-07
1
-5
/
+5
*
btrfs: make btrfs_invalidatepage work on btrfs_inode
Nikolay Borisov
2020-10-07
1
-10
/
+8
*
btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode
Nikolay Borisov
2020-10-07
1
-4
/
+4
*
btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode
Nikolay Borisov
2020-10-07
1
-1
/
+2
*
btrfs: make inode_tree_del take btrfs_inode
Nikolay Borisov
2020-10-07
1
-6
/
+6
*
btrfs: introduce btrfs_path::recurse
Josef Bacik
2020-10-07
1
-0
/
+2
*
btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations
Qu Wenruo
2020-10-07
1
-1
/
+1
*
btrfs: remove err variable from btrfs_get_extent
Nikolay Borisov
2020-10-07
1
-18
/
+14
*
btrfs: dio iomap DSYNC workaround
Josef Bacik
2020-10-07
1
-2
/
+60
*
btrfs: switch to iomap for direct IO
Goldwyn Rodrigues
2020-10-07
1
-170
/
+155
*
btrfs: do not commit logs and transactions during link and rename operations
Filipe Manana
2020-10-07
1
-102
/
+13
*
btrfs: remove unnecessarily shadowed variables
David Sterba
2020-10-07
1
-1
/
+0
*
btrfs: change nr to u64 in btrfs_start_delalloc_roots
Josef Bacik
2020-10-07
1
-16
/
+10
*
btrfs: remove spurious BUG_ON in btrfs_get_extent
Nikolay Borisov
2020-10-07
1
-1
/
+0
*
Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-08-24
1
-15
/
+14
|
\
|
*
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
2020-08-21
1
-7
/
+11
|
*
btrfs: handle errors from async submission
Johannes Thumshirn
2020-08-19
1
-8
/
+3
*
|
Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2020-08-13
1
-6
/
+12
|
\
|
|
*
btrfs: fix return value mixup in btrfs_get_extent
Pavel Machek
2020-08-11
1
-1
/
+1
|
*
btrfs: inode: fix NULL pointer dereference if inode doesn't need compression
Qu Wenruo
2020-08-10
1
-5
/
+11
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-08-07
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
2020-06-30
1
-0
/
+1
*
|
btrfs: reduce contention on log trees when logging checksums
Filipe Manana
2020-07-27
1
-0
/
+9
*
|
btrfs: increment device corruption error in case of checksum error
Nikolay Borisov
2020-07-27
1
-0
/
+3
*
|
btrfs: free anon block device right after subvolume deletion
Qu Wenruo
2020-07-27
1
-0
/
+2
[next]