Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d9bfbcc0c2bc15b9ce79e71a0b3d7e69a714d621
/
fs
/
ext4
/
migrate.c
ed8a1a7
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
by Theodore Ts'o
· 10 years ago
b7ea89a
ext4: allow a NULL argument to ext4_ext_drop_refs()
by Theodore Ts'o
· 10 years ago
dfe5080
ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code
by Theodore Ts'o
· 10 years ago
4b1f166
ext4: add i_data_sem sanity check
by Dmitry Monakhov
· 10 years ago
c8b459f
ext4: remove unnecessary double parentheses
by Lukas Czerner
· 10 years ago
70261f5
ext4: Fix misspellings using 'codespell' tool
by Anatol Pomozov
· 11 years ago
107a7bd
ext4: cache all of an extent tree's leaf block upon reading
by Theodore Ts'o
· 11 years ago
43e50f5
ext4: do not convert to indirect with bigalloc enabled
by Lukas Czerner
· 12 years ago
0d14b09
ext4: move ext4_ind_migrate() into migrate.c
by Lukas Czerner
· 12 years ago
4b21763
ext4: fix the number of credits needed for ext4_ext_migrate()
by Theodore Ts'o
· 12 years ago
9924a92
ext4: pass context information to jbd2__journal_start()
by Theodore Ts'o
· 12 years ago
4a092d7
ext4: rationalize ext4_extents.h inclusion
by Theodore Ts'o
· 12 years ago
08cefc7
userns: Convert ext4 to user kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
a0cc910
ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate()
by Dan Carpenter
· 13 years ago
302bf2f
ext2/3/4: delete unneeded includes of module.h
by Paul Gortmaker
· 13 years ago
d211858
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
5cb81da
ext4: fix quota accounting during migration
by Dmitry Monakhov
· 13 years ago
fba90ff
ext4: migrate cleanup
by Dmitry Monakhov
· 13 years ago
d899024
ext4: add some tracepoints in ext4/extents.c
by Aditya Kali
· 13 years ago
74e4e6d
ext4: set extents flag when migrating file to use extents
by Theodore Ts'o
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7dc5761
ext4: Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 14 years ago
f1dffc4
ext4: ext4_ext_migrate should use NULL not 0
by Eric Paris
· 14 years ago
bf89d16
ext4: rename {ext,idx}_pblock and inline small extent functions
by Theodore Ts'o
· 14 years ago
07a0382
ext4: Convert more i_flags references to use accessor functions
by Theodore Ts'o
· 14 years ago
12e9b89
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
by Dmitry Monakhov
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f39490b
ext4: fix error handling in migrate
by Dmitry Monakhov
· 15 years ago
19f5fb7
ext4: Use bitops to read/modify EXT4_I(inode)->i_state
by Theodore Ts'o
· 15 years ago
5aca07e
ext4: quota macros cleanup
by Dmitry Monakhov
· 15 years ago
e636260
ext4: call ext4_forget() from ext4_free_blocks()
by Theodore Ts'o
· 15 years ago
0031462
ext4: Split uninitialized extents for direct I/O
by Mingming Cao
· 15 years ago
1b9c12f
ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags
by Theodore Ts'o
· 15 years ago
a8526e8
ext4: Add missing unlock_new_inode() call in extent migration code
by Aneesh Kumar K.V
· 15 years ago
1101391
ext4: teach the inode allocator to use a goal inode number
by Andreas Dilger
· 15 years ago
f157a4a
ext4: Use a hash of the topdir directory name for the Orlov parent group
by Theodore Ts'o
· 15 years ago
0905426
ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling
by Dan Carpenter
· 16 years ago
83982b6
ext4: Remove "extents" mount option
by Theodore Ts'o
· 16 years ago
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
2a43a87
ext4: elevate write count for migrate ioctl
by Aneesh Kumar K.V
· 16 years ago
ee12b63
ext4: journal credits reservation fixes for extent file writepage
by Mingming Cao
· 16 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
267e4db
ext4: Fix race between migration and mmap write
by Aneesh Kumar K.V
· 17 years ago
b35905c
ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()
by Aneesh Kumar K.V
· 17 years ago
8009f9f
ext4: Fix circular locking dependency with migrate and rm.
by Aneesh Kumar K.V
· 17 years ago
b8356c4
ext4: Don't set EXTENTS_FL flag for fast symlinks
by Valerie Clement
· 17 years ago
c9de560
ext4: Add multi block allocator for ext4
by Alex Tomas
· 17 years ago
c14c6fd
ext4: Add EXT4_IOC_MIGRATE ioctl
by Aneesh Kumar K.V
· 17 years ago