index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2023-06-19
btrfs: open code set_extent_delalloc
David Sterba
2023-06-19
btrfs: open code set_extent_defrag
David Sterba
2023-06-19
btrfs: remove a pointless NULL check in btrfs_lookup_fs_root
Christoph Hellwig
2023-06-19
btrfs: convert btrfs_get_global_root to use a switch statement
Christoph Hellwig
2023-06-19
btrfs: fix the btrfs_get_global_root return value
Christoph Hellwig
2023-06-19
btrfs: add and fix comments in btrfs_fs_devices
Anand Jain
2023-06-19
btrfs: consolidate uuid comparisons in btrfs_validate_super
Anand Jain
2023-06-19
btrfs: simplify how changed fsid and metadata_uuid is checked
Anand Jain
2023-06-19
btrfs: simplify fsid and metadata_uuid comparisons
Anand Jain
2023-06-19
btrfs: return bool from check_tree_block_fsid instead of int
Anand Jain
2023-06-19
btrfs: add comment about metadata_uuid in btrfs_fs_devices
Anand Jain
2023-06-19
btrfs: merge calls to alloc_fs_devices in device_list_add
Anand Jain
2023-06-19
btrfs: streamline fsid checks in alloc_fs_devices
Anand Jain
2023-06-19
btrfs: reduce struct btrfs_fs_devices size by moving fsid_change
Anand Jain
2023-06-19
btrfs: merge write_one_subpage_eb into write_one_eb
Christoph Hellwig
2023-06-19
btrfs: use per-buffer locking for extent_buffer reading
Christoph Hellwig
2023-06-19
btrfs: stop using lock_extent in btrfs_buffer_uptodate
Christoph Hellwig
2023-06-19
btrfs: don't check for uptodate pages in read_extent_buffer_pages
Christoph Hellwig
2023-06-19
btrfs: stop using PageError for extent_buffers
Christoph Hellwig
2023-06-19
btrfs: remove the io_pages field in struct extent_buffer
Christoph Hellwig
2023-06-19
btrfs: remove the extent_buffer lookup in btree block checksumming
Christoph Hellwig
2023-06-19
btrfs: use a separate end_io handler for extent_buffer writing
Christoph Hellwig
2023-06-19
btrfs: don't use btrfs_bio_ctrl for extent buffer writing
Christoph Hellwig
2023-06-19
btrfs: move page locking from lock_extent_buffer_for_io to write_one_eb
Christoph Hellwig
2023-06-19
btrfs: submit a writeback bio per extent_buffer
Christoph Hellwig
2023-06-19
btrfs: return bool from lock_extent_buffer_for_io
Christoph Hellwig
2023-06-19
btrfs: do not try to unlock the extent for non-subpage metadata reads
Christoph Hellwig
2023-06-19
btrfs: use a separate end_io handler for read_extent_buffer
Christoph Hellwig
2023-06-19
btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
Christoph Hellwig
2023-06-19
btrfs: don't use btrfs_bio_ctrl for extent buffer reading
Christoph Hellwig
2023-06-19
btrfs: always read the entire extent_buffer
Christoph Hellwig
2023-06-19
btrfs: merge verify_parent_transid and btrfs_buffer_uptodate
Christoph Hellwig
2023-06-19
btrfs: move setting the buffer uptodate out of validate_extent_buffer
Christoph Hellwig
2023-06-19
btrfs: subpage: fix error handling in end_bio_subpage_eb_writepage
Christoph Hellwig
2023-06-19
btrfs: mark extent_buffer_under_io static
Christoph Hellwig
2023-06-19
btrfs: trigger orphan inode cleanup during START_SYNC ioctl
Qu Wenruo
2023-06-19
btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()
Filipe Manana
2023-06-19
btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool
Filipe Manana
2023-06-19
btrfs: remove pointless label and goto at btrfs_record_unlink_dir()
Filipe Manana
2023-06-19
btrfs: update comments at btrfs_record_unlink_dir() to be more clear
Filipe Manana
2023-06-19
btrfs: use inode_logged() at btrfs_record_unlink_dir()
Filipe Manana
2023-06-19
btrfs: use inode_logged() at need_log_inode()
Filipe Manana
2023-06-19
btrfs: scrub: remove more unused functions
Jiapeng Chong
2023-06-19
btrfs: handle tree backref walk error properly
Qu Wenruo
2023-06-19
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
2023-06-19
btrfs: fix dirty_metadata_bytes for redirtied buffers
Christoph Hellwig
2023-06-19
btrfs: unexport btrfs_run_discard_work and make it static
Johannes Thumshirn
2023-06-19
btrfs: rename del_ptr to btrfs_del_ptr and export it
Josef Bacik
2023-06-19
btrfs: add a btrfs_csum_type_size helper
Josef Bacik
2023-06-19
btrfs: add __KERNEL__ check for btrfs_no_printk
Josef Bacik
[next]