index
:
pm24.git
master
perf-mon
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
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-04
btrfs: merge btrfs_del_delalloc_inode() helpers
David Sterba
2024-03-04
btrfs: delete BUG_ON in btrfs_init_locked_inode()
David Sterba
2024-03-04
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
2024-03-04
btrfs: push errors up from add_async_extent()
David Sterba
2024-03-04
btrfs: remove do_list variable at btrfs_clear_delalloc_extent()
Filipe Manana
2024-03-04
btrfs: remove do_list variable at btrfs_set_delalloc_extent()
Filipe Manana
2024-03-04
btrfs: use assertion instead of BUG_ON when adding/removing to delalloc list
Filipe Manana
2024-03-04
btrfs: add lockdep assertion to remaining delalloc callbacks
Filipe Manana
2024-03-04
btrfs: reduce inode lock critical section when setting and clearing delalloc
Filipe Manana
2024-03-04
btrfs: rename btrfs_add_delalloc_inodes() to singular form
Filipe Manana
2024-03-04
btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()
Filipe Manana
2024-03-04
btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
Filipe Manana
2024-03-04
btrfs: stop passing root argument to btrfs_add_delalloc_inodes()
Filipe Manana
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
2024-03-04
btrfs: add helpers to get inode from page/folio pointers
David Sterba
2024-03-04
btrfs: handle errors returned from unpin_extent_cache()
David Sterba
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
2024-03-04
btrfs: page to folio conversion in btrfs_truncate_block()
Goldwyn Rodrigues
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
2024-03-01
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-29
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
2024-02-14
Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-13
btrfs: reject encoded write if inode has nodatasum flag set
Filipe Manana
2024-02-09
btrfs: don't drop extent_map for free space inode on write error
Josef Bacik
2024-01-22
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-12
btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...
Omar Sandoval
2024-01-10
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
btrfs: cleanup metadata page pointer usage
Qu Wenruo
2023-12-15
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
2023-12-15
btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-tree
David Sterba
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
btrfs: log messages at unpin_extent_range() during unexpected cases
Filipe Manana
2023-12-15
btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
David Sterba
2023-12-15
btrfs: cache that we don't have security.capability set
Josef Bacik
2023-12-15
btrfs: always set extent_io_tree::inode and drop fs_info
David Sterba
2023-12-15
btrfs: move lockdep class setting out of extent_io_tree_init
David Sterba
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-12-15
btrfs: migrate to use folio private instead of page private
Qu Wenruo
2023-12-15
btrfs: use page alloc/free wrappers for compression pages
David Sterba
2023-12-14
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
2023-12-06
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
2023-11-13
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-03
btrfs: zoned: wait for data BG to be finished on direct IO allocation
Naohiro Aota
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
[next]