Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
310afe86af8ddd96a06b75aa61ef1af233f80e89
/
fs
/
ext4
5606bf5
ext4: add missing ext4_journal_stop()
by Akinobu Mita
· 17 years ago
ffad0a4
ext4: ext4_find_next_zero_bit needs an aligned address on some arch
by Aneesh Kumar K.V
· 17 years ago
42bf038
ext4: set EXT4_EXTENTS_FL only for directory and regular files
by Aneesh Kumar K.V
· 17 years ago
2c98615
ext4: Don't mark filesystem error if fallocate fails
by Aneesh Kumar K.V
· 17 years ago
f5ab0d1
ext4: Fix BUG when writing to an unitialized extent
by Mingming Cao
· 17 years ago
825f148
ext4: Don't use ext4_dec_count() if not needed
by Theodore Ts'o
· 17 years ago
74d3487
ext4: modify block allocation algorithm for the last group
by Valerie Clement
· 17 years ago
e56eb65
ext4: Don't claim block from group which has corrupt bitmap
by Aneesh Kumar K.V
· 17 years ago
9df5643
ext4: Get journal write access before modifying the extent tree
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
4cdeed8
ext4: Don't leave behind a half-created inode if ext4_mkdir() fails
by Aneesh Kumar K.V
· 17 years ago
b73fce6
ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!
by Valerie Clement
· 17 years ago
55bd725
ext4: Fix locking hierarchy violation in ext4_fallocate()
by Aneesh Kumar K.V
· 17 years ago
642be6e
Remove incorrect BKL comments in ext4
by Andi Kleen
· 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
26346ff
ext4: Don't panic in case of corrupt bitmap
by Aneesh Kumar K.V
· 17 years ago
256bdb4
ext4: allocate struct ext4_allocation_context from a kmem cache
by Eric Sandeen
· 17 years ago
7fb5409
ext4: Fix Direct I/O locking
by Jan Kara
· 17 years ago
8009f9f
ext4: Fix circular locking dependency with migrate and rm.
by Aneesh Kumar K.V
· 17 years ago
0040d98
allow in-inode EAs on ext4 root inode
by Eric Sandeen
· 17 years ago
42a10ad
ext4: Fix null bh pointer dereference in mballoc
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
1d1fe1e
iget: stop EXT4 from using iget() and read_inode()
by David Howells
· 17 years ago
859cb93
ext[234]: cleanup ext[234]_bg_num_gdb()
by Akinobu Mita
· 17 years ago
fb01bfd
ext[234]: remove unused argument for ext[234]_find_goal()
by Akinobu Mita
· 17 years ago
197cd65a
ext[234]: use ext[234]_get_group_desc()
by Akinobu Mita
· 17 years ago
144704e
ext[234]: fix comment for nonexistent variable
by Akinobu Mita
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
b939e37
ext4: Use the ext4_ext_actual_len() helper function
by Aneesh Kumar K.V
· 17 years ago
dbf9d7d
ext4: fix uniniatilized extent splitting error
by Dmitry Monakhov
· 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
1988b51
ext4: Add new functions for searching extent tree
by Alex Tomas
· 17 years ago
c549a95
ext4: fix up EXT4FS_DEBUG builds
by Eric Sandeen
· 17 years ago
aa22df2
ext4: Fix ext4_show_options to show the correct mount options.
by Aneesh Kumar K.V
· 17 years ago
c14c6fd
ext4: Add EXT4_IOC_MIGRATE ioctl
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
4df3d26
ext4: Take read lock during overwrite case.
by Aneesh Kumar K.V
· 17 years ago
0e855ac
ext4: Convert truncate_mutex to read write semaphore.
by Aneesh Kumar K.V
· 17 years ago
c278bfe
ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.
by Aneesh Kumar K.V
· 17 years ago
01f4adc
ext4: remove unused code from ext4_find_entry()
by Mariusz Kozlowski
· 17 years ago
221879c
ext4: Check for the correct error return from
by Aneesh Kumar K.V
· 17 years ago
abcb294
ext4: add block bitmap validation
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
cb47dce
ext4: Return after ext4_error in case of failures
by Aneesh Kumar K.V
· 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
a48380f
ext4: Rename i_dir_acl to i_size_high
by Aneesh Kumar K.V
· 17 years ago
7973c0c
ext4: Rename i_file_acl to i_file_acl_lo
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
2aa9fc4
ext4: fixes block group number being set to a negative value
by Avantika Mathur
· 17 years ago
fd2d429
ext4: add ext4_group_t, and change all group variables to this type.
by Avantika Mathur
· 17 years ago
bba9074
ext4 extents: remove unneeded casts
by Eric Sandeen
· 17 years ago
725d26d
ext4: Introduce ext4_lblk_t
by Aneesh Kumar K.V
· 17 years ago
a72d7f8
ext4: Avoid rec_len overflow with 64KB block size
by Jan Kara
· 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
e47776a
Forbid user to change file flags on quota files
by Jan Kara
· 17 years ago
0b832a4
Revert "ext2/ext3/ext4: add block bitmap validation"
by Linus Torvalds
· 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
1490410
ext4: lighten up resize transaction requirements
by Eric Sandeen
· 17 years ago
5b61528
ext4: fix setup_new_group_blocks locking
by Eric Sandeen
· 17 years ago
ac39849
ext4: sparse fixes
by Aneesh Kumar K.V
· 17 years ago
d8dd0b4
ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_lo
by Aneesh Kumar K.V
· 17 years ago
b377611
ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo
by Aneesh Kumar K.V
· 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
c1bddad
ext4: Fix sparse warnings
by Aneesh Kumar K.V
· 17 years ago
717d50e
Ext4: Uninitialized Block Groups
by Andreas Dilger
· 17 years ago
4074fe3
ext4: remove #ifdef CONFIG_EXT4_INDEX
by Eric Sandeen
· 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
d802ffa
JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
by Mingming Cao
· 17 years ago
2b47c36
Fix f_version type: should be u64 instead of unsigned long
by Mathieu Desnoyers
· 17 years ago
d8ea6cf
ext2/4: use is_power_of_2()
by vignesh babu
· 17 years ago
7c9e69f
ext2/ext3/ext4: add block bitmap validation
by Aneesh Kumar K.V
· 17 years ago
ef2fb67
remove unused bh in calls to ext234_get_group_desc
by Eric Sandeen
· 17 years ago
d9c9bef
ext4: show all mount options
by Miklos Szeredi
· 17 years ago
e57aa83
convert ill defined log2() to ilog2()
by Fengguang Wu
· 17 years ago
febfcf9
fs: mark nibblemap const
by Philippe De Muyter
· 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
3cb4f9f
lib: percpu_counter_sub
by Peter Zijlstra
· 17 years ago
aa0dff2
lib: percpu_counter_add
by Peter Zijlstra
· 17 years ago
bfc1af6
ext4: convert to new aops
by Nick Piggin
· 17 years ago
Next »