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

2013-12-24 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. v3: - fix i_disksize and mmu_private comments(uninit/initialized) - remove unneeded

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

2013-12-24 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. v3: - fix i_disksize and mmu_private comments(uninit/initialized)