Commit Graph

1789 Commits (9e5e8deca74603357626471a9b44f05dea9e32b1)

Author SHA1 Message Date
Andrew Morton 965c8e59cf lseek: the "whence" argument is called "whence" 12 years ago
Theodore Ts'o bd9926e803 ext4: zero out inline data using memset() instead of empty_zero_page 12 years ago
Carlos Maiolino 9a4c801947 ext4: ensure Inode flags consistency are checked at build time 12 years ago
Tao Ma 939da10844 ext4: Remove CONFIG_EXT4_FS_XATTR 12 years ago
Zhi Yong Wu 187fd030d8 ext4: remove unused variable from ext4_ext_in_cache() 12 years ago
Guo Chao 6b280c913e ext4: remove redundant initialization in ext4_fill_super() 12 years ago
Guo Chao a789f49c92 ext4: remove redundant code in ext4_alloc_inode() 12 years ago
Guo Chao 64744e03c6 ext4: use sync_inode_metadata() when syncing inode metadata 12 years ago
Tao Ma f08225d176 ext4: enable ext4 inline support 12 years ago
Tao Ma 0c8d414f16 ext4: let fallocate handle inline data correctly 12 years ago
Tao Ma aef1c8513c ext4: let ext4_truncate handle inline data correctly 12 years ago
Tao Ma 0d812f77b3 ext4: evict inline data out if we need to strore xattr in inode 12 years ago
Tao Ma 941919856c ext4: let fiemap work with inline data 12 years ago
Tao Ma 32f7f22c0b ext4: let ext4_rename handle inline dir 12 years ago
Tao Ma 61f86638d8 ext4: let empty_dir handle inline dir 12 years ago
Tao Ma 9f40fe5463 ext4: let ext4_delete_entry() handle inline data 12 years ago
Tao Ma 05019a9e7f ext4: make ext4_delete_entry generic 12 years ago
Tao Ma e8e948e780 ext4: let ext4_find_entry handle inline data 12 years ago
Tao Ma 7335cd3b41 ext4: create a new function search_dir 12 years ago
Tao Ma 65d165d936 ext4: let ext4_readdir handle inline data 12 years ago
Tao Ma 3c47d54170 ext4: let add_dir_entry handle inline data properly 12 years ago
Tao Ma 978fef914a ext4: create __ext4_insert_dentry for dir entry insertion 12 years ago
Tao Ma 226ba972b0 ext4: refactor __ext4_check_dir_entry() to accept start and size 12 years ago
Tao Ma a774f9c20e ext4: make ext4_init_dot_dotdot for inline dir usage 12 years ago
Tao Ma 9c3569b50f ext4: add delalloc support for inline data 12 years ago
Tao Ma 3fdcfb668f ext4: add journalled write support for inline data 12 years ago
Tao Ma f19d5870cb ext4: add normal write support for inline data 12 years ago
Tao Ma 46c7f25454 ext4: add read support for inline data 12 years ago
Tao Ma 67cf5b09a4 ext4: add the basic function for inline data support 12 years ago
Tao Ma 879b38257b ext4: export inline xattr functions 12 years ago
Tao Ma 152a7b0a80 ext4: move extra inode read to a new function 12 years ago
Theodore Ts'o aeb1e5d69a ext4: fix possible use after free with metadata csum 12 years ago
Theodore Ts'o 69c499d152 ext4: restructure ext4_ext_direct_IO() 12 years ago
Theodore Ts'o 4a092d7379 ext4: rationalize ext4_extents.h inclusion 12 years ago
Vahram Martirosyan 766f44d46a ext4: fixed potential NULL dereference in ext4_calculate_overhead() 12 years ago
Lukas Czerner 06348679c9 ext4: simple cleanup in fiemap codepath 12 years ago
Lukas Czerner 91dd8c1144 ext4: prevent race while walking extent tree for fiemap 12 years ago
Adam Buchbinder 48fc7f7e78 Fix misspellings of "whether" in comments. 12 years ago
Theodore Ts'o f3b59291a6 ext4: remove calls to ext4_jbd2_file_inode() from delalloc write path 12 years ago
Eric Sandeen 66bea92c69 ext4: init pagevec in ext4_da_block_invalidatepages 12 years ago
Darrick J. Wong c6af8803cd ext4: don't verify checksums of dx non-leaf nodes during fallback scan 12 years ago
Theodore Ts'o dffe9d8da7 ext4: do not use ext4_error() when there is no space in dir leaf for csum 12 years ago
Zheng Liu c8c0df241c ext4: introduce lseek SEEK_DATA/SEEK_HOLE support 12 years ago
Zheng Liu b3aff3e3f6 ext4: reimplement fiemap using extent status tree 12 years ago
Zheng Liu 7d1b1fbc95 ext4: reimplement ext4_find_delay_alloc_range on extent status tree 12 years ago
Zheng Liu 992e9fdd7b ext4: add some tracepoints in extent status tree 12 years ago
Zheng Liu 51865fda28 ext4: let ext4 maintain extent status tree 12 years ago
Zheng Liu 9a26b66175 ext4: initialize extent status tree 12 years ago
Zheng Liu 654598bef3 ext4: add operations on extent status tree 12 years ago
Zheng Liu c0677e6d0f ext4: add data structures for the extent status tree 12 years ago