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
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-162
/
+164
2012-08-28
Btrfs: fix ordered extent leak when failing to start a transaction
Liu Bo
1
-2
/
+5
2012-08-28
Btrfs: fix a dio write regression
Liu Bo
1
-4
/
+20
2012-08-28
Btrfs: fix enospc problems when deleting a subvol
Josef Bacik
1
-1
/
+1
2012-08-28
Btrfs: barrier before waitqueue_active
Josef Bacik
1
-3
/
+1
2012-08-28
Btrfs: don't allocate a seperate csums array for direct reads
Josef Bacik
1
-29
/
+16
2012-08-28
Btrfs: lock extents as we map them in DIO
Josef Bacik
1
-129
/
+127
2012-08-04
btrfs: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+2
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+5
2012-07-31
btrfs: Convert to new freezing mechanism
Jan Kara
1
-1
/
+5
2012-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-17
/
+25
2012-07-25
Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus
Chris Mason
1
-0
/
+4
2012-07-25
Btrfs: introduce subvol uuids and times
Alexander Block
1
-0
/
+4
2012-07-23
Btrfs: zero unused bytes in inode item
Li Zefan
1
-0
/
+2
2012-07-23
Btrfs: kill free_space pointer from inode structure
Li Zefan
1
-3
/
+0
2012-07-23
Btrfs: kill root from btrfs_is_free_space_inode
Liu Bo
1
-11
/
+11
2012-07-23
Btrfs: fix typo in cow_file_range_async and async_cow_submit
Liu Bo
1
-2
/
+2
2012-07-23
Btrfs: return error of btrfs_update_inode() to caller
Tsutomu Itoh
1
-1
/
+1
2012-07-23
Btrfs: don't update atime on RO subvolumes
Alexander Block
1
-0
/
+5
2012-07-14
don't pass nameidata to ->create()
Al Viro
1
-1
/
+1
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
1
-1
/
+1
2012-07-14
vfs: switch i_dentry/d_alias to hlist
Al Viro
1
-1
/
+1
2012-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-6
/
+51
2012-07-02
Btrfs: fix wrong check during log recovery
Liu Bo
1
-1
/
+1
2012-07-02
Btrfs: fix dio write vs buffered read race
Josef Bacik
1
-5
/
+50
2012-06-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+2
2012-06-21
Btrfs: delay iput with async extents
Josef Bacik
1
-2
/
+2
2012-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-15
/
+58
2012-06-15
Btrfs: fix missing inherited flag in rename
Liu Bo
1
-3
/
+6
2012-06-14
Btrfs: call filemap_fdatawrite twice for compression
Josef Bacik
1
-6
/
+9
2012-06-14
Btrfs: keep inode pinned when compressing writes
Josef Bacik
1
-2
/
+6
2012-06-14
Btrfs: unlock everything properly in the error case for nocow
Josef Bacik
1
-2
/
+35
2012-06-14
Btrfs: pass locked_page into extent_clear_unlock_delalloc if theres an error
Josef Bacik
1
-2
/
+2
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-39
/
+14
2012-06-01
Btrfs: move over to use ->update_time
Josef Bacik
1
-39
/
+14
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-138
/
+126
2012-05-30
Btrfs: fall back to non-inline if we don't have enough space
Josef Bacik
1
-1
/
+4
2012-05-30
Btrfs: fix how we deal with the orphan block rsv
Josef Bacik
1
-17
/
+21
2012-05-30
Btrfs: convert the inode bit field to use the actual bit operations
Josef Bacik
1
-16
/
+12
2012-05-30
Btrfs: finish ordered extents in their own thread
Josef Bacik
1
-101
/
+76
2012-05-30
Btrfs: use i_version instead of our own sequence
Josef Bacik
1
-3
/
+13
2012-05-28
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
1
-1
/
+1
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
1
-1
/
+1
2012-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-36
/
+18
2012-04-27
Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir
Chris Mason
1
-29
/
+1
2012-04-18
Btrfs: always store the mirror we read the eb from
Josef Bacik
1
-1
/
+1
2012-04-18
btrfs: fix race in reada
Arne Jansen
1
-1
/
+7
2012-04-18
Btrfs: avoid setting ->d_op twice
Li Zefan
1
-5
/
+9
2012-03-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-139
/
+318
2012-03-29
Btrfs: fix recursive defragment with autodefrag option
Liu Bo
1
-3
/
+5
[next]