index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
btrfs: fix a race between renames and directory logging
Filipe Manana
1
-17
/
+64
2025-06-19
btrfs: include root in error message when unlinking inode
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: return real error from __filemap_get_folio() calls
Filipe Manana
1
-1
/
+1
2025-05-15
btrfs: fix invalid data space release when truncating block in NOCOW mode
Filipe Manana
1
-2
/
+5
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()
Filipe Manana
1
-5
/
+5
2025-05-15
btrfs: handle aligned EOF truncation correctly for subpage cases
Qu Wenruo
1
-1
/
+54
2025-05-15
btrfs: handle unaligned EOF truncation correctly for subpage cases
Qu Wenruo
1
-27
/
+80
2025-05-15
btrfs: pass struct btrfs_inode to btrfs_free_reserved_data_space_noquota()
Naohiro Aota
1
-2
/
+2
2025-05-15
btrfs: reformat comments in acls_after_inode_item()
David Sterba
1
-14
/
+23
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
1
-7
/
+7
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
1
-6
/
+6
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-3
/
+3
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
1
-4
/
+2
2025-05-15
btrfs: move kmapping out of btrfs_check_sector_csum()
Christoph Hellwig
1
-10
/
+10
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
1
-6
/
+6
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
1
-24
/
+24
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
1
-7
/
+7
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: rename the functions to count, test and get bit ranges in io trees
Filipe Manana
1
-6
/
+7
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
1
-2
/
+3
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
1
-7
/
+7
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-21
/
+22
2025-05-15
btrfs: rename __lock_extent() and __try_lock_extent()
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
1
-42
/
+42
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()
David Sterba
1
-18
/
+13
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()
David Sterba
1
-22
/
+15
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()
David Sterba
1
-9
/
+7
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()
David Sterba
1
-7
/
+5
2025-05-15
btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-18
/
+9
2025-05-15
btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
Filipe Manana
1
-2
/
+1
2025-05-15
btrfs: allow folios to be released while ordered extent is finishing
Filipe Manana
1
-2
/
+4
2025-05-15
btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
Filipe Manana
1
-12
/
+10
2025-05-15
btrfs: move block perfect compression out of experimental features
Qu Wenruo
1
-15
/
+0
2025-05-14
Merge tag 'for-6.15-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-0
/
+7
2025-05-12
btrfs: fix folio leak in submit_one_async_extent()
Boris Burkov
1
-0
/
+7
2025-04-30
Merge tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-5
/
+8
2025-04-23
btrfs: fix the inode leak in btrfs_iget()
Penglei Jiang
1
-1
/
+3
2025-04-23
btrfs: fix COW handling in run_delalloc_nocow()
Dave Chen
1
-4
/
+5
2025-03-27
Merge tag 'for-6.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-273
/
+316
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+4
2025-03-18
btrfs: prepare btrfs_launcher_folio() for large folios support
Qu Wenruo
1
-1
/
+1
2025-03-18
btrfs: subpage: make btrfs_is_subpage() check against a folio
Qu Wenruo
1
-1
/
+1
2025-03-18
btrfs: add extra warning if delayed iput is added when it's not allowed
Qu Wenruo
1
-0
/
+1
2025-03-18
btrfs: make btrfs_iget_path() return a btrfs inode instead
Filipe Manana
1
-4
/
+4
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
1
-28
/
+28
2025-03-18
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
1
-3
/
+6
2025-03-18
btrfs: reject out-of-band dirty folios during writeback
Qu Wenruo
1
-0
/
+15
2025-03-18
btrfs: unify inode variable naming
David Sterba
1
-15
/
+13
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()
David Sterba
1
-2
/
+2
2025-03-18
btrfs: properly limit inline data extent according to block size
Qu Wenruo
1
-1
/
+10
[next]