fs/jfs: TRIM support for JFS Filesystem
authorTino Reichardt <milky-kernel@mcmilk.de>
Mon, 17 Sep 2012 16:58:19 +0000 (11:58 -0500)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Mon, 17 Sep 2012 16:58:19 +0000 (11:58 -0500)
commitb40c2e665cd552eae5fbdbb878bc29a34357668e
tree23714e5773a77abf1daf71ca7958dcd8dfa688ea
parentfbcbe2b3c92ee1c930dcfcf8bb764074c100fd63
fs/jfs: TRIM support for JFS Filesystem

This patch adds support for the two linux interfaces of the discard/TRIM
command for SSD devices and sparse/thinly-provisioned LUNs.

JFS will support batched discard via FITRIM ioctl and online discard
with the discard mount option.

Signed-off-by: Tino Reichardt <list-jfs@mcmilk.de>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Documentation/filesystems/jfs.txt
fs/jfs/Makefile
fs/jfs/ioctl.c
fs/jfs/jfs_discard.c [new file with mode: 0644]
fs/jfs/jfs_discard.h [new file with mode: 0644]
fs/jfs/jfs_dmap.c
fs/jfs/jfs_dmap.h
fs/jfs/jfs_filsys.h
fs/jfs/jfs_incore.h
fs/jfs/super.c
This page took 0.038124 seconds and 5 git commands to generate.