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.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
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-1
/
+25
2016-01-07
btrfs: statfs: report zero available if metadata are exhausted
David Sterba
1
-0
/
+24
2016-01-07
btrfs: constify static arrays
David Sterba
1
-1
/
+1
2016-01-07
Btrfs: use linux/sizes.h to represent constants
Byongho Lee
1
-1
/
+1
2016-01-06
fs: use block_device name vsprintf helper
Dmitry Monakhov
1
-3
/
+1
2015-12-18
Merge branch 'freespace-tree' into for-linus-4.5
Chris Mason
1
-9
/
+47
2015-12-17
Btrfs: add free space tree mount option
Omar Sandoval
1
-9
/
+44
2015-12-17
Btrfs: add free space tree sanity tests
Omar Sandoval
1
-0
/
+3
2015-10-22
Btrfs: add fragment=* debug mount option
Josef Bacik
1
-0
/
+30
2015-09-29
Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...
Anand Jain
1
-22
/
+5
2015-09-25
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2015-09-10
Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlock
Filipe Manana
1
-2
/
+0
2015-09-06
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+13
2015-08-09
Merge branch 'jeffm-discard-4.3' into for-linus-4.3
Chris Mason
1
-1
/
+12
2015-08-09
Btrfs: add support for blkio controllers
Chris Mason
1
-0
/
+1
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
1
-2
/
+1
2015-07-29
btrfs: add missing discards when unpinning extents with -o discard
Jeff Mahoney
1
-1
/
+1
2015-07-29
btrfs: explictly delete unused block groups in close_ctree and ro-remount
Jeff Mahoney
1
-0
/
+11
2015-06-03
Btrfs: show subvol= and subvolid= in /proc/mounts
Omar Sandoval
1
-0
/
+4
2015-06-03
Btrfs: unify subvol= and subvolid= mounting
Omar Sandoval
1
-67
/
+171
2015-06-03
Btrfs: fail on mismatched subvol and subvolid mount options
Omar Sandoval
1
-8
/
+25
2015-06-03
Btrfs: clean up error handling in mount_subvol()
Omar Sandoval
1
-28
/
+33
2015-06-03
Btrfs: remove all subvol options before mounting top-level
Omar Sandoval
1
-36
/
+20
2015-06-03
Btrfs: lock superblock before remounting for rw subvol
Omar Sandoval
1
-0
/
+2
2015-06-03
btrfs: add 'cold' compiler annotations to all error handling functions
David Sterba
1
-0
/
+3
2015-06-03
btrfs: report exact callsite where transaction abort occurs
David Sterba
1
-8
/
+0
2015-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-4
/
+4
2015-03-27
btrfs: cleanup orphans while looking up default subvolume
Jeff Mahoney
1
-0
/
+9
2015-03-27
btrfs: explicitly set control file's private_data
Tom Van Braeckel
1
-0
/
+12
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-1
/
+1
2015-03-03
btrfs: cleanup 64bit/32bit divs, compile time constants
David Sterba
1
-1
/
+1
2015-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-6
/
+0
2015-01-22
btrfs: remove a no-op unfreeze superbock callback
David Sterba
1
-6
/
+0
2015-01-21
btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.
Qu Wenruo
1
-0
/
+10
2015-01-20
btrfs: sync ioctl, handle errors after transaction start
David Sterba
1
-2
/
+2
2014-12-03
Btrfs: make btrfs_abort_transaction consider existence of new block groups
Filipe Manana
1
-1
/
+1
2014-11-25
Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-5
/
+13
2014-11-21
btrfs: fix wrong accounting of raid1 data profile in statfs
David Sterba
1
-1
/
+1
2014-11-21
Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2
Josef Bacik
1
-25
/
+47
2014-11-12
btrfs: switch inode_cache option handling to pending changes
David Sterba
1
-2
/
+2
2014-11-12
btrfs: do commit in sync_fs if there are pending changes
David Sterba
1
-3
/
+11
2014-10-27
Btrfs: properly clean up btrfs_end_io_wq_cache
Josef Bacik
1
-0
/
+1
2014-10-08
btrfs: Fix compile error when CONFIG_SECURITY is not set.
Qu Wenruo
1
-0
/
+2
2014-10-06
btrfs: Make btrfs handle security mount options internally to avoid losing se...
Qu Wenruo
1
-5
/
+92
2014-10-02
btrfs: use slab for end_io_wq structures
David Sterba
1
-1
/
+7
2014-10-02
btrfs: fix error labels in init_btrfs_fs
David Sterba
1
-2
/
+2
2014-10-02
Btrfs: set default max_inline to 8KiB instead of 8MiB
Filipe David Borba Manana
1
-1
/
+1
2014-10-01
btrfs: remove unused variable from btrfs_parse_options
David Sterba
1
-3
/
+1
2014-09-18
Btrfs: fix unprotected device list access when getting the fs information
Miao Xie
1
-1
/
+7
[prev]
[next]