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
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-23
btrfs: fix races on root_log_ctx lists
Chris Mason
1
-14
/
+6
2016-10-03
btrfs: ensure that file descriptor used with subvol ioctls is a dir
Jeff Mahoney
1
-0
/
+12
2016-10-02
Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
Chris Mason
1
-0
/
+1
2016-07-10
Btrfs: don't use src fd for printk
Josef Bacik
1
-1
/
+1
2016-07-10
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
5
-5
/
+7
2016-06-03
btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl
Luke Dashjr
4
-2
/
+24
2016-04-20
Btrfs: fix file/data loss caused by fsync after rename and new inode
Filipe Manana
1
-0
/
+137
2016-04-20
Btrfs: fix fsync after truncate when no_holes feature is enabled
Filipe Manana
1
-0
/
+108
2016-04-20
Btrfs: fix fsync xattr loss in the fast fsync path
Filipe Manana
1
-0
/
+104
2016-04-13
btrfs: async-thread: Fix a use-after-free error for trace
Qu Wenruo
1
-1
/
+1
2016-04-13
btrfs: Fix no_space in write and rm loop
Zhao Lei
1
-1
/
+3
2016-04-13
btrfs: wait for delayed iputs on no space
Zhao Lei
1
-0
/
+3
2016-04-13
btrfs: initialize the seq counter in struct btrfs_device
Sebastian Andrzej Siewior
1
-0
/
+1
2016-04-13
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...
Chandan Rajendra
4
-8
/
+33
2016-04-13
Btrfs: fix transaction handle leak on failure to create hard link
Filipe Manana
1
-2
/
+4
2016-04-13
Btrfs: fix number of transaction units required to create symlink
Filipe Manana
1
-1
/
+3
2016-04-13
Btrfs: send, don't BUG_ON() when an empty symlink is found
Filipe Manana
1
-1
/
+15
2016-04-13
btrfs: statfs: report zero available if metadata are exhausted
David Sterba
1
-0
/
+24
2016-04-13
Btrfs: igrab inode in writepage
Josef Bacik
1
-2
/
+15
2016-04-13
Btrfs: add missing brelse when superblock checksum fails
Anand Jain
1
-0
/
+1
2016-03-04
btrfs: properly set the termination value of ctx->pos in readdir
David Sterba
3
-3
/
+16
2016-02-28
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
Filipe Manana
1
-4
/
+6
2016-02-03
Btrfs: fix deadlock running delayed iputs at transaction commit time
Filipe Manana
4
-8
/
+10
2016-02-03
btrfs: put delayed item hook into inode
David Sterba
2
-31
/
+29
2016-02-03
btrfs: handle invalid num_stripes in sys_array
David Sterba
1
-0
/
+8
2015-12-14
Btrfs: fix race when listing an inode's xattrs
Filipe Manana
1
-1
/
+3
2015-12-14
Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
Filipe Manana
1
-2
/
+8
2015-12-14
Btrfs: fix race leading to incorrect item deletion when dropping extents
Filipe Manana
1
-4
/
+12
2015-12-14
Btrfs: fix truncation of compressed and inlined extents
Filipe Manana
1
-14
/
+68
2015-12-14
Btrfs: fix file corruption and data loss after cloning inline extents
Filipe Manana
1
-43
/
+152
2015-11-09
btrfs: fix possible leak in btrfs_ioctl_balance()
Christian Engelmayer
1
-1
/
+4
2015-10-27
btrfs: fix use after free iterating extrefs
Chris Mason
1
-5
/
+3
2015-10-27
btrfs: check unsupported filters in balance arguments
David Sterba
2
-0
/
+13
2015-10-22
Btrfs: update fix for read corruption of compressed and shared extents
Filipe Manana
1
-8
/
+11
2015-10-22
Btrfs: fix read corruption of compressed and shared extents
Filipe Manana
1
-8
/
+57
2015-10-22
btrfs: skip waiting on ordered range for special files
Jeff Mahoney
1
-1
/
+2
2015-09-29
Btrfs: check if previous transaction aborted to avoid fs corruption
Filipe Manana
1
-0
/
+3
2015-08-03
Btrfs: fix file corruption after cloning inline extents
Filipe Manana
1
-0
/
+14
2015-08-03
Btrfs: fix list transaction->pending_ordered corruption
Filipe Manana
1
-2
/
+2
2015-08-03
Btrfs: fix memory leak in the extent_same ioctl
Filipe Manana
1
-1
/
+3
2015-08-03
Btrfs: fix fsync data loss after append write
Filipe Manana
1
-5
/
+9
2015-08-03
Btrfs: fix race between caching kthread and returning inode to inode cache
Filipe Manana
1
-4
/
+11
2015-08-03
Btrfs: use kmem_cache_free when freeing entry in inode cache
Filipe Manana
1
-1
/
+1
2015-08-03
Btrfs: don't invalidate root dentry when subvolume deletion fails
Omar Sandoval
1
-3
/
+1
2015-05-23
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-0
/
+38
2015-05-20
Btrfs: fix regression in raid level conversion
Chris Mason
1
-0
/
+18
2015-05-19
Btrfs: fix racy system chunk allocation when setting block group ro
Filipe Manana
2
-0
/
+3
2015-05-19
btrfs: clear 'ret' in btrfs_check_shared() loop
Mark Fasheh
1
-0
/
+17
2015-05-16
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-10
/
+68
2015-05-11
Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON
Filipe Manana
1
-0
/
+19
[next]