开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2021-08-16
btrfs: prevent rename2 from exchanging a subvol with a directory from differe...
NeilBrown
2021-07-22
btrfs: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
2021-07-07
btrfs: properly split extent_map for REQ_OP_ZONE_APPEND
Naohiro Aota
2021-06-22
btrfs: compression: don't try to compress if we don't have enough pages
David Sterba
2021-06-22
btrfs: fix typos in comments
David Sterba
2021-06-21
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
2021-06-21
btrfs: make btrfs_page_mkwrite() to be subpage compatible
Qu Wenruo
2021-06-21
btrfs: make btrfs_truncate_block() to be subpage compatible
Qu Wenruo
2021-06-21
btrfs: make btrfs_set_range_writeback() subpage compatible
Qu Wenruo
2021-06-21
btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...
Qu Wenruo
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
2021-06-21
btrfs: fix hang when run_delalloc_range() failed
Qu Wenruo
2021-06-21
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
2021-06-21
btrfs: refactor btrfs_invalidatepage() for subpage support
Qu Wenruo
2021-06-21
btrfs: update comments in btrfs_invalidatepage()
Qu Wenruo
2021-06-21
btrfs: refactor how we finish ordered extent io for endio functions
Qu Wenruo
2021-06-21
btrfs: make Private2 lifespan more consistent
Qu Wenruo
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
2021-06-21
btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
Qu Wenruo
2021-06-21
btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page
Qu Wenruo
2021-06-21
btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
Qu Wenruo
2021-06-21
btrfs: don't set the full sync flag when truncation does not touch extents
Filipe Manana
2021-06-21
btrfs: fix misleading and incomplete comment of btrfs_truncate()
Filipe Manana
2021-06-21
btrfs: submit read time repair only for each corrupted sector
Qu Wenruo
2021-06-21
btrfs: make btrfs_verify_data_csum() to return a bitmap
Qu Wenruo
2021-06-03
Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-27
btrfs: abort in rename_exchange if we fail to insert the second ref
Josef Bacik
2021-05-27
btrfs: mark ordered extent and inode with error if we fail to finish
Josef Bacik
2021-05-21
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-20
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
2021-05-17
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-14
btrfs: avoid RCU stalls while running delayed iputs
Josef Bacik
2021-05-10
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
2021-04-28
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
2021-04-27
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
Josef Bacik
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
Josef Bacik
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
Josef Bacik
2021-04-19
btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()
Qu Wenruo
2021-04-19
btrfs: use min() to replace open-code in btrfs_invalidatepage()
Qu Wenruo
2021-04-19
btrfs: update outdated comment at btrfs_orphan_cleanup()
Filipe Manana
2021-04-19
btrfs: convert kmap to kmap_local_page, simple cases
Ira Weiny
2021-04-19
btrfs: fix race between marking inode needs to be logged and log syncing
Filipe Manana
2021-04-19
btrfs: add a i_mmap_lock to our inode
Josef Bacik
2021-04-19
btrfs: remove mirror argument from btrfs_csum_verify_data()
Goldwyn Rodrigues
2021-04-19
btrfs: remove force argument from run_delalloc_nocow()
Goldwyn Rodrigues
2021-04-19
btrfs: change return type to bool in btrfs_extent_readonly
Anand Jain
2021-04-19
btrfs: unexport btrfs_extent_readonly() and make it static
Anand Jain
2021-04-19
btrfs: make btrfs_replace_file_extents take btrfs_inode
Nikolay Borisov
[next]