index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: extract the inline extent read code into its own function
Qu Wenruo
2022-12-05
1
-35
/
+34
*
btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()
Qu Wenruo
2022-12-05
1
-1
/
+1
*
btrfs: do not reset extent map members for inline extents read
Qu Wenruo
2022-12-05
1
-4
/
+9
*
btrfs: make inline extent read calculation much simpler
Qu Wenruo
2022-12-05
1
-18
/
+20
*
btrfs: move orphan prototypes into orphan.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move super_block specific helpers into super.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move verity prototypes into verity.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move acl prototypes into acl.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move file prototypes to file.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move file-item prototypes into their own header
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move defrag related prototypes to their own header
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: update function comments
David Sterba
2022-12-05
1
-7
/
+7
*
btrfs: move root tree prototypes to their own header
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: extend btrfs_dir_item type to store encryption status
Omar Sandoval
2022-12-05
1
-6
/
+7
*
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
2022-12-05
1
-53
/
+34
*
btrfs: setup qstr from dentrys using fscrypt helper
Sweet Tea Dorminy
2022-12-05
1
-44
/
+148
*
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
2022-12-05
1
-76
/
+54
*
btrfs: move btrfs_map_token to accessors
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move free space cachep's out of ctree.h
Josef Bacik
2022-12-05
1
-16
/
+0
*
btrfs: move btrfs_path_cachep out of ctree.h
Josef Bacik
2022-12-05
1
-8
/
+0
*
btrfs: move trans_handle_cachep out of ctree.h
Josef Bacik
2022-12-05
1
-8
/
+0
*
btrfs: move btrfs_print_data_csum_error into inode.c
Josef Bacik
2022-12-05
1
-0
/
+26
*
btrfs: add a cached_state to try_lock_extent
Josef Bacik
2022-12-05
1
-1
/
+2
*
Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-11-03
1
-4
/
+12
|
\
|
*
btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
Filipe Manana
2022-10-31
1
-3
/
+11
|
*
btrfs: fix a memory allocation failure test in btrfs_submit_direct
Christophe JAILLET
2022-10-31
1
-1
/
+1
*
|
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-10-11
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
vfs: open inside ->tmpfile()
Miklos Szeredi
2022-09-24
1
-4
/
+4
*
|
btrfs: avoid pointless extent map tree search when flushing delalloc
Filipe Manana
2022-09-29
1
-1
/
+0
*
|
btrfs: add helper to replace extent map range with a new extent map
Filipe Manana
2022-09-29
1
-42
/
+8
*
|
btrfs: move open coded extent map tree deletion out of inode eviction
Filipe Manana
2022-09-29
1
-14
/
+1
*
|
btrfs: use cond_resched_rwlock_write() during inode eviction
Filipe Manana
2022-09-29
1
-5
/
+1
*
|
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
2022-09-29
1
-28
/
+31
*
|
btrfs: make btrfs_check_nocow_lock nowait compatible
Josef Bacik
2022-09-29
1
-1
/
+1
*
|
btrfs: add the ability to use NO_FLUSH for data reservations
Josef Bacik
2022-09-29
1
-2
/
+2
*
|
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
2022-09-29
1
-6
/
+10
*
|
btrfs: use a runtime flag to indicate an inode is a free space inode
Josef Bacik
2022-09-26
1
-0
/
+5
*
|
btrfs: move btrfs_csum_ptr to inode.c
Josef Bacik
2022-09-26
1
-0
/
+7
*
|
btrfs: don't init io tree with private data for non-inodes
Josef Bacik
2022-09-26
1
-1
/
+1
*
|
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
1
-22
/
+19
*
|
btrfs: remove extent_io_tree::track_uptodate
Josef Bacik
2022-09-26
1
-1
/
+0
*
|
btrfs: unify the lock/unlock extent variants
Josef Bacik
2022-09-26
1
-51
/
+47
*
|
btrfs: drop extent_changeset from set_extent_bit
Josef Bacik
2022-09-26
1
-2
/
+2
*
|
btrfs: remove failed_start argument from set_extent_bit
Josef Bacik
2022-09-26
1
-2
/
+2
[next]