Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-07 | btrfs: add inode to truncate control | Josef Bacik | 1 | -1/+6 |
2022-01-07 | btrfs: pass the ino via truncate control | Josef Bacik | 1 | -0/+3 |
2022-01-07 | btrfs: use a flag to control when to clear the file extent range | Josef Bacik | 1 | -0/+6 |
2022-01-07 | btrfs: control extent reference updates with a control flag for truncate | Josef Bacik | 1 | -0/+6 |
2022-01-07 | btrfs: only call inode_sub_bytes in truncate paths that care | Josef Bacik | 1 | -0/+3 |
2022-01-07 | btrfs: only update i_size in truncate paths that care | Josef Bacik | 1 | -0/+3 |
2022-01-07 | btrfs: add truncate control struct | Josef Bacik | 1 | -2/+16 |
2022-01-07 | btrfs: move btrfs_truncate_inode_items to inode-item.c | Josef Bacik | 1 | -0/+11 |
2022-01-07 | btrfs: add an inode-item.h | Josef Bacik | 1 | -0/+45 |