aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inline.c
Commit message (Expand)AuthorAge
* ext4: delete "set but not used" variablesjon ernst2014-01-11
* ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o2014-01-07
* ext4: standardize error handling in ext4_da_write_inline_data_begin()Jan Kara2014-01-06
* ext4: retry allocation when inline->extent conversion failedJan Kara2014-01-06
* ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline()Azat Khuzhin2013-10-30
* ext4: change ext4_read_inline_dir() to return 0 on successBoxiLiu2013-10-30
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-02
|\
| * ext4: improve free space calculation for inline_databoxi liu2013-07-01
| * ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara2013-05-31
* | [readdir] convert ext4Al Viro2013-06-29
|/
* ext4: fix readdir error in case inline_data+^dir_index.Tao Ma2013-04-19
* ext4: fix readdir error in the case of inline_data+dir_indexTao Ma2013-04-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-08
* | ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-12
|/
* ext4: zero out inline data using memset() instead of empty_zero_pageTheodore Ts'o2012-12-11
* ext4: let fallocate handle inline data correctlyTao Ma2012-12-10
* ext4: let ext4_truncate handle inline data correctlyTao Ma2012-12-10
* ext4: evict inline data out if we need to strore xattr in inodeTao Ma2012-12-10
* ext4: let fiemap work with inline dataTao Ma2012-12-10
* ext4: let ext4_rename handle inline dirTao Ma2012-12-10
* ext4: let empty_dir handle inline dirTao Ma2012-12-10
* ext4: let ext4_delete_entry() handle inline dataTao Ma2012-12-10
* ext4: let ext4_find_entry handle inline dataTao Ma2012-12-10
* ext4: let ext4_readdir handle inline dataTao Ma2012-12-10
* ext4: let add_dir_entry handle inline data properlyTao Ma2012-12-10
* ext4: add delalloc support for inline dataTao Ma2012-12-10
* ext4: add journalled write support for inline dataTao Ma2012-12-10
* ext4: add normal write support for inline dataTao Ma2012-12-10
* ext4: add read support for inline dataTao Ma2012-12-10
* ext4: add the basic function for inline data supportTao Ma2012-12-10