Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
85ae98a3dff2da860a4f8f9e4a0de69ad82ce633
/
fs
/
ext4
/
super.c
e4079a1
ext4: do not set extents feature from the kernel
by Eric Sandeen
· 16 years ago
c07651b
ext4: Don't allow nonextenst mount option for large filesystem
by Aneesh Kumar K.V
· 16 years ago
dd919b9
ext4: Enable delalloc by default.
by Aneesh Kumar K.V
· 16 years ago
d2a1763
ext4: delayed allocation ENOSPC handling
by Mingming Cao
· 16 years ago
6476924
ext4: Add delayed allocation support in data=writeback mode
by Alex Tomas
· 16 years ago
678aaf4
ext4: Use new framework for data=ordered mode in JBD2
by Jan Kara
· 16 years ago
47b4a50
ext4: Set journal pointer to NULL when journal is released
by Jan Kara
· 16 years ago
7477827
ext4: Fix sparse warning
by Aneesh Kumar K.V
· 16 years ago
f9a8ac9
ext4: remove redundant code in ext4_fill_super()
by Li Zefan
· 16 years ago
772cb7c
ext4: New inode allocation for FLEX_BG meta-data groups.
by Jose R. Santos
· 16 years ago
7ad72ca
ext4: Remove unused variable from ext4_show_options
by Theodore Ts'o
· 16 years ago
4d04e4f
ext4: add missing unlock to an error path in ext4_quota_write()
by Jan Kara
· 16 years ago
571640c
ext4: enable barriers by default
by Eric Sandeen
· 16 years ago
cd0b6a3
ext4: Display the journal_async_commit mount option in /proc/mounts
by Theodore Ts'o
· 16 years ago
624080e
jbd2: If a journal checksum error is detected, propagate the error to ext4
by Theodore Ts'o
· 16 years ago
2c8be6b
ext4: fix typos in messages and comments (journalled -> journaled)
by Jan Kara
· 16 years ago
0623543
ext4: fix synchronization of quota files in journal=data mode
by Jan Kara
· 16 years ago
cd59e7b
ext4: Fix mount messages when quota disabled
by Jan Kara
· 16 years ago
dfc5d03
ext4: correct mount option parsing to detect when quota options can be changed
by Jan Kara
· 16 years ago
c19204b
ext4: don't use ext4_error in ext4_check_descriptors
by Josef Bacik
· 17 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
2887df1
ext4: Fix hang on umount with quotas when journal is aborted
by Jan Kara
· 17 years ago
46e665e
ext4: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
216c34b
ext4: convert byte order of constant instead of variable
by Marcin Slusarz
· 17 years ago
e8546d0
ext4: le*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
f3f12fa
ext4: fix mount option parsing
by Josef Bacik
· 17 years ago
97bd42b
ext4: check return of ext4_orphan_get properly
by Josef Bacik
· 17 years ago
6f28e08
quota: ext4: make ext4 handle quotaon on remount
by Jan Kara
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
469108f
ext4: Add new "development flag" to the ext4 filesystem
by Theodore Tso
· 17 years ago
1d1fe1e
iget: stop EXT4 from using iget() and read_inode()
by David Howells
· 17 years ago
197cd65a
ext[234]: use ext[234]_get_group_desc()
by Akinobu Mita
· 17 years ago
ce40733
ext4: Check for return value from sb_set_blocksize
by Aneesh Kumar K.V
· 17 years ago
cb45bbe
ext4: Add stripe= option to /proc/mounts
by Miklos Szeredi
· 17 years ago
3dbd0ed
ext4: Enable the multiblock allocator by default
by Aneesh Kumar K.V
· 17 years ago
c9de560
ext4: Add multi block allocator for ext4
by Alex Tomas
· 17 years ago
aa22df2
ext4: Fix ext4_show_options to show the correct mount options.
by Aneesh Kumar K.V
· 17 years ago
25ec56b
ext4: Add inode version support in ext4
by Jean Noel Cordenner
· 17 years ago
818d276
ext4: Add the journal checksum feature
by Girish Shilamkar
· 17 years ago
0e855ac
ext4: Convert truncate_mutex to read write semaphore.
by Aneesh Kumar K.V
· 17 years ago
bb4f397
ext4: Change the default behaviour on error
by Aneesh Kumar K.V
· 17 years ago
e7c9559
ext4: fix oops on corrupted ext4 mount
by Eric Sandeen
· 17 years ago
07620f6
ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*)
by Adrian Bunk
· 17 years ago
e2b4657
ext4: store maxbytes for bitmapped files and return EFBIG as appropriate
by Eric Sandeen
· 17 years ago
cd2291a
ext4: different maxbytes functions for bitmap & extent files
by Eric Sandeen
· 17 years ago
8180a56
ext4: Support large files
by Aneesh Kumar K.V
· 17 years ago
0fc1b45
ext4: Add support for 48 bit inode i_blocks.
by Aneesh Kumar K.V
· 17 years ago
1d03ec9
ext4: Fix sparse warnings.
by Aneesh Kumar K.V
· 17 years ago
99e6f82
ext4: Introduce ext4_update_*_feature
by Aneesh Kumar K.V
· 17 years ago
fd2d429
ext4: add ext4_group_t, and change all group variables to this type.
by Avantika Mathur
· 17 years ago
725d26d
ext4: Introduce ext4_lblk_t
by Aneesh Kumar K.V
· 17 years ago
afc7cbc
ext4: Support large blocksize up to PAGESIZE
by Takashi Sato
· 17 years ago
b47b6f3
ext3, ext4: avoid divide by zero
by Andries E. Brouwer
· 17 years ago
3965516
exportfs: make struct export_operations const
by Christoph Hellwig
· 17 years ago
1b961ac
ext4: new export ops
by Christoph Hellwig
· 17 years ago
308ba3e
ext4: Convert s_r_blocks_count and s_free_blocks_count
by Aneesh Kumar K.V
· 17 years ago
6bc9fef
ext4: Convert s_blocks_count to s_blocks_count_lo
by Aneesh Kumar K.V
· 17 years ago
5272f83
ext4: Convert bg_inode_bitmap and bg_inode_table
by Aneesh Kumar K.V
· 17 years ago
3a14589
ext4: Convert bg_block_bitmap to bg_block_bitmap_lo
by Aneesh Kumar K.V
· 17 years ago
ce42158
ext4: FLEX_BG Kernel support v2.
by Jose R. Santos
· 17 years ago
717d50e
Ext4: Uninitialized Block Groups
by Andreas Dilger
· 17 years ago
f077d0d
ext4: Remove (partial, never completed) fragment support
by Coly Li
· 17 years ago
cd02ff0
jbd2: JBD_XXX to JBD2_XXX naming cleanup
by Mingming Cao
· 17 years ago
d8ea6cf
ext2/4: use is_power_of_2()
by vignesh babu
· 17 years ago
d9c9bef1
ext4: show all mount options
by Miklos Szeredi
· 17 years ago
e57aa83
convert ill defined log2() to ilog2()
by Fengguang Wu
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
833f407
lib: percpu_counter_init error handling
by Peter Zijlstra
· 17 years ago
52d9f3b
lib: percpu_counter_sum_positive
by Peter Zijlstra
· 17 years ago
9c3013e
quota: fix infinite loop
by Jan Kara
· 17 years ago
780dcdb
fix inode_table test in ext234_check_descriptors
by Eric Sandeen
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
1330593
ext4: Use is_power_of_2()
by Vignesh Babu
· 17 years ago
ef7f383
ext4: Add nanosecond timestamps
by Kalpak Shah
· 17 years ago
eb40a09
ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devices
by Jose R. Santos
· 17 years ago
1e2462f
ext4: Enable extents by default
by Mingming Cao
· 17 years ago
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
5e70030
ext4: statfs speed up
by Badari Pulavarty
· 17 years ago
6c675bd
ext4: fix error handling in ext4_create_journal
by Borislav Petkov
· 17 years ago
32c3773
ext4: fix deadlock in ext4_remount() and orphan list handling
by Jan Kara
· 17 years ago
9f7dd93
ext3/ext4: orphan list check on destroy_inode
by Vasily Averin
· 17 years ago
8c55e20
EXT4: Fix whitespace
by Dave Kleikamp
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
f98393a
mm: remove destroy_dirty_buffers from invalidate_bdev()
by Peter Zijlstra
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
2e7842b
[PATCH] fix umask when noACL kernel meets extN tuned for ACLs
by Hugh Dickins
· 18 years ago
ead6596
[PATCH] ext4: refuse ro to rw remount of fs with orphan inodes
by Eric Sandeen
· 18 years ago
a8f48a9
[PATCH] ext3/4: don't do orphan processing on readonly devices
by Eric Sandeen
· 18 years ago
960cc39
[PATCH] ext4: fsid for statvfs
by Pekka Enberg
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
63f5793
[PATCH] ext4 whitespace cleanups
by Andrew Morton
· 18 years ago
ceea16b
[PATCH] ext4: errors behaviour fix
by Dmitry Mishin
· 18 years ago
70bbb3e
[PATCH] ext4: rename logic_sb_block
by Andrew Morton
· 18 years ago
f4e5bc2
[PATCH] ext4 64 bit divide fix
by Andrew Morton
· 18 years ago
8fadc14
[PATCH] ext4: move block number hi bits
by Alexandre Ratchov
· 18 years ago
0d1ee42
[PATCH] ext4: allow larger descriptor size
by Alexandre Ratchov
· 18 years ago
2ae0210
[PATCH] ext4: blk_type from sector_t to unsigned long long
by Mingming Cao
· 18 years ago
Next »