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
2008-09-25
btrfs: allow scanning multiple devices during mount
Christoph Hellwig
1
-5
/
+16
2008-09-25
btrfs: sanity mount option parsing and early mount code
Christoph Hellwig
1
-105
/
+136
2008-09-25
Btrfs: transaction ioctls
Sage Weil
1
-1
/
+1
2008-09-25
btrfsctl -A error code fixup
Linda Knippers
1
-2
/
+2
2008-09-25
btrfs delete ordered inode handling fix
Mingming
1
-1
/
+0
2008-09-25
Btrfs: Add mount -o degraded to allow mounts to continue with missing devices
Chris Mason
1
-10
/
+15
2008-09-25
Btrfs: Add support for online device removal
Chris Mason
1
-27
/
+8
2008-09-25
Btrfs: Add new ioctl to add devices
Chris Mason
1
-0
/
+1
2008-09-25
Fix btrfs_fill_super to return -EINVAL when no FS found
Yan
1
-2
/
+2
2008-09-25
Btrfs: Add support for device scanning and detection ioctls
Chris Mason
1
-17
/
+44
2008-09-25
Add /dev/btrfs-control for device scanning ioctls
Chris Mason
1
-1
/
+40
2008-09-25
Btrfs: Misc 2.6.25 updates
Chris Mason
1
-1
/
+10
2008-09-25
Btrfs: mount -o max_inline=size to control the maximum inline extent size
Chris Mason
1
-1
/
+18
2008-09-25
Btrfs: Split the extent_map code into two parts
Chris Mason
1
-1
/
+9
2008-09-25
Btrfs: Add basic lockfs calls
Yan
1
-1
/
+13
2008-09-25
Btrfs: Add mount -o ssd, which includes optimizations for seek free storage
Chris Mason
1
-1
/
+8
2008-09-25
Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Add drop inode func to avoid data=ordered deadlock
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Add flush barriers on commit
Chris Mason
1
-1
/
+8
2008-09-25
Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...
Chris Mason
1
-1
/
+15
2008-09-25
Btrfs: Support for online FS resize (grow and shrink)
Chris Mason
1
-3
/
+4
2008-09-25
Btrfs: Back port to 2.6.18-el kernels
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Add mount option to enforce a max extent size
Chris Mason
1
-1
/
+45
2008-09-25
Btrfs: Add mount option to turn off data cow
Chris Mason
1
-7
/
+27
2008-09-25
Btrfs: Add mount -o nodatasum to turn of file data checksumming
Chris Mason
1
-2
/
+15
2008-09-25
Btrfs: Return value checking in module init
Wyatt Banks
1
-3
/
+18
2008-09-25
xattr support for btrfs
Josef Bacik
1
-0
/
+2
2008-09-25
Btrfs: Allow tails larger than one page
Chris Mason
1
-2
/
+0
2008-09-25
Btrfs: Allow tree blocks larger than the page size
Chris Mason
1
-2
/
+4
2008-09-25
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
1
-3
/
+4
2007-08-29
Btrfs: Use mount -o subvol to select the subvol directory instead of dev:
Chris Mason
1
-10
/
+39
2007-08-29
Btrfs: Add mount into directory support
Yan
1
-3
/
+120
2007-08-29
Btrfs: Add per-root block accounting and sysfs entries
Josef Bacik
1
-0
/
+14
2007-08-28
Btrfs: Add delayed allocation to the extent based page tree code
Chris Mason
1
-0
/
+1
2007-08-28
Btrfs: Extent based page cache code. This uses an rbtree of extents and tests
Chris Mason
1
-0
/
+2
2007-08-10
Btrfs: Btree defrag on the extent-mapping tree as well
Chris Mason
1
-0
/
+2
2007-06-26
Btrfs: Fix super block updates during transaction commit
Chris Mason
1
-1
/
+1
2007-06-22
Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stack
Chris Mason
1
-2
/
+1
2007-06-12
Btrfs: add GPLv2
Chris Mason
1
-0
/
+18
2007-06-12
Btrfs: split up super.c
Chris Mason
1
-2867
/
+12
2007-06-12
Btrfs: fix oops after block group lookup
Chris Mason
1
-6
/
+2
2007-06-09
Btrfs: remove device tree
Chris Mason
1
-88
/
+0
2007-06-08
Btrfs: add compat ioctl
Chris Mason
1
-2
/
+25
2007-06-08
Btrfs: d_type optimization
Chris Mason
1
-9
/
+57
2007-05-29
Btrfs: fixup various fsx failures
Chris Mason
1
-32
/
+181
2007-05-24
Btrfs: sparse files!
Chris Mason
1
-22
/
+99
2007-05-24
Btrfs: symlinks and hard links
Chris Mason
1
-16
/
+147
2007-05-23
Btrfs: rename
Chris Mason
1
-12
/
+120
2007-05-21
Btrfs: 2.6.21-git fixes
Chris Mason
1
-20
/
+1
2007-05-18
Btrfs: allocator optimizations, truncate readahead
Chris Mason
1
-19
/
+57
[prev]
[next]