index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-28
Btrfs: do not use missing devices when showing devname
Josef Bacik
1
-0
/
+2
2012-07-25
Btrfs: Check INCOMPAT flags on remount and add helper function
Mitch Harder
1
-0
/
+1
2012-07-23
Btrfs: add DEVICE_READY ioctl
Josef Bacik
1
-0
/
+7
2012-07-23
Btrfs: allow mount -o remount,compress=no
Arnd Hannemann
1
-1
/
+8
2012-07-23
Btrfs: remove ->dirty_inode
Josef Bacik
1
-11
/
+0
2012-07-02
Btrfs: resume balance on rw (re)mounts properly
Ilya Dryomov
1
-0
/
+4
2012-06-14
Btrfs: implement ->show_devname
Josef Bacik
1
-0
/
+33
2012-05-30
Btrfs: avoid buffer overrun in mount option handling
Jim Meyering
1
-41
/
+26
2012-05-30
Btrfs: avoid buffer overrun in btrfs_printk
Jim Meyering
1
-1
/
+2
2012-05-30
btrfs: allow changing 'thread_pool' size at remount time
Sergei Trofimovich
1
-5
/
+40
2012-05-30
Btrfs: use i_version instead of our own sequence
Josef Bacik
1
-1
/
+1
2012-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-3
/
+4
2012-04-27
Btrfs: do not start delalloc inodes during sync
Josef Bacik
1
-1
/
+0
2012-04-18
btrfs: fix early abort in 'remount'
Sergei Trofimovich
1
-2
/
+4
2012-03-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-19
/
+173
2012-03-28
Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus
Chris Mason
1
-0
/
+2
2012-03-27
Btrfs: actually call btrfs_init_lockdep
Jan Schmidt
1
-0
/
+2
2012-03-22
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
1
-1
/
+1
2012-03-22
btrfs: enhance transaction abort infrastructure
Jeff Mahoney
1
-8
/
+66
2012-03-22
btrfs: add varargs to btrfs_error
Jeff Mahoney
1
-7
/
+56
2012-03-22
btrfs: return void in functions without error conditions
Jeff Mahoney
1
-4
/
+1
2012-03-22
btrfs: Add btrfs_panic()
Jeff Mahoney
1
-1
/
+49
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-6
/
+2
2012-01-17
Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-79
/
+64
2012-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+45
2012-01-16
Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...
Chris Mason
1
-0
/
+36
2012-01-16
Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...
Chris Mason
1
-2
/
+9
2012-01-16
Btrfs: add skip_balance mount option
Ilya Dryomov
1
-2
/
+9
2012-01-08
btrfs: take allocation of ->tree_root into open_ctree()
Al Viro
1
-5
/
+0
2012-01-08
btrfs: let ->s_fs_info point to fs_info, not root...
Al Viro
1
-37
/
+38
2012-01-08
btrfs: consolidate failure exits in btrfs_mount() a bit
Al Viro
1
-16
/
+5
2012-01-08
btrfs: make free_fs_info() call ->kill_sb() unconditional
Al Viro
1
-6
/
+2
2012-01-08
btrfs: merge free_fs_info() calls on fill_super failures
Al Viro
1
-1
/
+1
2012-01-08
btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super()
Al Viro
1
-5
/
+2
2012-01-08
btrfs: make open_ctree() return int
Al Viro
1
-4
/
+4
2012-01-08
btrfs: sanitizing ->fs_info, part 4
Al Viro
1
-2
/
+1
2012-01-08
btrfs: fix mount/umount race
Al Viro
1
-9
/
+4
2012-01-08
btrfs: get ->kill_sb() of its own
Al Viro
1
-9
/
+18
2012-01-08
btrfs: preparation to fixing mount/umount race
Al Viro
1
-1
/
+5
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-2
/
+2
2012-01-03
btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...
Al Viro
1
-1
/
+0
2011-12-21
Btrfs: integrate integrity check module into btrfs
Stefan Behrens
1
-1
/
+38
2011-12-16
Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-7
/
+25
2011-12-15
Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...
Chris Mason
1
-1
/
+12
2011-12-15
Btrfs: deal with enospc from dirtying inodes properly
Josef Bacik
1
-1
/
+12
2011-12-15
Btrfs: fix inaccurate available space on raid0 profile
Miao Xie
1
-6
/
+13
2011-12-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-3
/
+3
2011-11-30
Btrfs: fix oops when calling statfs on readonly device
Li Zefan
1
-3
/
+3
2011-11-16
new helper: mount_subtree()
Al Viro
1
-29
/
+6
2011-11-16
switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs
Al Viro
1
-3
/
+1
[next]