index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
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
2014-09-18
btrfs: add trace for qgroup accounting
Mark Fasheh
1
-0
/
+1
2014-09-18
Btrfs: clear compress-force when remounting with compress option
Wang Shilong
1
-0
/
+7
2014-09-18
btrfs: make close_ctree return void
David Sterba
1
-7
/
+1
2014-08-16
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-6
/
+45
2014-08-15
btrfs: adjust statfs calculations according to raid profiles
David Sterba
1
-6
/
+45
2014-08-07
dcache: d_obtain_alias callers don't all want DISCONNECTED
J. Bruce Fields
1
-8
/
+1
2014-07-03
btrfs: fix null pointer dereference in btrfs_show_devname when name is null
Anand Jain
1
-0
/
+2
2014-07-03
btrfs: fix nossd and ssd_spread mount option regression
Eric Sandeen
1
-1
/
+2
2014-07-03
Btrfs: fix race between balance recovery and root deletion
Wang Shilong
1
-0
/
+2
2014-06-10
btrfs: remove stale newlines from log messages
David Sterba
1
-1
/
+1
2014-06-10
Btrfs: remove OPT_acl parse when acl disabled
Guangliang Zhao
1
-0
/
+7
2014-06-10
Btrfs: add sanity tests for new qgroup accounting code
Josef Bacik
1
-0
/
+3
2014-06-10
Btrfs: reclaim the reserved metadata space at background
Miao Xie
1
-0
/
+1
2014-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-16
/
+6
2014-04-25
Btrfs: move btrfs_{set,clear}_and_info() to ctree.h
Wang Shilong
1
-14
/
+0
2014-04-14
btrfs: fix use-after-free in mount_subvol()
Christoph Jaeger
1
-2
/
+6
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+22
2014-04-11
btrfs: allow mounting btrfs subvolumes with different ro/rw options
Harald Hoyer
1
-0
/
+22
[next]