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
/
ext4
/
migrate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-20
ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate()
Dan Carpenter
1
-1
/
+1
2012-01-09
ext2/3/4: delete unneeded includes of module.h
Paul Gortmaker
1
-1
/
+0
2011-11-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
1
-1
/
+1
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
1
-1
/
+1
2011-10-29
ext4: fix quota accounting during migration
Dmitry Monakhov
1
-2
/
+5
2011-10-29
ext4: migrate cleanup
Dmitry Monakhov
1
-66
/
+35
2011-09-09
ext4: add some tracepoints in ext4/extents.c
Aditya Kali
1
-1
/
+0
2011-05-03
ext4: set extents flag when migrating file to use extents
Theodore Ts'o
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-21
ext4: Fix sparse warning: Using plain integer as NULL pointer
Peter Huewe
1
-5
/
+5
2011-01-10
ext4: ext4_ext_migrate should use NULL not 0
Eric Paris
1
-1
/
+1
2010-10-27
ext4: rename {ext,idx}_pblock and inline small extent functions
Theodore Ts'o
1
-1
/
+1
2010-06-14
ext4: Convert more i_flags references to use accessor functions
Theodore Ts'o
1
-1
/
+1
2010-05-16
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
Dmitry Monakhov
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-01
ext4: fix error handling in migrate
Dmitry Monakhov
1
-15
/
+14
2010-01-24
ext4: Use bitops to read/modify EXT4_I(inode)->i_state
Theodore Ts'o
1
-3
/
+3
2009-12-08
ext4: quota macros cleanup
Dmitry Monakhov
1
-2
/
+2
2009-11-23
ext4: call ext4_forget() from ext4_free_blocks()
Theodore Ts'o
1
-7
/
+16
2009-09-28
ext4: Split uninitialized extents for direct I/O
Mingming Cao
1
-1
/
+1
2009-09-17
ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags
Theodore Ts'o
1
-10
/
+10
2009-08-25
ext4: Add missing unlock_new_inode() call in extent migration code
Aneesh Kumar K.V
1
-1
/
+1
2009-06-13
ext4: teach the inode allocator to use a goal inode number
Andreas Dilger
1
-1
/
+4
2009-06-13
ext4: Use a hash of the topdir directory name for the Orlov parent group
Theodore Ts'o
1
-3
/
+2
2009-02-15
ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling
Dan Carpenter
1
-5
/
+3
2009-01-06
ext4: Remove "extents" mount option
Theodore Ts'o
1
-7
/
+7
2009-01-07
ext4: Allow ext4 to run without a journal
Frank Mayhar
1
-2
/
+3
2008-09-13
ext4: elevate write count for migrate ioctl
Aneesh Kumar K.V
1
-9
/
+1
2008-08-19
ext4: journal credits reservation fixes for extent file writepage
Mingming Cao
1
-1
/
+2
2008-04-29
ext4: move headers out of include/linux
Christoph Hellwig
1
-2
/
+2
2008-04-29
ext4: Fix race between migration and mmap write
Aneesh Kumar K.V
1
-5
/
+34
2008-02-25
ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()
Aneesh Kumar K.V
1
-0
/
+5
2008-02-10
ext4: Fix circular locking dependency with migrate and rm.
Aneesh Kumar K.V
1
-43
/
+74
2008-02-05
ext4: Don't set EXTENTS_FL flag for fast symlinks
Valerie Clement
1
-0
/
+6
2008-01-29
ext4: Add multi block allocator for ext4
Alex Tomas
1
-5
/
+5
2008-01-28
ext4: Add EXT4_IOC_MIGRATE ioctl
Aneesh Kumar K.V
1
-0
/
+560