index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
btrfs_inode.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: rework BTRFS_I as macro to preserve parameter const
David Sterba
2024-09-10
1
-4
/
+6
*
btrfs: add and use helper to verify the calling task has locked the inode
Filipe Manana
2024-09-10
1
-0
/
+8
*
btrfs: convert btrfs_get_extent() to take a folio
Josef Bacik
2024-09-10
1
-1
/
+1
*
btrfs: convert btrfs_writepage_cow_fixup() to use folio
Josef Bacik
2024-09-10
1
-1
/
+1
*
btrfs: convert btrfs_run_delalloc_range() to take a folio
Josef Bacik
2024-09-10
1
-1
/
+1
*
btrfs: move the direct IO code into its own file
Filipe Manana
2024-07-11
1
-4
/
+5
*
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
2024-07-11
1
-2
/
+2
*
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
2024-07-11
1
-2
/
+2
*
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
2024-07-11
1
-1
/
+1
*
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
1
-2
/
+2
*
btrfs: cleanup recursive include of the same header
Qu Wenruo
2024-07-11
1
-1
/
+0
*
btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
Qu Wenruo
2024-07-11
1
-13
/
+0
*
btrfs: cleanup duplicated parameters related to can_nocow_file_extent_args
Qu Wenruo
2024-07-11
1
-2
/
+1
*
btrfs: remove extent_map::orig_start member
Qu Wenruo
2024-07-11
1
-1
/
+1
*
btrfs: export the expected file extent through can_nocow_extent()
Qu Wenruo
2024-07-11
1
-1
/
+15
*
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
2024-07-11
1
-17
/
+33
*
btrfs: remove location key from struct btrfs_inode
Filipe Manana
2024-07-11
1
-6
/
+41
*
btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
Filipe Manana
2024-07-11
1
-17
/
+29
*
btrfs: use an xarray to track open inodes in a root
Filipe Manana
2024-07-11
1
-3
/
+0
*
btrfs: ensure fast fsync waits for ordered extents after a write failure
Filipe Manana
2024-05-28
1
-0
/
+10
*
btrfs: update comment for btrfs_set_inode_full_sync() about locking
Filipe Manana
2024-05-07
1
-3
/
+5
*
btrfs: export find_next_inode() as btrfs_find_first_inode()
Filipe Manana
2024-05-07
1
-0
/
+1
*
btrfs: move btrfs_page_mkwrite() from inode.c into file.c
Filipe Manana
2024-05-07
1
-1
/
+0
*
btrfs: merge btrfs_del_delalloc_inode() helpers
David Sterba
2024-03-04
1
-1
/
+1
*
btrfs: reduce inode lock critical section when setting and clearing delalloc
Filipe Manana
2024-03-04
1
-1
/
+0
*
btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
Filipe Manana
2024-03-04
1
-1
/
+1
*
btrfs: add forward declarations and headers, part 3
David Sterba
2024-03-04
1
-0
/
+19
*
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
2024-03-04
1
-2
/
+1
*
btrfs: fix mismatching parameter names for btrfs_get_extent()
Qu Wenruo
2023-12-15
1
-1
/
+1
*
btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
David Sterba
2023-12-15
1
-2
/
+4
*
btrfs: cache that we don't have security.capability set
Josef Bacik
2023-12-15
1
-0
/
+2
*
btrfs: open code timespec64 in struct btrfs_inode
David Sterba
2023-10-12
1
-1
/
+2
*
btrfs: update comment for struct btrfs_inode::lock
Filipe Manana
2023-10-12
1
-14
/
+18
*
btrfs: add and use helpers for reading and writing last_log_commit
Filipe Manana
2023-10-12
1
-1
/
+1
*
btrfs: reorder btrfs_inode to fill gaps
David Sterba
2023-10-12
1
-8
/
+8
*
btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
David Sterba
2023-10-12
1
-1
/
+3
*
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
2023-10-12
1
-1
/
+1
*
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
2023-10-12
1
-1
/
+1
*
btrfs: reduce size and reorder compression members in struct btrfs_inode
David Sterba
2023-10-12
1
-10
/
+9
*
btrfs: include trace header in where necessary
Josef Bacik
2023-10-12
1
-0
/
+1
*
btrfs: add fscrypt related dependencies to respective headers
Josef Bacik
2023-10-12
1
-0
/
+1
*
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
2023-08-21
1
-2
/
+1
*
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
2023-08-21
1
-3
/
+0
*
btrfs: tracepoints: also show actual number of the outstanding extents
Naohiro Aota
2023-06-19
1
-1
/
+1
*
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
1
-2
/
+0
*
btrfs: move split_flags/combine_flags helpers to inode-item.h
Josef Bacik
2023-06-19
1
-16
/
+0
*
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
2023-06-19
1
-3
/
+0
*
btrfs: avoid iterating over all indexes when logging directory
Filipe Manana
2023-04-17
1
-5
/
+27
*
btrfs: pass an ordered_extent to btrfs_extract_ordered_extent
Christoph Hellwig
2023-04-17
1
-1
/
+2
*
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-02-20
1
-19
/
+3
|
\
[next]