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: 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
*
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-09-26
1
-9
/
+8
*
btrfs: drop exclusive_bits from set_extent_bit
Josef Bacik
2022-09-26
1
-2
/
+2
*
btrfs: convert the io_failure_tree to a plain rb_tree
Josef Bacik
2022-09-26
1
-3
/
+2
*
btrfs: rename clean_io_failure and remove extraneous args
Josef Bacik
2022-09-26
1
-5
/
+2
*
btrfs: make fiemap more efficient and accurate reporting extent sharedness
Filipe Manana
2022-09-26
1
-134
/
+6
*
btrfs: properly flush delalloc when entering fiemap
Filipe Manana
2022-09-26
1
-0
/
+20
*
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
2022-09-26
1
-31
/
+25
*
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
2022-09-26
1
-2
/
+1
*
btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path
Ethan Lien
2022-09-26
1
-3
/
+0
*
btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()
Omar Sandoval
2022-09-26
1
-2
/
+1
*
btrfs: add lockdep annotations for the ordered extents wait event
Ioannis Angelakopoulos
2022-09-26
1
-0
/
+13
*
Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-09-09
1
-4
/
+3
|
\
|
*
btrfs: zoned: fix API misuse of zone finish waiting
Naohiro Aota
2022-09-05
1
-4
/
+3
*
|
Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-28
1
-0
/
+14
|
\
|
|
*
btrfs: don't allow large NOWAIT direct reads
Josef Bacik
2022-08-22
1
-0
/
+14
*
|
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-08-03
1
-364
/
+400
|
\
|
|
*
btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_read
Christoph Hellwig
2022-07-25
1
-5
/
+0
|
*
btrfs: fix repair of compressed extents
Christoph Hellwig
2022-07-25
1
-0
/
+7
|
*
btrfs: remove the start argument to check_data_csum and export
Christoph Hellwig
2022-07-25
1
-15
/
+11
|
*
btrfs: pass a btrfs_bio to btrfs_repair_one_sector
Christoph Hellwig
2022-07-25
1
-3
/
+2
|
*
btrfs: simplify error handling in btrfs_lookup_dentry
Nikolay Borisov
2022-07-25
1
-4
/
+4
|
*
btrfs: zoned: wait until zone is finished when allocation didn't progress
Naohiro Aota
2022-07-25
1
-2
/
+7
|
*
btrfs: zoned: write out partially allocated region
Naohiro Aota
2022-07-25
1
-14
/
+49
|
*
btrfs: convert count_max_extents() to use fs_info->max_extent_size
Naohiro Aota
2022-07-25
1
-8
/
+8
|
*
btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
Naohiro Aota
2022-07-25
1
-2
/
+4
|
*
btrfs: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
2022-07-25
1
-4
/
+4
|
*
btrfs: switch btrfs_block_rsv::failfast to bool
David Sterba
2022-07-25
1
-2
/
+2
|
*
btrfs: do not return errors from btrfs_submit_dio_bio
Christoph Hellwig
2022-07-25
1
-14
/
+9
|
*
btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully
Christoph Hellwig
2022-07-25
1
-8
/
+9
|
*
btrfs: simplify sync/async submission in btrfs_submit_data_write_bio
Christoph Hellwig
2022-07-25
1
-16
/
+13
|
*
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
2022-07-25
1
-15
/
+10
|
*
btrfs: clean up chained assignments
David Sterba
2022-07-25
1
-15
/
+26
|
*
btrfs: replace unnecessary goto with direct return at cow_file_range()
Naohiro Aota
2022-07-25
1
-2
/
+2
|
*
btrfs: fix error handling of fallback uncompress write
Naohiro Aota
2022-07-25
1
-2
/
+15
[next]