Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
d5ac77730516028f3ceda825abefac9a1153b138
/
fs
/
ext4
d5ac777
ext4: release buffer when checksum failed
by Guo Chao
· 12 years ago
b06acd3
ext4: remove explicit WARN_ON when ext4_map_blocks() fails
by Lukas Czerner
· 12 years ago
cfa7275
ext4: remove unused variable flags
by Lukas Czerner
· 12 years ago
fe38613
ext4: fix ext4_writepage() to achieve data=ordered guarantees
by Jan Kara
· 12 years ago
8a850c3
ext4: Make ext4_bio_writepage() handle unprepared buffers
by Jan Kara
· 12 years ago
b6a8e62
ext4: simplify mpage_add_bh_to_extent()
by Jan Kara
· 12 years ago
f8bec37
ext4: dirty page has always buffers attached
by Jan Kara
· 12 years ago
002bd7f
ext4: simplify list handling in ext4_do_flush_completed_IO()
by Jan Kara
· 12 years ago
84c1754
ext4: move work from io_end to inode
by Jan Kara
· 12 years ago
fe089c7
ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io()
by Jan Kara
· 12 years ago
1ae48a6
ext4: use redirty_page_for_writepage() in ext4_bio_write_page()
by Jan Kara
· 12 years ago
36ade45
ext4: Always use ext4_bio_write_page() for writeout
by Jan Kara
· 12 years ago
8bad6fc
ext4: add punching hole support for non-extent-mapped files
by Zheng Liu
· 12 years ago
03dafb5
ext4: fix memory leak when quota options are specified multiple times
by Chen Gang
· 12 years ago
72ba745
ext4: release sysfs kobject when failing to enable quotas on mount
by Theodore Ts'o
· 12 years ago
aaddea8
ext4: add tracepoint in punching hole
by Zheng Liu
· 12 years ago
7f51186
ext4: trigger the lazy inode table initialization after resize
by Theodore Ts'o
· 12 years ago
15b4913
ext4: check bh in ext4_read_block_bitmap()
by Eryu Guan
· 12 years ago
aebf024
ext4: use unlikely to improve the efficiency of the kernel
by Wang Shilong
· 12 years ago
860d21e
ext4: return ENOMEM if sb_getblk() fails
by Theodore Ts'o
· 12 years ago
fef0ebd
ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()
by Guo Chao
· 12 years ago
0ecaef0
ext4: release buffer in failed path in dx_probe()
by Guo Chao
· 12 years ago
96465ef
ext4: fix configuration dependencies for ext4 ACLs and security labels
by Valerie Aurora
· 12 years ago
5439ca6
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
0e9a9a1
ext4: avoid hang when mounting non-journal filesystems with orphan list
by Theodore Ts'o
· 12 years ago
721e3eb
ext4: lock i_mutex when truncating orphan inodes
by Theodore Ts'o
· 12 years ago
d096ad0
ext4: do not try to write superblock on ro remount w/o journal
by Michael Tokarev
· 12 years ago
0875a2b
ext4: include journal blocks in df overhead calcs
by Eric Sandeen
· 12 years ago
a28a917
ext4: remove unaligned AIO warning printk
by Eric Sandeen
· 12 years ago
ad96f71
ext4: fix an incorrect comment about i_mutex
by Andy Lutomirski
· 12 years ago
53e8726
ext4: fix deadlock in journal_unmap_buffer()
by Jan Kara
· 12 years ago
4520fb3
ext4: split off ext4_journalled_invalidatepage()
by Jan Kara
· 12 years ago
261cb20c
ext4: check dioread_nolock on remount
by Jan Kara
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
c36575e
ext4: fix extent tree corruption caused by hole punch
by Forrest Liu
· 12 years ago
36cd5c1
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
bd9926e
ext4: zero out inline data using memset() instead of empty_zero_page
by Theodore Ts'o
· 12 years ago
9a4c801
ext4: ensure Inode flags consistency are checked at build time
by Carlos Maiolino
· 12 years ago
939da10
ext4: Remove CONFIG_EXT4_FS_XATTR
by Tao Ma
· 12 years ago
187fd03
ext4: remove unused variable from ext4_ext_in_cache()
by Zhi Yong Wu
· 12 years ago
6b280c9
ext4: remove redundant initialization in ext4_fill_super()
by Guo Chao
· 12 years ago
a789f49
ext4: remove redundant code in ext4_alloc_inode()
by Guo Chao
· 12 years ago
64744e0
ext4: use sync_inode_metadata() when syncing inode metadata
by Guo Chao
· 12 years ago
f08225d
ext4: enable ext4 inline support
by Tao Ma
· 12 years ago
0c8d414
ext4: let fallocate handle inline data correctly
by Tao Ma
· 12 years ago
aef1c85
ext4: let ext4_truncate handle inline data correctly
by Tao Ma
· 12 years ago
0d812f7
ext4: evict inline data out if we need to strore xattr in inode
by Tao Ma
· 12 years ago
9419198
ext4: let fiemap work with inline data
by Tao Ma
· 12 years ago
32f7f22
ext4: let ext4_rename handle inline dir
by Tao Ma
· 12 years ago
61f8663
ext4: let empty_dir handle inline dir
by Tao Ma
· 12 years ago
9f40fe5
ext4: let ext4_delete_entry() handle inline data
by Tao Ma
· 12 years ago
05019a9
ext4: make ext4_delete_entry generic
by Tao Ma
· 12 years ago
e8e948e
ext4: let ext4_find_entry handle inline data
by Tao Ma
· 12 years ago
7335cd3
ext4: create a new function search_dir
by Tao Ma
· 12 years ago
65d165d
ext4: let ext4_readdir handle inline data
by Tao Ma
· 12 years ago
3c47d54
ext4: let add_dir_entry handle inline data properly
by Tao Ma
· 12 years ago
978fef9
ext4: create __ext4_insert_dentry for dir entry insertion
by Tao Ma
· 12 years ago
226ba97
ext4: refactor __ext4_check_dir_entry() to accept start and size
by Tao Ma
· 12 years ago
a774f9c
ext4: make ext4_init_dot_dotdot for inline dir usage
by Tao Ma
· 12 years ago
9c3569b
ext4: add delalloc support for inline data
by Tao Ma
· 12 years ago
3fdcfb6
ext4: add journalled write support for inline data
by Tao Ma
· 12 years ago
f19d587
ext4: add normal write support for inline data
by Tao Ma
· 12 years ago
46c7f25
ext4: add read support for inline data
by Tao Ma
· 12 years ago
67cf5b0
ext4: add the basic function for inline data support
by Tao Ma
· 12 years ago
879b382
ext4: export inline xattr functions
by Tao Ma
· 12 years ago
152a7b0
ext4: move extra inode read to a new function
by Tao Ma
· 12 years ago
aeb1e5d6
ext4: fix possible use after free with metadata csum
by Theodore Ts'o
· 12 years ago
69c499d
ext4: restructure ext4_ext_direct_IO()
by Theodore Ts'o
· 12 years ago
4a092d7
ext4: rationalize ext4_extents.h inclusion
by Theodore Ts'o
· 12 years ago
766f44d
ext4: fixed potential NULL dereference in ext4_calculate_overhead()
by Vahram Martirosyan
· 12 years ago
0634867
ext4: simple cleanup in fiemap codepath
by Lukas Czerner
· 12 years ago
91dd8c1
ext4: prevent race while walking extent tree for fiemap
by Lukas Czerner
· 12 years ago
48fc7f7
Fix misspellings of "whether" in comments.
by Adam Buchbinder
· 12 years ago
f3b5929
ext4: remove calls to ext4_jbd2_file_inode() from delalloc write path
by Theodore Ts'o
· 12 years ago
66bea92
ext4: init pagevec in ext4_da_block_invalidatepages
by Eric Sandeen
· 12 years ago
c6af8803
ext4: don't verify checksums of dx non-leaf nodes during fallback scan
by Darrick J. Wong
· 12 years ago
dffe9d8
ext4: do not use ext4_error() when there is no space in dir leaf for csum
by Theodore Ts'o
· 12 years ago
c8c0df2
ext4: introduce lseek SEEK_DATA/SEEK_HOLE support
by Zheng Liu
· 12 years ago
b3aff3e
ext4: reimplement fiemap using extent status tree
by Zheng Liu
· 12 years ago
7d1b1fb
ext4: reimplement ext4_find_delay_alloc_range on extent status tree
by Zheng Liu
· 12 years ago
992e9fd
ext4: add some tracepoints in extent status tree
by Zheng Liu
· 12 years ago
51865fd
ext4: let ext4 maintain extent status tree
by Zheng Liu
· 12 years ago
9a26b66
ext4: initialize extent status tree
by Zheng Liu
· 12 years ago
654598b
ext4: add operations on extent status tree
by Zheng Liu
· 12 years ago
c0677e6
ext4: add data structures for the extent status tree
by Zheng Liu
· 12 years ago
07aa2ea
ext4: fix error handling in ext4_fill_super()
by Lukas Czerner
· 12 years ago
24ec19b
ext4: fix memory leak in ext4_xattr_set_acl()'s error path
by Eugene Shatokhin
· 12 years ago
8b0f165
ext4: remove code duplication in ext4_get_block_write_nolock()
by Anatol Pomozov
· 12 years ago
8d8c182
ext4: use 'inode' variable that is already dereferenced
by Anatol Pomozov
· 12 years ago
3779473
ext4: fix missing call to trace_ext4_ext_map_blocks_exit
by Zheng Liu
· 12 years ago
19b303d
ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exit
by Zheng Liu
· 12 years ago
b564553
ext4: print 'flags' in ext4_ext_handle_uninitialized_extents
by Zheng Liu
· 12 years ago
d71c1ae
ext4: warn when discard request fails other than EOPNOTSUPP
by Lukas Czerner
· 12 years ago
79add3a
ext4: notify when discard is not supported
by Lukas Czerner
· 12 years ago
d8ec0c3
ext4: remove unused assignment
by Alan Cox
· 12 years ago
d339450
ext4: get rid of redundant code in ext4_fill_super()
by Zhao Hongjiang
· 12 years ago
37be2f5
ext4: remove ext4_handle_release_buffer()
by Eric Sandeen
· 12 years ago
6d138ce
ext4: fix awful goto in ext4_mb_new_blocks()
by Eric Sandeen
· 12 years ago
b72f78c
ext4: fix overhead calculations in ext4_stats, again
by Eric Sandeen
· 12 years ago
Next »