index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-13
btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be created
Qu Wenruo
1
-1
/
+2
2015-04-13
btrfs: Check qgroup level in kernel qgroup assign.
Qu Wenruo
1
-0
/
+6
2015-04-13
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
1
-1
/
+1
2015-04-13
btrfs: Fix NO_SPACE bug caused by delayed-iput
Zhao Lei
1
-0
/
+1
2015-04-11
Btrfs: fix use after free when close_ctree frees the orphan_rsv
Chris Mason
1
-0
/
+1
2015-04-11
Btrfs: allow block group cache writeout outside critical section in commit
Chris Mason
1
-0
/
+8
2015-04-11
Btrfs: two stage dirty block group writeout
Chris Mason
1
-0
/
+6
2015-04-11
btrfs: move struct io_ctl into ctree.h and rename it
Chris Mason
1
-0
/
+11
2015-04-11
Btrfs: refill block reserves during truncate
Chris Mason
1
-0
/
+3
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
1
-1
/
+2
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-0
/
+2
2015-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+5
2015-03-17
Btrfs: add sanity test for outstanding_extents accounting
Josef Bacik
1
-0
/
+3
2015-03-17
Btrfs: prepare block group cache before writing
Josef Bacik
1
-0
/
+2
2015-03-03
btrfs: use explicit initializer for seq_elem
David Sterba
1
-0
/
+2
2015-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-29
/
+10
2015-02-16
Btrfs: ctree: reduce args where only fs_info used
Daniel Dressler
1
-1
/
+2
2015-02-14
Btrfs: account for large extents with enospc
Josef Bacik
1
-0
/
+2
2015-02-03
Btrfs: fix race between transaction commit and empty block group removal
Filipe Manana
1
-0
/
+1
2015-02-03
btrfs: kill btrfs_inode_*time helpers
David Sterba
1
-25
/
+0
2015-01-22
Btrfs: fix unused members in struct btrfs_root
Anand Jain
1
-2
/
+0
2015-01-22
Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply
Zhao Lei
1
-0
/
+3
2015-01-22
Btrfs: track dirty block groups on their own list
Josef Bacik
1
-2
/
+3
2015-01-22
Btrfs: change how we track dirty roots
Josef Bacik
1
-0
/
+1
2015-01-20
Btrfs: fix race deleting block group from space_info->ro_bgs list
Filipe Manana
1
-0
/
+1
2014-12-10
Btrfs: remove non-sense btrfs_error_discard_extent() function
Filipe Manana
1
-2
/
+2
2014-12-03
Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...
Chris Mason
1
-1
/
+6
2014-12-03
Btrfs: fix race between fs trimming and block group remove/allocation
Filipe Manana
1
-1
/
+11
2014-12-03
Btrfs: fix crash caused by block group removal
Filipe Manana
1
-0
/
+1
2014-12-03
Btrfs, raid56: fix use-after-free problem in the final device replace procedu...
Miao Xie
1
-1
/
+6
2014-11-25
Btrfs: fix snapshot inconsistency after a file write followed by truncate
Filipe Manana
1
-2
/
+2
2014-11-25
Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-1
/
+49
2014-11-21
Btrfs: ensure ordered extent errors aren't missed on fsync
Filipe Manana
1
-0
/
+1
2014-11-21
Btrfs: make xattr replace operations atomic
Filipe Manana
1
-0
/
+5
2014-11-21
Btrfs: move read only block groups onto their own list V2
Josef Bacik
1
-0
/
+4
2014-11-21
Btrfs: add helper btrfs_fdatawrite_range
Filipe Manana
1
-0
/
+1
2014-11-12
btrfs: introduce pending action: commit
David Sterba
1
-0
/
+1
2014-11-12
btrfs: switch inode_cache option handling to pending changes
David Sterba
1
-1
/
+3
2014-11-12
btrfs: add support for processing pending changes
David Sterba
1
-0
/
+45
2014-10-27
Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()
Filipe Manana
1
-1
/
+1
2014-10-08
Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off
Chris Mason
1
-2
/
+1
2014-10-06
btrfs: Make btrfs handle security mount options internally to avoid losing se...
Qu Wenruo
1
-0
/
+5
2014-10-04
Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...
Chris Mason
1
-3
/
+3
2014-10-04
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
1
-8
/
+18
2014-10-04
Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.
Fabian Frederick
1
-2
/
+0
2014-10-02
btrfs: move checks for DUMMY_ROOT into a helper
David Sterba
1
-0
/
+9
2014-10-02
btrfs: new define for the inline extent data start
David Sterba
1
-8
/
+8
2014-10-02
Btrfs: set default max_inline to 8KiB instead of 8MiB
Filipe David Borba Manana
1
-0
/
+1
2014-10-02
btrfs: remove blocksize from btrfs_alloc_free_block and rename
David Sterba
1
-3
/
+3
2014-09-23
Btrfs: remove empty block groups automatically
Josef Bacik
1
-2
/
+7
[next]