index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-21
Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
3
-4
/
+5
2011-11-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
3
-6
/
+11
2011-11-21
ext4: fix up a undefined error in ext4_free_blocks in debugging code
Yongqiang Yang
1
-1
/
+1
2011-11-20
VFS: Log the fact that we've given ELOOP rather than creating a loop
David Howells
1
-1
/
+10
2011-11-19
minixfs: kill manual hweight(), simplify
Al Viro
2
-28
/
+15
2011-11-19
fs/minix: Verify bitmap block counts before mounting
Josh Boyer
3
-10
/
+42
2011-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-63
/
+42
2011-11-19
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-1
/
+2
2011-11-18
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+4
2011-11-16
new helper: mount_subtree()
Al Viro
3
-53
/
+40
2011-11-16
switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs
Al Viro
3
-18
/
+11
2011-11-16
btrfs: fix double mntput() in mount_subvol()
Al Viro
1
-1
/
+0
2011-11-16
bio: change some signed vars to unsigned
Dan Carpenter
1
-3
/
+4
2011-11-15
xfs: use doalloc flag in xfs_qm_dqattach_one()
Mitsuo Hayasaka
1
-1
/
+2
2011-11-15
hfs: add sanity check for file name length
Dan Carpenter
1
-0
/
+2
2011-11-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
12
-145
/
+262
2011-11-11
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
9
-17
/
+23
2011-11-11
ceph: initialize root dentry
Sage Weil
2
-3
/
+5
2011-11-11
btrfs: rename the option to nospace_cache
David Sterba
1
-2
/
+2
2011-11-11
Btrfs: handle bio_add_page failure gracefully in scrub
Arne Jansen
1
-35
/
+29
2011-11-10
Btrfs: fix deadlock caused by the race between relocation
Miao Xie
1
-2
/
+2
2011-11-10
Btrfs: only map pages if we know we need them when reading the space cache
Josef Bacik
1
-7
/
+10
2011-11-10
Btrfs: fix orphan backref nodes
Miao Xie
1
-0
/
+2
2011-11-10
Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
Miao Xie
1
-16
/
+12
2011-11-10
Btrfs: fix unreleased path in btrfs_orphan_cleanup()
Miao Xie
1
-0
/
+3
2011-11-10
Btrfs: fix no reserved space for writing out inode cache
Miao Xie
1
-4
/
+24
2011-11-10
Btrfs: fix nocow when deleting the item
Miao Xie
1
-1
/
+4
2011-11-10
Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into i...
Chris Mason
2
-46
/
+43
2011-11-10
Btrfs: tweak the delayed inode reservations again
Chris Mason
2
-26
/
+47
2011-11-09
Revert "proc: fix races against execve() of /proc/PID/fd**"
Linus Torvalds
1
-103
/
+43
2011-11-09
Btrfs: rework error handling in btrfs_mount()
Ilya Dryomov
1
-21
/
+21
2011-11-09
Btrfs: close devices on all error paths in open_ctree()
Ilya Dryomov
1
-4
/
+3
2011-11-09
Btrfs: avoid null dereference and leaks when bailing from open_ctree()
Ilya Dryomov
1
-20
/
+15
2011-11-09
Btrfs: fix subvol_name leak on error in btrfs_mount()
Ilya Dryomov
1
-1
/
+3
2011-11-09
Btrfs: fix memory leak in btrfs_parse_early_options()
Ilya Dryomov
1
-0
/
+1
2011-11-08
Btrfs: fix our reservations for updating an inode when completing io
Josef Bacik
4
-9
/
+83
2011-11-08
Btrfs: fix oops on NULL trans handle in btrfs_truncate
Chris Mason
1
-7
/
+9
2011-11-08
xfs: fix force shutdown handling in xfs_end_io
Christoph Hellwig
1
-1
/
+1
2011-11-08
xfs: constify xfs_item_ops
Christoph Hellwig
7
-12
/
+12
2011-11-08
xfs: Fix possible memory corruption in xfs_readlink
Carlos Maiolino
1
-4
/
+10
2011-11-07
VFS: we need to set LOOKUP_JUMPED on mountpoint crossing
Al Viro
1
-1
/
+15
2011-11-07
btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
slyich@gmail.com
1
-3
/
+5
2011-11-07
vfs: d_invalidate() should leave mountpoints alone
Al Viro
1
-2
/
+4
2011-11-07
Merge git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-55
/
+50
2011-11-07
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
8
-47
/
+225
2011-11-07
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
4
-2
/
+23
2011-11-07
ext4: add blk_finish_plug in error case of writepages.
Namjae Jeon
1
-0
/
+1
2011-11-07
ext4: Remove kernel_lock annotations
Richard Weinberger
1
-2
/
+0
2011-11-07
ext4: ignore journalled data options on remount if fs has no journal
Theodore Ts'o
1
-1
/
+3
2011-11-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
31
-1603
/
+5423
[next]