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.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
/
btrfs_inode.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-28
btrfs: ensure fast fsync waits for ordered extents after a write failure
Filipe Manana
1
-0
/
+10
2024-05-07
btrfs: update comment for btrfs_set_inode_full_sync() about locking
Filipe Manana
1
-3
/
+5
2024-05-07
btrfs: export find_next_inode() as btrfs_find_first_inode()
Filipe Manana
1
-0
/
+1
2024-05-07
btrfs: move btrfs_page_mkwrite() from inode.c into file.c
Filipe Manana
1
-1
/
+0
2024-03-04
btrfs: merge btrfs_del_delalloc_inode() helpers
David Sterba
1
-1
/
+1
2024-03-04
btrfs: reduce inode lock critical section when setting and clearing delalloc
Filipe Manana
1
-1
/
+0
2024-03-04
btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
Filipe Manana
1
-1
/
+1
2024-03-04
btrfs: add forward declarations and headers, part 3
David Sterba
1
-0
/
+19
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
1
-2
/
+1
2023-12-16
btrfs: fix mismatching parameter names for btrfs_get_extent()
Qu Wenruo
1
-1
/
+1
2023-12-16
btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
David Sterba
1
-2
/
+4
2023-12-15
btrfs: cache that we don't have security.capability set
Josef Bacik
1
-0
/
+2
2023-10-12
btrfs: open code timespec64 in struct btrfs_inode
David Sterba
1
-1
/
+2
2023-10-12
btrfs: update comment for struct btrfs_inode::lock
Filipe Manana
1
-14
/
+18
2023-10-12
btrfs: add and use helpers for reading and writing last_log_commit
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: reorder btrfs_inode to fill gaps
David Sterba
1
-8
/
+8
2023-10-12
btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
David Sterba
1
-1
/
+3
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: reduce size and reorder compression members in struct btrfs_inode
David Sterba
1
-10
/
+9
2023-10-12
btrfs: include trace header in where necessary
Josef Bacik
1
-0
/
+1
2023-10-12
btrfs: add fscrypt related dependencies to respective headers
Josef Bacik
1
-0
/
+1
2023-08-21
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
1
-2
/
+1
2023-08-21
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
1
-3
/
+0
2023-06-19
btrfs: tracepoints: also show actual number of the outstanding extents
Naohiro Aota
1
-1
/
+1
2023-06-19
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
1
-2
/
+0
2023-06-19
btrfs: move split_flags/combine_flags helpers to inode-item.h
Josef Bacik
1
-16
/
+0
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
1
-3
/
+0
2023-04-17
btrfs: avoid iterating over all indexes when logging directory
Filipe Manana
1
-5
/
+27
2023-04-17
btrfs: pass an ordered_extent to btrfs_extract_ordered_extent
Christoph Hellwig
1
-1
/
+2
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-19
/
+3
2023-02-15
btrfs: remove now spurious bio submission helpers
Christoph Hellwig
1
-3
/
+0
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
1
-0
/
+1
2023-02-15
btrfs: open code the submit_bio_start helpers
Christoph Hellwig
1
-4
/
+0
2023-02-15
btrfs: remove the io_failure_record infrastructure
Christoph Hellwig
1
-7
/
+0
2023-02-15
btrfs: remove now unused checksumming helpers
Christoph Hellwig
1
-5
/
+0
2023-02-15
btrfs: add a btrfs_data_csum_ok helper
Christoph Hellwig
1
-0
/
+2
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_clear_delalloc_extent
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_split_delalloc_extent
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_set_delalloc_extent
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_merge_delalloc_extent
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_delete_subvolume
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_check_data_csum
David Sterba
1
-3
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_unlock
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bio
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_submit_data_read_bio
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_submit_data_write_bio
David Sterba
1
-1
/
+1
[next]