Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
bb52196be37ce154ddc50b1f39496146d181cbe7
/
fs
/
ext4
/
extents.c
5887e98
ext4: Calculate required journal credits for inserting an extent properly
by Aneesh Kumar K.V
· 15 years ago
748de67
ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl
by Akira Fujita
· 16 years ago
a41f207
ext4: Avoid corrupting the uninitialized bit in the extent during truncate
by Aneesh Kumar K.V
· 16 years ago
03f5d8b
ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle()
by Jan Kara
· 16 years ago
0568c51
ext4: down i_data_sem only for read when walking tree for fiemap
by Theodore Ts'o
· 16 years ago
6fd058f
ext4: Add a comprehensive block validity check to ext4_get_blocks()
by Theodore Ts'o
· 16 years ago
c217705
ext4: Define a new set of flags for ext4_get_blocks()
by Theodore Ts'o
· 16 years ago
12b7ac1
ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()
by Theodore Ts'o
· 16 years ago
eefd7f0
ext4: fix the length returned by fiemap for an unallocated extent
by Theodore Ts'o
· 16 years ago
c9877b2
ext4: fix for fiemap last-block test
by Eric Sandeen
· 16 years ago
29fa89d
ext4: Mark the unwritten buffer_head as mapped during write_begin
by Aneesh Kumar K.V
· 16 years ago
79ffab3
ext4: Properly initialize the buffer_head state
by Aneesh Kumar K.V
· 16 years ago
2ec0ae3
ext4: Fix race in ext4_inode_info.i_cached_extent
by Theodore Ts'o
· 16 years ago
9c1ee18
ext4: Fix sub-block zeroing for writes into preallocated extents
by Aneesh Kumar K.V
· 16 years ago
a4277bf
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
e84a26c
ext4: Make the extent validity check more paranoid
by Theodore Ts'o
· 16 years ago
226e7da
ext4: Remove code handling bio_alloc failure with __GFP_WAIT
by Nikanth Karthikesan
· 16 years ago
e44543b
ext4: Fix off-by-one-error in ext4_valid_extent_idx()
by Thiemo Nagel
· 16 years ago
7a262f7
ext4: Validate extent details only when read from the disk
by Aneesh Kumar K.V
· 16 years ago
56b1986
ext4: Add checks to validate extent entries.
by Aneesh Kumar K.V
· 16 years ago
a491212
ext4: New inode/block allocation algorithms for flex_bg filesystems
by Theodore Ts'o
· 16 years ago
395a87b
ext4: fix header check in ext4_ext_search_right() for deep extent trees.
by Eric Sandeen
· 16 years ago
9fd9784
ext4: Fix building with EXT4FS_DEBUG
by Thadeu Lima de Souza Cascardo
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
73ac36e
fix similar typos to successfull
by Coly Li
· 16 years ago
83982b6
ext4: Remove "extents" mount option
by Theodore Ts'o
· 16 years ago
3a06d77
ext4: sparse fixes
by Aneesh Kumar K.V
· 16 years ago
498e5f2
ext4: Change unsigned long to unsigned int
by Theodore Ts'o
· 16 years ago
cde6436
ext4: Remove i_ext_generation from ext4_inode_info structure
by Theodore Ts'o
· 16 years ago
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
25f1ee3
ext4: fix build warning
by Wu Fengguang
· 16 years ago
97df5d1
ext4: remove do_blk_alloc()
by Theodore Ts'o
· 16 years ago
cfe82c8
ext4: remove ext4_new_meta_block()
by Theodore Ts'o
· 16 years ago
6873fa0
Hook ext4 to the vfs fiemap interface.
by Eric Sandeen
· 16 years ago
c2ea3fd
ext4: Remove old legacy block allocator
by Theodore Ts'o
· 16 years ago
cf17fea
ext4: Properly update i_disksize.
by Aneesh Kumar K.V
· 16 years ago
af5bc92
ext4: Fix whitespace checkpatch warnings/errors
by Theodore Ts'o
· 16 years ago
4776004
ext4: Add printk priority levels to clean up checkpatch warnings
by Theodore Ts'o
· 16 years ago
525f4ed
ext4: journal credit fix for the delayed allocation's writepages() function
by Mingming Cao
· 16 years ago
f3bd1f3
ext4: journal credits reservation fixes for DIO, fallocate
by Mingming Cao
· 16 years ago
ee12b63
ext4: journal credits reservation fixes for extent file writepage
by Mingming Cao
· 16 years ago
88aa3cf
ext4: Use ext4_discard_reservations instead of mballoc-specific call
by Theodore Ts'o
· 16 years ago
2b2d6d0
ext4: Cleanup whitespace and other miscellaneous style issues
by Theodore Ts'o
· 16 years ago
34071da
ext4: don't assume extents can't cross block groups when truncating
by Theodore Ts'o
· 16 years ago
0123c93
ext4: Fix ext4_ext_journal_restart()
by Theodore Ts'o
· 16 years ago
d03856b
ext4: Fix data corruption when writing to prealloc area
by Aneesh Kumar K.V
· 16 years ago
61628a3
ext4: Invert lock ordering of page_lock and transaction start in delalloc
by Mingming Cao
· 16 years ago
d2a1763
ext4: delayed allocation ENOSPC handling
by Mingming Cao
· 16 years ago
9ddfc3d
ext4: Fix lock inversion in ext4_ext_truncate()
by Jan Kara
· 16 years ago
cf108bc
ext4: Invert the locking order of page_lock and transaction start
by Jan Kara
· 16 years ago
953e622
ext4: use atomic functions to set bh_state
by Eric Sandeen
· 16 years ago
654b490
ext4: cleanup block allocator
by Aneesh Kumar K.V
· 16 years ago
7061eba
ext4: Use inode preallocation with -o noextents
by Aneesh Kumar K.V
· 16 years ago
9102e4f
ext4: Fix ext4_ext_journal_restart() to reflect errors up to the caller
by Shen Feng
· 16 years ago
1973adc
ext4: Make ext4_ext_find_extent fills ext_path completely
by Shen Feng
· 16 years ago
787e098
ext4: return error when calling ext4_ext_split failed
by Shen Feng
· 16 years ago
a379cd1
ext4: Update i_disksize properly when allocating from fallocate area.
by Aneesh Kumar K.V
· 16 years ago
ef73772
ext4: update ctime and mtime for truncate with extents.
by Solofo Ramangalahy
· 17 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
216553c
ext4: fix wrong gfp type under transaction
by Josef Bacik
· 17 years ago
46e665e
ext4: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
e8546d0
ext4: le*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
161e7b7
ext4: Cache the correct extent length for uninit extents
by Aneesh Kumar K.V
· 17 years ago
1a89734
ext4: Return unwritten buffer head when trying to read from prealloc space.
by Aneesh Kumar K.V
· 17 years ago
e067ba0
ext4: make ext4_ext_get_blocks always return <= max_blocks
by Aneesh Kumar K.V
· 17 years ago
fd28784
ext4: Fix fallocate to update the file size in each transaction
by Aneesh Kumar K.V
· 17 years ago
3977c96
ext4: zero out small extents when writing to prealloc area.
by Aneesh Kumar K.V
· 17 years ago
093a088
ext4: ENOSPC error handling for writing to an uninitialized extent
by Aneesh Kumar K.V
· 17 years ago
95c3889
ext4: Fix fallocate error path
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
74d3487
ext4: modify block allocation algorithm for the last group
by Valerie Clement
· 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
55bd725
ext4: Fix locking hierarchy violation in ext4_fallocate()
by Aneesh Kumar K.V
· 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
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
c14c6fd
ext4: Add EXT4_IOC_MIGRATE ioctl
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
221879c
ext4: Check for the correct error return from
by Aneesh Kumar K.V
· 17 years ago
1d03ec9
ext4: Fix sparse warnings.
by Aneesh Kumar K.V
· 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
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
cd02ff0
jbd2: JBD_XXX to JBD2_XXX naming cleanup
by Mingming Cao
· 17 years ago
dd54567
"ext4_ext_put_in_cache" uses __u32 to receive physical block number
by Mingming Cao
· 17 years ago
e9f410b
ext4: extent macros cleanup
by Dmitry Monakhov
· 17 years ago
26d535e
Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.
by Dmitry Monakhov
· 17 years ago
c29c0ae
ext4: Make extents code sanely handle on-disk corruption
by Alex Tomas
· 17 years ago
749269f
Change on-disk format to support 2^15 uninitialized extents
by Amit Arora
· 17 years ago
56055d3
write support for preallocated blocks
by Amit Arora
· 17 years ago
a2df2a6
fallocate support in ext4
by Amit Arora
· 17 years ago
315054f
When ext4_ext_insert_extent() fails to insert new blocks
by Alex Tomas
· 18 years ago
25d14f9
ext4: Extent overlap bugfix
by Amit Arora
· 18 years ago
8a9dc94
Remove unnecessary exported symbols.
by Mingming Cao
· 18 years ago
8c55e20
EXT4: Fix whitespace
by Dave Kleikamp
· 18 years ago
Next »