index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
btrfs_inode.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-30
Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-7
/
+9
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+5
2025-09-23
btrfs: cache max and min order inside btrfs_fs_info
Qu Wenruo
1
-3
/
+3
2025-09-23
btrfs: introduce btrfs_bio_for_each_block() helper
Qu Wenruo
1
-0
/
+2
2025-09-23
btrfs: concentrate highmem handling for data verification
Qu Wenruo
1
-3
/
+3
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-1
/
+1
2025-08-22
btrfs: fix race between setting last_dir_index_offset and inode logging
Filipe Manana
1
-1
/
+1
2025-08-21
btrfs: move verity info pointer to fs-specific part of inode
Eric Biggers
1
-0
/
+5
2025-07-22
btrfs: enable large data folios for data reloc inode
Qu Wenruo
1
-4
/
+0
2025-07-21
btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTAL
Qu Wenruo
1
-0
/
+17
2025-05-15
btrfs: handle unaligned EOF truncation correctly for subpage cases
Qu Wenruo
1
-2
/
+1
2025-05-15
btrfs: move kmapping out of btrfs_check_sector_csum()
Christoph Hellwig
1
-2
/
+2
2025-03-18
btrfs: make btrfs_iget_path() return a btrfs inode instead
Filipe Manana
1
-2
/
+2
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
1
-1
/
+1
2025-03-18
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
1
-0
/
+1
2025-03-18
btrfs: pass struct btrfs_inode to can_nocow_extent()
David Sterba
1
-1
/
+1
2025-03-18
btrfs: expose per-inode stable writes flag
Qu Wenruo
1
-0
/
+8
2025-01-13
btrfs: remove no longer needed strict argument from can_nocow_extent()
Filipe Manana
1
-1
/
+1
2024-11-11
btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)
Mark Harmstone
1
-1
/
+1
2024-11-11
btrfs: change btrfs_encoded_read() so that reading of extent is done by caller
Mark Harmstone
1
-1
/
+8
2024-11-11
btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...
David Sterba
1
-2
/
+1
2024-11-11
btrfs: remove btrfs_set_range_writeback()
Qu Wenruo
1
-1
/
+0
2024-09-17
btrfs: fix race setting file private on concurrent lseek using same fd
Filipe Manana
1
-0
/
+1
2024-09-10
btrfs: rework BTRFS_I as macro to preserve parameter const
David Sterba
1
-4
/
+6
2024-09-10
btrfs: add and use helper to verify the calling task has locked the inode
Filipe Manana
1
-0
/
+8
2024-09-10
btrfs: convert btrfs_get_extent() to take a folio
Josef Bacik
1
-1
/
+1
2024-09-10
btrfs: convert btrfs_writepage_cow_fixup() to use folio
Josef Bacik
1
-1
/
+1
2024-09-10
btrfs: convert btrfs_run_delalloc_range() to take a folio
Josef Bacik
1
-1
/
+1
2024-07-11
btrfs: move the direct IO code into its own file
Filipe Manana
1
-4
/
+5
2024-07-11
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
1
-2
/
+2
2024-07-11
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
1
-2
/
+2
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
1
-2
/
+2
2024-07-11
btrfs: cleanup recursive include of the same header
Qu Wenruo
1
-1
/
+0
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
Qu Wenruo
1
-13
/
+0
2024-07-11
btrfs: cleanup duplicated parameters related to can_nocow_file_extent_args
Qu Wenruo
1
-2
/
+1
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: export the expected file extent through can_nocow_extent()
Qu Wenruo
1
-1
/
+15
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
1
-17
/
+33
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
1
-6
/
+41
2024-07-11
btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
Filipe Manana
1
-17
/
+29
2024-07-11
btrfs: use an xarray to track open inodes in a root
Filipe Manana
1
-3
/
+0
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
[next]