index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
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
2021-03-25
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-18
Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-18
btrfs: fix check_data_csum() error message for direct I/O
Omar Sandoval
2021-03-17
btrfs: zoned: remove outdated WARN_ON in direct IO
Johannes Thumshirn
2021-03-16
btrfs: fix slab cache flags for free space tree bitmap
David Sterba
2021-03-15
btrfs: fix qgroup data rsv leak caused by falloc failure
Qu Wenruo
2021-03-15
btrfs: track qgroup released data in own variable in insert_prealloc_file_extent
Qu Wenruo
2021-03-05
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-02
btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
2021-03-01
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-22
btrfs: fix race between swap file activation and snapshot creation
Filipe Manana
2021-02-22
btrfs: fix race between writes to swap files and scrub
Filipe Manana
2021-02-22
btrfs: avoid checking for RO block group twice during nocow writeback
Filipe Manana
2021-02-09
btrfs: zoned: wait for existing extents before truncating
Naohiro Aota
2021-02-09
btrfs: zoned: introduce dedicated data write path for zoned filesystems
Naohiro Aota
2021-02-09
btrfs: zoned: enable zone append writing for direct IO
Naohiro Aota
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
2021-02-09
btrfs: zoned: check if bio spans across an ordered extent
Johannes Thumshirn
2021-02-09
btrfs: zoned: split ordered extent when bio is sent
Naohiro Aota
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
2021-02-08
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
2021-02-08
btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK
Qu Wenruo
2021-02-08
btrfs: let callers of btrfs_get_io_geometry pass the em
Michal Rostecki
2021-02-08
btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...
Qu Wenruo
2021-02-08
btrfs: remove wrong comment for can_nocow_extent()
Filipe Manana
2021-02-08
btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputs
Nikolay Borisov
2021-02-08
btrfs: rework the order of btrfs_ordered_extent::flags
Qu Wenruo
2021-02-08
btrfs: refactor btrfs_dec_test_* functions for ordered extents
Qu Wenruo
2021-02-08
btrfs: remove always true condition in btrfs_start_delalloc_roots
Nikolay Borisov
2021-02-08
btrfs: make btrfs_start_delalloc_root's nr argument a long
Nikolay Borisov
2021-02-08
btrfs: remove new_dirid argument from btrfs_create_subvol_root
Nikolay Borisov
2021-02-08
btrfs: make btrfs_root::free_objectid hold the next available objectid
Nikolay Borisov
2021-02-08
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
[next]