[PATCH v4 0/6] fat: additions to support fat_fallocate

2014-03-02 Thread Namjae Jeon
From: Namjae Jeon This patch set provides support for doing fallocate operation on FAT filesystem. After series of review for the the feature The complete functionality is broken down into smaller subsets. v4: - ->i_disksize is aligned by block size in fill_inode. - use i_disksize when

[PATCH v4 0/6] fat: additions to support fat_fallocate

2014-03-02 Thread Namjae Jeon
From: Namjae Jeon namjae.j...@samsung.com This patch set provides support for doing fallocate operation on FAT filesystem. After series of review for the the feature The complete functionality is broken down into smaller subsets. v4: - -i_disksize is aligned by block size in fill_inode. - use