Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f57d7b6c9db1f9e26da09694b5fcb5650547f7d2
/
fs
/
ext4
/
extents.c
afcff5d
ext4: remove restrictive checks for EOFBLOCKS_FL
by Lukas Czerner
· 13 years ago
92b9781
ext4: change some printk() calls to use ext4_msg() instead
by Theodore Ts'o
· 13 years ago
dc1841d
ext4: give more helpful error message in ext4_ext_rm_leaf()
by Lukas Czerner
· 13 years ago
7877191
ext4: remove unused code from ext4_ext_map_blocks()
by Lukas Czerner
· 13 years ago
5f95d21
ext4: rewrite punch hole to use ext4_ext_remove_space()
by Lukas Czerner
· 13 years ago
31d4f3a
ext4: check for zero length extent
by Theodore Ts'o
· 13 years ago
ff9cb1c
Merge branch 'for_linus' into for_linus_merged
by Theodore Ts'o
· 13 years ago
ac69e09
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
302bf2f
ext2/3/4: delete unneeded includes of module.h
by Paul Gortmaker
· 13 years ago
88635ca
ext4: add missing spaces to debugging printk's
by Zheng Liu
· 13 years ago
8c48f7e
ext4: optimize ext4_find_delalloc_range() in nodelalloc mode
by Robin Dong
· 13 years ago
14d7f3e
ext4: remove unused local variable
by Curt Wohlgemuth
· 13 years ago
5b5ffa4
ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized
by Yongqiang Yang
· 13 years ago
b4611ab
ext4: Fix crash due to getting bogus eh_depth value on big-endian systems
by Paul Mackerras
· 13 years ago
bf52c6f
ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
by Yongqiang Yang
· 13 years ago
32de675
ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled
by Yongqiang Yang
· 13 years ago
3c6fe77
ext4: Don't normalize an falloc request if it can fit in 1 extent.
by Greg Harm
· 13 years ago
0edeb71
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
by Tao Ma
· 13 years ago
e7b319e
ext4: trace punch_hole correctly in ext4_ext_map_blocks
by Yongqiang Yang
· 13 years ago
02dc62fb
ext4: clean up AGGRESSIVE_TEST code
by Yongqiang Yang
· 13 years ago
81fdbb4
ext4: move variables to their scope
by Yongqiang Yang
· 13 years ago
80e675f
ext4: optimize memmmove lengths in extent/index insertions
by Eric Gouriou
· 13 years ago
6f91bc5
ext4: optimize ext4_ext_convert_to_initialized()
by Eric Gouriou
· 13 years ago
b3ff0569
ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state
by Tao Ma
· 13 years ago
6f8ff53
ext4: handle NULL p_ext in ext4_ext_next_allocated_block()
by Curt Wohlgemuth
· 13 years ago
f85b287
ext4: error handling fix in ext4_ext_convert_to_initialized()
by Dan Carpenter
· 13 years ago
a4e5d88
ext4: update EOFBLOCKS flag on fallocate properly
by Dmitry Monakhov
· 13 years ago
750c9c4
ext4: remove messy logic from ext4_ext_rm_leaf
by Dmitry Monakhov
· 13 years ago
1939dd8
ext4: cleanup ext4_ext_grow_indepth code
by Dmitry Monakhov
· 13 years ago
ee90d57
ext4: quiet sparse noise about plain integer as NULL pointer
by H Hartley Sweeten
· 13 years ago
f472e02
ext4: avoid stamping on other memories in ext4_ext_insert_index()
by Tao Ma
· 13 years ago
6ee3b21
ext4: use le32_to_cpu for ext4_extent_idx.ei_block in ext4_ext_search_left()
by Tao Ma
· 13 years ago
df3ab17
ext4: fix the comment describing ext4_ext_search_right()
by Tao Ma
· 13 years ago
5356f26
ext4: attempt to fix race in bigalloc code path
by Aditya Kali
· 13 years ago
d899024
ext4: add some tracepoints in ext4/extents.c
by Aditya Kali
· 13 years ago
7b415bf
ext4: Fix bigalloc quota accounting and i_blocks value
by Aditya Kali
· 13 years ago
0aa0600
ext4: teach ext4_ext_truncate() about the bigalloc feature
by Theodore Ts'o
· 13 years ago
4d33b1e
ext4: teach ext4_ext_map_blocks() about the bigalloc feature
by Theodore Ts'o
· 13 years ago
189e868
ext4: fix fsx truncate failure
by Allison Henderson
· 13 years ago
9ea7a0d
jbd2: add debugging information to jbd2_journal_dirty_metadata()
by Theodore Ts'o
· 13 years ago
2be4751
ext4: fix 2nd xfstests 127 punch hole failure
by Allison Henderson
· 13 years ago
ba06208
ext4: fix xfstests 75, 112, 127 punch hole failure
by Allison Henderson
· 13 years ago
29ae07b
ext4: Fix overflow caused by missing cast in ext4_fallocate()
by Utako Kusaka
· 13 years ago
0e1147b
ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole
by Robin Dong
· 13 years ago
b7ca1e8
ext4: correct comment for ext4_ext_check_cache
by Robin Dong
· 13 years ago
0737964
ext4: correct the debug message in ext4_ext_insert_extent
by Robin Dong
· 13 years ago
5718789
ext4: remove unused argument in ext4_ext_next_leaf_block
by Robin Dong
· 13 years ago
d462031
ext4: avoid eh_entries overflow before insert extent_idx
by Robin Dong
· 13 years ago
015861b
ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT
by Robin Dong
· 13 years ago
c6a0371
ext4: remove unneeded parameter to ext4_ext_remove_space()
by Allison Henderson
· 13 years ago
f7d0d37
ext4: punch hole optimizations: skip un-needed extent lookup
by Allison Henderson
· 13 years ago
598dbdf
ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents
by Robin Dong
· 13 years ago
ffb505f
ext4: remove redundant goto in ext4_ext_insert_extent()
by Robin Dong
· 13 years ago
575a1d4
ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails
by Jiaying Zhang
· 13 years ago
7132de7
ext4: fix i_blocks/quota accounting when extent insertion fails
by Maxim Patlasov
· 13 years ago
9331b62
ext4: quiet 'unused variables' compile warnings
by Yongqiang Yang
· 13 years ago
f86186b
ext4: refactor duplicated block placement code
by Eric Sandeen
· 13 years ago
ed7a7e1
ext4: fix incorrect error msg in ext4_ext_insert_index
by Robin Dong
· 13 years ago
c03f8aa
ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap
by Lukas Czerner
· 13 years ago
f17722f
ext4: Fix max file size and logical block counting of extent format file
by Lukas Czerner
· 13 years ago
1b16da7
ext4: teach ext4_ext_split to calculate extents efficiently
by Yongqiang Yang
· 13 years ago
556b27a
ext4: do not normalize block requests from fallocate()
by Vivek Haldar
· 13 years ago
a4bb6b6
ext4: enable "punch hole" functionality
by Allison Henderson
· 13 years ago
e861304
ext4: add "punch hole" flag to ext4_map_blocks()
by Allison Henderson
· 13 years ago
d583fb8
ext4: punch out extents
by Allison Henderson
· 13 years ago
55f020d
ext4: add flag to ext4_has_free_blocks
by Allison Henderson
· 13 years ago
b221349
ext4: fix ext4_ext_fiemap_cb() to handle blocks before request range correctly
by Yongqiang Yang
· 13 years ago
f6d2f6b
ext4: fix unbalanced up_write() in ext4_ext_truncate() error path
by Eric Gouriou
· 13 years ago
77f4135
ext4: count hits/misses of extent cache and expose in sysfs
by Vivek Haldar
· 13 years ago
9391741
ext4: make ext4_split_extent() handle error correctly
by Yongqiang Yang
· 13 years ago
9b940f8
ext4: ext4_ext_convert_to_initialized bug found in extended FSX testing
by Allison Henderson
· 13 years ago
667eff3
ext4: reimplement convert and split_unwritten
by Yongqiang Yang
· 14 years ago
47ea3bb
ext4: add ext4_split_extent_at() and ext4_split_extent()
by Yongqiang Yang
· 14 years ago
197217a
ext4: add a function merging extents right and left
by Yongqiang Yang
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ae005cb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
65922cb
ext4: unused variables cleanup in fs/ext4/extents.c
by Sergey Senozhatsky
· 14 years ago
0562e0b
ext4: add more tracepoints and use dev_t in the trace buffer
by Jiaying Zhang
· 14 years ago
6d9c85e
ext4: make FIEMAP and delayed allocation play well together
by Yongqiang Yang
· 14 years ago
7dc5761
ext4: Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 14 years ago
fd018fe
ext4: fix comment typo uninitized
by Paul Bolle
· 14 years ago
0a9d59a
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
e9e3bce
ext4: serialize unaligned asynchronous DIO
by Eric Sandeen
· 14 years ago
b8d6568
ext4: Fix comment typo "especiially".
by Tao Ma
· 14 years ago
2fe17c1
fallocate should be a file operation
by Christoph Hellwig
· 14 years ago
64c23e8
make the feature checks in ->fallocate future proof
by Christoph Hellwig
· 14 years ago
b2034d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
d6dc846
Ext4: fail if we try to use hole punch
by Josef Bacik
· 14 years ago
d002ebf
ext4: don't pass entire map to check_eofblocks_fl
by Eric Sandeen
· 14 years ago
3889fd5
ext4: flush the i_completed_io_list during ext4_truncate
by Jiaying Zhang
· 14 years ago
b05e6ae
ext4: drop ec_type from the ext4_ext_cache structure
by Theodore Ts'o
· 14 years ago
01f49d0
ext4: use ext4_lblk_t instead of sector_t for logical blocks
by Theodore Ts'o
· 14 years ago
ad4fb9c
ext4: fix 32bit overflow in ext4_ext_find_goal()
by Kazuya Mio
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
a6371b6
ext4: fix compile error in ext4_fallocate()
by Kazuya Mio
· 14 years ago
bf89d16
ext4: rename {ext,idx}_pblock and inline small extent functions
by Theodore Ts'o
· 14 years ago
1f109d5
ext4: make various ext4 functions be static
by Theodore Ts'o
· 14 years ago
bd2d021
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
Next »