Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-25 | BTRFS_IOC_TRANS_START should be privilegued | Christoph Hellwig | |
As mentioned in the comment next to it btrfs_ioctl_trans_start can do bad damage to filesystems and thus should be limited to privilegued users. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Chris Mason <chris.mason@oracle.com> | |||
2008-09-25 | Btrfs: split out ioctl.c | Christoph Hellwig | |
Split the ioctl handling out of inode.c into a file of it's own. Also fix up checkpatch.pl warnings for the moved code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Chris Mason <chris.mason@oracle.com> |