index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
migrate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
Eric Biggers
2020-02-21
1
-8
/
+19
*
ext4: Reserve revoke credits for freed blocks
Jan Kara
2019-11-05
1
-9
/
+15
*
ext4: Provide function to handle transaction restarts
Jan Kara
2019-11-05
1
-60
/
+35
*
ext4: clean up indentation issues, remove extraneous tabs
Colin Ian King
2018-12-04
1
-6
/
+6
*
ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
Theodore Ts'o
2018-11-25
1
-18
/
+18
*
ext4: fix up remaining files with SPDX cleanups
Theodore Ts'o
2017-12-17
1
-8
/
+1
*
ext4: do not set posix acls on xattr inodes
Tahsin Erdogan
2017-06-21
1
-1
/
+1
*
ext4: fix misspellings in comments.
Adam Buchbinder
2016-03-09
1
-1
/
+1
*
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
1
-6
/
+3
*
ext4: correctly migrate a file with a hole at the beginning
Eryu Guan
2015-07-04
1
-4
/
+5
*
ext4: be more strict when migrating to non-extent based file
Eryu Guan
2015-07-03
1
-1
/
+11
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-1
/
+1
*
ext4: update comments regarding ext4_delete_inode()
Wang Shilong
2014-11-25
1
-1
/
+1
*
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
Theodore Ts'o
2014-09-01
1
-2
/
+1
*
ext4: allow a NULL argument to ext4_ext_drop_refs()
Theodore Ts'o
2014-09-01
1
-4
/
+2
*
ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code
Theodore Ts'o
2014-09-01
1
-1
/
+1
*
ext4: add i_data_sem sanity check
Dmitry Monakhov
2014-07-27
1
-0
/
+7
*
ext4: remove unnecessary double parentheses
Lukas Czerner
2014-05-12
1
-1
/
+1
*
ext4: Fix misspellings using 'codespell' tool
Anatol Pomozov
2013-08-28
1
-1
/
+1
*
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
2013-08-16
1
-1
/
+1
*
ext4: do not convert to indirect with bigalloc enabled
Lukas Czerner
2013-04-11
1
-0
/
+4
*
ext4: move ext4_ind_migrate() into migrate.c
Lukas Czerner
2013-04-10
1
-1
/
+57
*
ext4: fix the number of credits needed for ext4_ext_migrate()
Theodore Ts'o
2013-02-09
1
-4
/
+7
*
ext4: pass context information to jbd2__journal_start()
Theodore Ts'o
2013-02-08
1
-2
/
+2
*
ext4: rationalize ext4_extents.h inclusion
Theodore Ts'o
2012-11-28
1
-0
/
+1
*
userns: Convert ext4 to user kuid/kgid where appropriate
Eric W. Biederman
2012-05-15
1
-2
/
+2
*
ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate()
Dan Carpenter
2012-02-20
1
-1
/
+1
*
ext2/3/4: delete unneeded includes of module.h
Paul Gortmaker
2012-01-09
1
-1
/
+0
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
2011-11-02
1
-1
/
+1
|
\
|
*
filesystems: add missing nlink wrappers
Miklos Szeredi
2011-11-02
1
-1
/
+1
*
|
ext4: fix quota accounting during migration
Dmitry Monakhov
2011-10-29
1
-2
/
+5
*
|
ext4: migrate cleanup
Dmitry Monakhov
2011-10-29
1
-66
/
+35
*
|
ext4: add some tracepoints in ext4/extents.c
Aditya Kali
2011-09-09
1
-1
/
+0
|
/
*
ext4: set extents flag when migrating file to use extents
Theodore Ts'o
2011-05-03
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
ext4: Fix sparse warning: Using plain integer as NULL pointer
Peter Huewe
2011-02-21
1
-5
/
+5
*
ext4: ext4_ext_migrate should use NULL not 0
Eric Paris
2011-01-10
1
-1
/
+1
*
ext4: rename {ext,idx}_pblock and inline small extent functions
Theodore Ts'o
2010-10-27
1
-1
/
+1
*
ext4: Convert more i_flags references to use accessor functions
Theodore Ts'o
2010-06-14
1
-1
/
+1
*
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
Dmitry Monakhov
2010-05-16
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
ext4: fix error handling in migrate
Dmitry Monakhov
2010-03-01
1
-15
/
+14
*
ext4: Use bitops to read/modify EXT4_I(inode)->i_state
Theodore Ts'o
2010-01-24
1
-3
/
+3
*
ext4: quota macros cleanup
Dmitry Monakhov
2009-12-08
1
-2
/
+2
*
ext4: call ext4_forget() from ext4_free_blocks()
Theodore Ts'o
2009-11-23
1
-7
/
+16
*
ext4: Split uninitialized extents for direct I/O
Mingming Cao
2009-09-28
1
-1
/
+1
*
ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags
Theodore Ts'o
2009-09-17
1
-10
/
+10
*
ext4: Add missing unlock_new_inode() call in extent migration code
Aneesh Kumar K.V
2009-08-25
1
-1
/
+1
*
ext4: teach the inode allocator to use a goal inode number
Andreas Dilger
2009-06-13
1
-1
/
+4
*
ext4: Use a hash of the topdir directory name for the Orlov parent group
Theodore Ts'o
2009-06-13
1
-3
/
+2
[next]