index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode-item.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
btrfs: constify more pointer parameters
David Sterba
1
-5
/
+5
2024-07-11
btrfs: abort transaction if we don't find extref in btrfs_del_inode_extref()
David Sterba
1
-2
/
+2
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-2
/
+2
2024-05-07
btrfs: rename ->len to ->num_bytes in btrfs_ref
Josef Bacik
1
-1
/
+1
2024-05-07
btrfs: move ref_root into btrfs_ref
Josef Bacik
1
-3
/
+3
2024-05-07
btrfs: do not use a function to initialize btrfs_ref
Josef Bacik
1
-4
/
+6
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-1
/
+0
2023-10-12
btrfs: track owning root in btrfs_ref
Boris Burkov
1
-1
/
+2
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-8
/
+8
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
1
-1
/
+1
2023-04-17
btrfs: remove obsolete delayed ref throttling logic when truncating items
Filipe Manana
1
-7
/
+5
2023-04-17
btrfs: remove redundant counter check at btrfs_truncate_inode_items()
Filipe Manana
1
-2
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
1
-7
/
+7
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
1
-37
/
+36
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-1
/
+2
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move flush related definitions to space-info.h
Josef Bacik
1
-0
/
+1
2022-01-07
btrfs: make should_throttle loop local in btrfs_truncate_inode_items
Josef Bacik
1
-2
/
+1
2022-01-07
btrfs: combine extra if statements in btrfs_truncate_inode_items
Josef Bacik
1
-4
/
+2
2022-01-07
btrfs: convert BUG() for pending_del_nr into an ASSERT
Josef Bacik
1
-2
/
+3
2022-01-07
btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERT
Josef Bacik
1
-1
/
+1
2022-01-07
btrfs: add inode to truncate control
Josef Bacik
1
-11
/
+21
2022-01-07
btrfs: pass the ino via truncate control
Josef Bacik
1
-4
/
+3
2022-01-07
btrfs: use a flag to control when to clear the file extent range
Josef Bacik
1
-4
/
+4
2022-01-07
btrfs: control extent reference updates with a control flag for truncate
Josef Bacik
1
-2
/
+1
2022-01-07
btrfs: only call inode_sub_bytes in truncate paths that care
Josef Bacik
1
-13
/
+6
2022-01-07
btrfs: only update i_size in truncate paths that care
Josef Bacik
1
-9
/
+8
2022-01-07
btrfs: add truncate control struct
Josef Bacik
1
-17
/
+8
2022-01-07
btrfs: remove found_extent from btrfs_truncate_inode_items
Josef Bacik
1
-6
/
+3
2022-01-07
btrfs: move btrfs_kill_delayed_inode_items into evict
Josef Bacik
1
-9
/
+0
2022-01-07
btrfs: remove free space cache inode check in btrfs_truncate_inode_items
Josef Bacik
1
-5
/
+3
2022-01-07
btrfs: move extent locking outside of btrfs_truncate_inode_items
Josef Bacik
1
-18
/
+0
2022-01-07
btrfs: move btrfs_truncate_inode_items to inode-item.c
Josef Bacik
1
-0
/
+372
2022-01-07
btrfs: add an inode-item.h
Josef Bacik
1
-0
/
+1
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-6
/
+6
2022-01-03
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
1
-3
/
+1
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
1
-6
/
+0
2019-09-09
btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref
Nikolay Borisov
1
-20
/
+13
2019-09-09
btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct
Nikolay Borisov
1
-15
/
+14
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
1
-2
/
+2
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
1
-2
/
+2
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2018-03-26
btrfs: Remove custom crc32c init code
Nikolay Borisov
1
-1
/
+0
2018-03-01
Btrfs: fix log replay failure after unlink and link combination
Filipe Manana
1
-18
/
+26
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-4
/
+4
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-1
/
+2
2016-04-28
btrfs: rename btrfs_std_error to btrfs_handle_fs_error
Anand Jain
1
-1
/
+1
[next]