aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inline.c
Commit message (Expand)AuthorAge
* 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