index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: Make first argument of btrfs_run_delalloc_range directly an inode
Nikolay Borisov
2019-02-25
1
-1
/
+1
*
Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-01-21
1
-0
/
+7
|
\
|
*
btrfs: wakeup cleaner thread when adding delayed iput
Josef Bacik
2019-01-18
1
-0
/
+3
|
*
btrfs: handle delayed ref head accounting cleanup in abort
Josef Bacik
2019-01-18
1
-0
/
+4
*
|
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-01-05
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
btrfs: sanitize security_mnt_opts use
Al Viro
2018-12-21
1
-4
/
+0
*
|
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
|
\
[next]