index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2024-07-11
btrfs: remove super block argument from btrfs_iget_locked()
Filipe Manana
2024-07-11
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
2024-07-11
btrfs: remove pointless code when creating and deleting a subvolume
Filipe Manana
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()
Qu Wenruo
2024-07-11
btrfs: cleanup duplicated parameters related to create_io_em()
Qu Wenruo
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
Qu Wenruo
2024-07-11
btrfs: cleanup duplicated parameters related to can_nocow_file_extent_args
Qu Wenruo
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
2024-07-11
btrfs: introduce new members for extent_map
Qu Wenruo
2024-07-11
btrfs: export the expected file extent through can_nocow_extent()
Qu Wenruo
2024-07-11
btrfs: rename extent_map::orig_block_len to disk_num_bytes
Qu Wenruo
2024-07-11
btrfs: move fiemap code into its own file
Filipe Manana
2024-07-11
btrfs: remove duplicate name variable declarations
David Sterba
2024-07-11
btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
Filipe Manana
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
2024-07-11
btrfs: don't allocate file extent tree for non regular files
Filipe Manana
2024-07-11
btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
Filipe Manana
2024-07-11
btrfs: remove inode_lock from struct btrfs_root and use xarray locks
Filipe Manana
2024-07-11
btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()
Filipe Manana
2024-07-11
btrfs: preallocate inodes xarray entry to avoid transaction abort
Filipe Manana
2024-07-11
btrfs: use an xarray to track open inodes in a root
Filipe Manana
2024-07-04
Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-04
btrfs: fix folio refcount in btrfs_do_encoded_write()
Boris Burkov
2024-05-14
Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-05-07
btrfs: add a cached state to extent_clear_unlock_delalloc
Josef Bacik
2024-05-07
btrfs: push extent lock down in submit_one_async_extent
Josef Bacik
2024-05-07
btrfs: push lock_extent down in cow_file_range()
Josef Bacik
2024-05-07
btrfs: move can_cow_file_range_inline() outside of the extent lock
Josef Bacik
2024-05-07
btrfs: push lock_extent into cow_file_range_inline
Josef Bacik
2024-05-07
btrfs: push extent lock into cow_file_range
Josef Bacik
2024-05-07
btrfs: push extent lock into run_delalloc_cow
Josef Bacik
2024-05-07
btrfs: remove unlock_extent from run_delalloc_compressed
Josef Bacik
2024-05-07
btrfs: push extent lock down in run_delalloc_nocow
Josef Bacik
2024-05-07
btrfs: adjust while loop condition in run_delalloc_nocow
Josef Bacik
2024-05-07
btrfs: push extent lock into run_delalloc_nocow
Josef Bacik
2024-05-07
btrfs: push the extent lock into btrfs_run_delalloc_range
Josef Bacik
2024-05-07
btrfs: lock extent when doing inline extent in compression
Josef Bacik
2024-05-07
btrfs: move extent bit and page cleanup into cow_file_range_inline
Josef Bacik
2024-05-07
btrfs: unlock all the pages with successful inline extent creation
Josef Bacik
2024-05-07
btrfs: push all inline logic into cow_file_range
Josef Bacik
2024-05-07
btrfs: handle errors in btrfs_reloc_clone_csums properly
Josef Bacik
2024-05-07
btrfs: add extra sanity checks for create_io_em()
Qu Wenruo
2024-05-07
btrfs: make try_release_extent_mapping() return a bool
Filipe Manana
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()
Filipe Manana
[next]