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: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
2021-07-22
1
-1
/
+1
*
btrfs: properly split extent_map for REQ_OP_ZONE_APPEND
Naohiro Aota
2021-07-07
1
-29
/
+118
*
btrfs: compression: don't try to compress if we don't have enough pages
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-2
/
+2
*
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
2021-06-21
1
-1
/
+13
*
btrfs: make btrfs_page_mkwrite() to be subpage compatible
Qu Wenruo
2021-06-21
1
-2
/
+2
*
btrfs: make btrfs_truncate_block() to be subpage compatible
Qu Wenruo
2021-06-21
1
-1
/
+1
*
btrfs: make btrfs_set_range_writeback() subpage compatible
Qu Wenruo
2021-06-21
1
-4
/
+8
*
btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...
Qu Wenruo
2021-06-21
1
-1
/
+15
*
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
2021-06-21
1
-5
/
+14
*
btrfs: fix hang when run_delalloc_range() failed
Qu Wenruo
2021-06-21
1
-0
/
+21
*
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
2021-06-21
1
-24
/
+26
*
btrfs: refactor btrfs_invalidatepage() for subpage support
Qu Wenruo
2021-06-21
1
-74
/
+97
*
btrfs: update comments in btrfs_invalidatepage()
Qu Wenruo
2021-06-21
1
-6
/
+15
*
btrfs: refactor how we finish ordered extent io for endio functions
Qu Wenruo
2021-06-21
1
-51
/
+4
*
btrfs: make Private2 lifespan more consistent
Qu Wenruo
2021-06-21
1
-1
/
+1
*
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
2021-06-21
1
-4
/
+5
*
btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
Qu Wenruo
2021-06-21
1
-32
/
+4
*
btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page
Qu Wenruo
2021-06-21
1
-6
/
+3
*
btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
Qu Wenruo
2021-06-21
1
-3
/
+2
*
btrfs: don't set the full sync flag when truncation does not touch extents
Filipe Manana
2021-06-21
1
-11
/
+30
*
btrfs: fix misleading and incomplete comment of btrfs_truncate()
Filipe Manana
2021-06-21
1
-7
/
+17
*
btrfs: submit read time repair only for each corrupted sector
Qu Wenruo
2021-06-21
1
-11
/
+9
*
btrfs: make btrfs_verify_data_csum() to return a bitmap
Qu Wenruo
2021-06-21
1
-5
/
+13
*
Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-06-03
1
-1
/
+18
|
\
|
*
btrfs: abort in rename_exchange if we fail to insert the second ref
Josef Bacik
2021-05-27
1
-1
/
+6
|
*
btrfs: mark ordered extent and inode with error if we fail to finish
Josef Bacik
2021-05-27
1
-0
/
+12
*
|
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-22
1
-1
/
+1
|
\
|
|
*
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
2021-05-20
1
-1
/
+1
*
|
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-17
1
-0
/
+1
|
\
|
|
*
btrfs: avoid RCU stalls while running delayed iputs
Josef Bacik
2021-05-14
1
-0
/
+1
*
|
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-10
1
-2
/
+2
|
\
|
|
*
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
2021-04-28
1
-2
/
+2
*
|
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
2021-05-05
1
-23
/
+10
*
|
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-27
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
btrfs: convert to fileattr
Miklos Szeredi
2021-04-12
1
-0
/
+4
*
|
btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
Josef Bacik
2021-04-19
1
-1
/
+5
*
|
btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
Josef Bacik
2021-04-19
1
-2
/
+5
*
|
btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
Josef Bacik
2021-04-19
1
-2
/
+5
*
|
btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()
Qu Wenruo
2021-04-19
1
-6
/
+2
*
|
btrfs: use min() to replace open-code in btrfs_invalidatepage()
Qu Wenruo
2021-04-19
1
-4
/
+2
*
|
btrfs: update outdated comment at btrfs_orphan_cleanup()
Filipe Manana
2021-04-19
1
-7
/
+11
*
|
btrfs: convert kmap to kmap_local_page, simple cases
Ira Weiny
2021-04-19
1
-2
/
+2
*
|
btrfs: fix race between marking inode needs to be logged and log syncing
Filipe Manana
2021-04-19
1
-3
/
+1
*
|
btrfs: add a i_mmap_lock to our inode
Josef Bacik
2021-04-19
1
-0
/
+10
*
|
btrfs: remove mirror argument from btrfs_csum_verify_data()
Goldwyn Rodrigues
2021-04-19
1
-2
/
+1
*
|
btrfs: remove force argument from run_delalloc_nocow()
Goldwyn Rodrigues
2021-04-19
1
-24
/
+13
*
|
btrfs: change return type to bool in btrfs_extent_readonly
Anand Jain
2021-04-19
1
-3
/
+3
*
|
btrfs: unexport btrfs_extent_readonly() and make it static
Anand Jain
2021-04-19
1
-0
/
+13
*
|
btrfs: make btrfs_replace_file_extents take btrfs_inode
Nikolay Borisov
2021-04-19
1
-1
/
+1
|
/
[next]