index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-05
1
-1
/
+1
*
btrfs: merge btrfs_del_delalloc_inode() helpers
David Sterba
2024-03-04
1
-9
/
+5
*
btrfs: delete BUG_ON in btrfs_init_locked_inode()
David Sterba
2024-03-04
1
-1
/
+0
*
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
2024-03-04
1
-1
/
+8
*
btrfs: push errors up from add_async_extent()
David Sterba
2024-03-04
1
-5
/
+8
*
btrfs: remove do_list variable at btrfs_clear_delalloc_extent()
Filipe Manana
2024-03-04
1
-3
/
+3
*
btrfs: remove do_list variable at btrfs_set_delalloc_extent()
Filipe Manana
2024-03-04
1
-2
/
+1
*
btrfs: use assertion instead of BUG_ON when adding/removing to delalloc list
Filipe Manana
2024-03-04
1
-2
/
+2
*
btrfs: add lockdep assertion to remaining delalloc callbacks
Filipe Manana
2024-03-04
1
-0
/
+4
*
btrfs: reduce inode lock critical section when setting and clearing delalloc
Filipe Manana
2024-03-04
1
-20
/
+40
*
btrfs: rename btrfs_add_delalloc_inodes() to singular form
Filipe Manana
2024-03-04
1
-2
/
+2
*
btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()
Filipe Manana
2024-03-04
1
-0
/
+2
*
btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
Filipe Manana
2024-03-04
1
-8
/
+7
*
btrfs: stop passing root argument to btrfs_add_delalloc_inodes()
Filipe Manana
2024-03-04
1
-5
/
+4
*
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
1
-19
/
+20
*
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
2024-03-04
1
-1
/
+1
*
btrfs: add helpers to get inode from page/folio pointers
David Sterba
2024-03-04
1
-1
/
+1
*
btrfs: handle errors returned from unpin_extent_cache()
David Sterba
2024-03-04
1
-2
/
+7
*
btrfs: remove unused included headers
David Sterba
2024-03-04
1
-2
/
+0
*
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
2024-03-04
1
-1
/
+1
*
btrfs: page to folio conversion in btrfs_truncate_block()
Goldwyn Rodrigues
2024-03-04
1
-22
/
+24
*
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
2024-03-04
1
-10
/
+6
*
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-01
1
-1
/
+21
|
\
|
*
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
2024-02-29
1
-1
/
+21
*
|
Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-15
1
-2
/
+24
|
\
|
|
*
btrfs: reject encoded write if inode has nodatasum flag set
Filipe Manana
2024-02-13
1
-0
/
+7
|
*
btrfs: don't drop extent_map for free space inode on write error
Josef Bacik
2024-02-09
1
-2
/
+17
*
|
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-22
1
-9
/
+13
|
\
|
|
*
btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...
Omar Sandoval
2024-01-12
1
-9
/
+13
*
|
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-01-10
1
-55
/
+98
|
\
|
|
*
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
1
-14
/
+20
|
*
btrfs: cleanup metadata page pointer usage
Qu Wenruo
2023-12-15
1
-1
/
+1
|
*
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
2023-12-15
1
-1
/
+1
|
*
btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-tree
David Sterba
2023-12-15
1
-1
/
+1
|
*
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
1
-18
/
+15
|
*
btrfs: log messages at unpin_extent_range() during unexpected cases
Filipe Manana
2023-12-15
1
-1
/
+1
|
*
btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
David Sterba
2023-12-15
1
-5
/
+20
|
*
btrfs: cache that we don't have security.capability set
Josef Bacik
2023-12-15
1
-0
/
+7
|
*
btrfs: always set extent_io_tree::inode and drop fs_info
David Sterba
2023-12-15
1
-0
/
+3
|
*
btrfs: move lockdep class setting out of extent_io_tree_init
David Sterba
2023-12-15
1
-0
/
+11
|
*
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-12-15
1
-11
/
+14
|
*
btrfs: migrate to use folio private instead of page private
Qu Wenruo
2023-12-15
1
-3
/
+4
|
*
btrfs: use page alloc/free wrappers for compression pages
David Sterba
2023-12-15
1
-2
/
+2
*
|
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
2023-12-11
1
-1
/
+1
*
|
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-14
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
2023-12-06
1
-8
/
+8
*
|
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-13
1
-0
/
+7
|
\
|
|
*
btrfs: zoned: wait for data BG to be finished on direct IO allocation
Naohiro Aota
2023-11-03
1
-0
/
+7
*
|
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-30
1
-90
/
+101
|
\
|
[next]