index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: add flushoncommit mount option
Sage Weil
2009-04-02
1
-4
/
+10
*
Btrfs: notreelog mount option
Sage Weil
2009-04-02
1
-1
/
+9
*
Btrfs: introduce btrfs_show_options
Eric Paris
2009-04-02
1
-1
/
+33
*
Btrfs: don't clean old snapshots on sync(1)
Chris Mason
2009-02-12
1
-1
/
+0
*
Btrfs: process mount options on mount -o remount,
Chris Mason
2009-02-12
1
-0
/
+4
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Chris Mason
2009-01-28
1
-3
/
+3
|
\
|
*
Btrfs: removed unused #include <version.h>'s
Huang Weiyi
2009-01-21
1
-1
/
+0
|
*
Btrfs: cleanup fs/btrfs/super.c::btrfs_control_ioctl()
Wang Cong
2009-01-21
1
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2009-01-16
1
-1
/
+2
|
\
\
|
|
/
|
*
Btrfs: fix ioctl arg size (userland incompatible change!)
Chris Mason
2009-01-16
1
-1
/
+2
*
|
btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h>
Qinghuang Feng
2009-01-15
1
-1
/
+1
*
|
btrfs: fix for write_super_lockfs/unlockfs error handling
Linus Torvalds
2009-01-10
1
-4
/
+6
|
/
*
Btrfs: Fix checkpatch.pl warnings
Chris Mason
2009-01-05
1
-14
/
+11
*
Btrfs: fix a memory leak in btrfs_get_sb
Shen Feng
2009-01-05
1
-5
/
+4
*
Btrfs: add permission checks to the ioctls
Chris Mason
2009-01-05
1
-0
/
+3
*
Btrfs: shared seed device
Yan Zheng
2008-12-12
1
-3
/
+5
*
Btrfs: corret fmode_t annotations
Christoph Hellwig
2008-12-02
1
-5
/
+9
*
Btrfs: make things static and include the right headers
Christoph Hellwig
2008-12-02
1
-1
/
+1
*
Btrfs: compat code fixes
Chris Mason
2008-11-20
1
-0
/
+2
*
Btrfs: Allow subvolumes and snapshots anywhere in the directory tree
Chris Mason
2008-11-17
1
-5
/
+5
*
Btrfs: Seed device support
Yan Zheng
2008-11-17
1
-0
/
+9
*
Btrfs: mount ro and remount support
Yan Zheng
2008-11-12
1
-2
/
+35
*
Btrfs: Optimize compressed writeback and reads
Chris Mason
2008-11-06
1
-0
/
+4
*
Btrfs: Add zlib compression support
Chris Mason
2008-10-29
1
-1
/
+9
*
Btrfs: add and improve comments
Chris Mason
2008-09-29
1
-0
/
+3
*
Remove Btrfs compat code for older kernels
Chris Mason
2008-09-25
1
-7
/
+0
*
Btrfs: Reinstate '-osubvol=.' option to mount entire tree
David Woodhouse
2008-09-25
1
-15
/
+19
*
Mask root object ID into f_fsid in btrfs_statfs()
David Woodhouse
2008-09-25
1
-0
/
+4
*
Fill f_fsid field in btrfs_statfs()
David Woodhouse
2008-09-25
1
-0
/
+6
*
NFS support for btrfs - v3
Balaji Rao
2008-09-25
1
-0
/
+2
*
Btrfs: Various small fixes.
Yan Zheng
2008-09-25
1
-0
/
+2
*
Btrfs: Add ACL support
Josef Bacik
2008-09-25
1
-2
/
+7
*
Btrfs: Add version strings on module load
Chris Mason
2008-09-25
1
-0
/
+3
*
Btrfs: Online btree defragmentation fixes
Chris Mason
2008-09-25
1
-1
/
+0
*
Btrfs: Replace the transaction work queue with kthreads
Chris Mason
2008-09-25
1
-10
/
+6
*
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
2008-09-25
1
-2
/
+0
*
Btrfs: Add a mount option to control worker thread pool size
Chris Mason
2008-09-25
1
-1
/
+12
*
Btrfs: Fix mount -o max_inline=0
Chris Mason
2008-09-25
1
-2
/
+5
*
btrfs: allow scanning multiple devices during mount
Christoph Hellwig
2008-09-25
1
-5
/
+16
*
btrfs: sanity mount option parsing and early mount code
Christoph Hellwig
2008-09-25
1
-105
/
+136
*
Btrfs: transaction ioctls
Sage Weil
2008-09-25
1
-1
/
+1
*
btrfsctl -A error code fixup
Linda Knippers
2008-09-25
1
-2
/
+2
*
btrfs delete ordered inode handling fix
Mingming
2008-09-25
1
-1
/
+0
*
Btrfs: Add mount -o degraded to allow mounts to continue with missing devices
Chris Mason
2008-09-25
1
-10
/
+15
*
Btrfs: Add support for online device removal
Chris Mason
2008-09-25
1
-27
/
+8
*
Btrfs: Add new ioctl to add devices
Chris Mason
2008-09-25
1
-0
/
+1
*
Fix btrfs_fill_super to return -EINVAL when no FS found
Yan
2008-09-25
1
-2
/
+2
*
Btrfs: Add support for device scanning and detection ioctls
Chris Mason
2008-09-25
1
-17
/
+44
*
Add /dev/btrfs-control for device scanning ioctls
Chris Mason
2008-09-25
1
-1
/
+40
*
Btrfs: Misc 2.6.25 updates
Chris Mason
2008-09-25
1
-1
/
+10
[next]