index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
btrfs: avoid monopolizing a core when activating a swap file
Filipe Manana
1
-0
/
+2
2025-02-21
Revert "btrfs: avoid monopolizing a core when activating a swap file"
Koichiro Den
1
-2
/
+0
2025-01-09
btrfs: fix use-after-free in btrfs_encoded_read_endio()
Johannes Thumshirn
1
-1
/
+1
2025-01-02
btrfs: avoid monopolizing a core when activating a swap file
Filipe Manana
1
-0
/
+2
2024-12-14
btrfs: fix missing snapshot drew unlock when root is dead during swap activation
Filipe Manana
1
-0
/
+1
2024-12-14
btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations
Boris Burkov
1
-1
/
+12
2024-11-01
btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
Yue Haibing
1
-5
/
+2
2024-09-18
btrfs: update target inode's ctime on unlink
Jeff Layton
1
-0
/
+1
2024-09-12
btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
David Sterba
1
-1
/
+1
2024-08-29
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
1
-1
/
+1
2024-08-29
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
1
-1
/
+8
2024-05-17
btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
Boris Burkov
1
-1
/
+1
2024-02-23
btrfs: don't drop extent_map for free space inode on write error
Josef Bacik
1
-2
/
+17
2024-02-23
btrfs: reject encoded write if inode has nodatasum flag set
Filipe Manana
1
-0
/
+7
2024-02-01
btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...
Omar Sandoval
1
-9
/
+13
2024-02-01
btrfs: fix race between reading a directory and adding entries to it
Filipe Manana
1
-4
/
+7
2024-02-01
btrfs: refresh dir last index during a rewinddir(3) call
Filipe Manana
1
-1
/
+14
2024-02-01
btrfs: set last dir index to the current last index when opening dir
Filipe Manana
1
-1
/
+2
2024-02-01
btrfs: fix infinite directory reads
Filipe Manana
1
-52
/
+79
2024-01-10
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
1
-8
/
+8
2023-11-28
btrfs: zoned: wait for data BG to be finished on direct IO allocation
Naohiro Aota
1
-0
/
+7
2023-10-10
btrfs: fix an error handling path in btrfs_rename()
Christophe JAILLET
1
-2
/
+4
2023-10-10
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
1
-53
/
+34
2023-10-10
btrfs: setup qstr from dentrys using fscrypt helper
Sweet Tea Dorminy
1
-44
/
+148
2023-10-10
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
1
-76
/
+54
2023-09-19
btrfs: free qgroup rsv on io failure
Boris Burkov
1
-0
/
+7
2023-08-16
btrfs: properly clear end of the unreserved range in cow_file_range
Christoph Hellwig
1
-5
/
+5
2023-07-27
btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
Josef Bacik
1
-3
/
+11
2023-06-21
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
1
-1
/
+1
2023-06-21
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
1
-6
/
+12
2023-05-17
btrfs: zoned: zone finish data relocation BG with last IO
Naohiro Aota
1
-0
/
+3
2022-11-03
Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+12
2022-10-31
btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
Filipe Manana
1
-3
/
+11
2022-10-31
btrfs: fix a memory allocation failure test in btrfs_submit_direct
Christophe JAILLET
1
-1
/
+1
2022-10-11
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2022-09-29
btrfs: avoid pointless extent map tree search when flushing delalloc
Filipe Manana
1
-1
/
+0
2022-09-29
btrfs: add helper to replace extent map range with a new extent map
Filipe Manana
1
-42
/
+8
2022-09-29
btrfs: move open coded extent map tree deletion out of inode eviction
Filipe Manana
1
-14
/
+1
2022-09-29
btrfs: use cond_resched_rwlock_write() during inode eviction
Filipe Manana
1
-5
/
+1
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
1
-28
/
+31
2022-09-29
btrfs: make btrfs_check_nocow_lock nowait compatible
Josef Bacik
1
-1
/
+1
2022-09-29
btrfs: add the ability to use NO_FLUSH for data reservations
Josef Bacik
1
-2
/
+2
2022-09-29
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
1
-6
/
+10
2022-09-26
btrfs: use a runtime flag to indicate an inode is a free space inode
Josef Bacik
1
-0
/
+5
2022-09-26
btrfs: move btrfs_csum_ptr to inode.c
Josef Bacik
1
-0
/
+7
2022-09-26
btrfs: don't init io tree with private data for non-inodes
Josef Bacik
1
-1
/
+1
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-22
/
+19
2022-09-26
btrfs: remove extent_io_tree::track_uptodate
Josef Bacik
1
-1
/
+0
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-51
/
+47
2022-09-26
btrfs: drop extent_changeset from set_extent_bit
Josef Bacik
1
-2
/
+2
[next]