index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: catch cow on deleting snapshots
Josef Bacik
2018-12-17
1
-0
/
+1
*
btrfs: rework btrfs_check_space_for_delayed_refs
Josef Bacik
2018-12-17
1
-1
/
+1
*
btrfs: add new flushing states for the delayed refs rsv
Josef Bacik
2018-12-17
1
-4
/
+6
*
btrfs: introduce delayed_refs_rsv
Josef Bacik
2018-12-17
1
-0
/
+10
*
btrfs: dev-replace: remove custom read/write blocking scheme
David Sterba
2018-12-17
1
-2
/
+0
*
btrfs: dev-replace: swich locking to rw semaphore
David Sterba
2018-12-17
1
-1
/
+1
*
btrfs: drop extra enum initialization where using defaults
David Sterba
2018-12-17
1
-14
/
+14
*
btrfs: switch BTRFS_ROOT_* to enums
David Sterba
2018-12-17
1
-16
/
+17
*
btrfs: switch BTRFS_FS_* to enums
David Sterba
2018-12-17
1
-32
/
+31
*
btrfs: switch BTRFS_BLOCK_RSV_* to enums
David Sterba
2018-12-17
1
-7
/
+12
*
btrfs: switch BTRFS_FS_STATE_* to enums
David Sterba
2018-12-17
1
-6
/
+19
*
btrfs: Refactor btrfs_merge_bio_hook
Nikolay Borisov
2018-12-17
1
-3
/
+2
*
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
2018-12-17
1
-4
/
+0
*
btrfs: Introduce support for FSID change without metadata rewrite
Nikolay Borisov
2018-12-17
1
-4
/
+12
*
btrfs: introduce EXPORT_FOR_TESTS macro
Johannes Thumshirn
2018-12-17
1
-0
/
+10
*
btrfs: use tagged writepage to mitigate livelock of snapshot
Ethan Lien
2018-12-17
1
-1
/
+1
*
btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...
Nikolay Borisov
2018-12-17
1
-2
/
+2
*
Btrfs: prevent ioctls from interfering with a swap file
Omar Sandoval
2018-12-17
1
-0
/
+29
*
btrfs: Remove extent_io_ops::split_extent_hook callback
Nikolay Borisov
2018-12-17
1
-0
/
+2
*
btrfs: Remove extent_io_ops::merge_extent_hook callback
Nikolay Borisov
2018-12-17
1
-0
/
+2
*
btrfs: Remove extent_io_ops::clear_bit_hook callback
Nikolay Borisov
2018-12-17
1
-0
/
+2
*
btrfs: Remove extent_io_ops::set_bit_hook extent_io callback
Nikolay Borisov
2018-12-17
1
-0
/
+2
*
btrfs: Remove extent_io_ops::writepage_end_io_hook
Nikolay Borisov
2018-12-17
1
-0
/
+2
*
btrfs: Remove extent_io_ops::writepage_start_hook
Nikolay Borisov
2018-12-17
1
-0
/
+1
*
btrfs: Remove extent_io_ops::fill_delalloc
Nikolay Borisov
2018-12-17
1
-0
/
+3
*
Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-11-11
1
-0
/
+3
|
\
|
*
Btrfs: fix deadlock on tree root leaf when finding free extent
Filipe Manana
2018-11-06
1
-0
/
+3
*
|
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-11-02
1
-5
/
+3
|
\
\
|
|
/
|
/
|
|
*
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
2018-10-30
1
-3
/
+3
|
*
vfs: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
2018-10-30
1
-5
/
+3
*
|
btrfs: remove fs_info from btrfs_should_throttle_delayed_refs
Lu Fengqi
2018-10-15
1
-2
/
+1
*
|
btrfs: remove fs_info from btrfs_check_space_for_delayed_refs
Lu Fengqi
2018-10-15
1
-2
/
+1
*
|
Btrfs: kill btrfs_clear_path_blocking
Liu Bo
2018-10-15
1
-2
/
+0
*
|
btrfs: dev-replace: move replace members out of fs_info
David Sterba
2018-10-15
1
-3
/
+3
*
|
btrfs: remove btrfs_dev_replace::read_locks
David Sterba
2018-10-15
1
-1
/
+0
*
|
btrfs: tests: polish ifdefs around testing helper
David Sterba
2018-10-15
1
-6
/
+6
*
|
btrfs: tests: group declarations of self-test helpers
David Sterba
2018-10-15
1
-3
/
+1
*
|
btrfs: tests: move testing members of struct btrfs_root to the end
David Sterba
2018-10-15
1
-5
/
+4
*
|
btrfs: tests: add separate stub for find_lock_delalloc_range
David Sterba
2018-10-15
1
-6
/
+0
*
|
Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
Liu Bo
2018-10-15
1
-2
/
+2
*
|
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-10-15
1
-1
/
+0
*
|
btrfs: Remove root parameter from btrfs_insert_dir_item
Lu Fengqi
2018-10-15
1
-2
/
+1
*
|
btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...
Lu Fengqi
2018-10-15
1
-1
/
+1
|
/
*
Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-09-06
1
-2
/
+10
|
\
|
*
btrfs: Fix suspicious RCU usage warning in btrfs_debug_in_rcu
Misono Tomohiro
2018-08-24
1
-2
/
+9
|
*
Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...
Robbie Ko
2018-08-17
1
-0
/
+1
*
|
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-22
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
vfs: dedupe: rationalize args
Miklos Szeredi
2018-07-06
1
-2
/
+3
|
*
vfs: dedupe: return int
Miklos Szeredi
2018-07-06
1
-2
/
+2
*
|
btrfs: extent-tree: Remove unused __btrfs_free_block_rsv
Misono Tomohiro
2018-08-06
1
-1
/
+0
[next]