How To: Extend (Make it bigger) a ReiserFS formatted LVM partition
1. Extend the LV partition
lvextend –L +1GB /dev/vgroot/lvsrv
2. Adjust the filesystem (ReiserFS) to the new size of the partition
resize_reiserfs /dev/vgroot/lvsrv
3. done :-)