aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng
2009-01-05Btrfs: add permission checks to the ioctlsChris Mason
2008-12-19Btrfs: Add missing mnt_drop_write in ioctl.cYan Zheng
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng
2008-12-11Btrfs: mnt_drop_write in ioctl_trans_endSage Weil
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik
2008-12-02Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_rangeChristoph Hellwig
2008-12-02Btrfs: clean up btrfs_ioctl a little bitChristoph Hellwig
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig
2008-12-02Btrfs: remove unneeded btrfs_start_delalloc_inodes callSage Weil
2008-11-20Btrfs: compat code fixesChris Mason
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason
2008-11-17Btrfs: Seed device supportYan Zheng
2008-11-12Btrfs: mount ro and remount supportYan Zheng
2008-11-12Btrfs: allow clone of an arbitrary file rangeSage Weil
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: update nodatacow code v2Yan Zheng
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng
2008-10-10Btrfs: Don't call security_inode_mkdir during subvol creationChris Mason
2008-10-09Btrfs: Fix subvolume creation locking rulesChristoph Hellwig
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan
2008-09-25Btrfs: Full back reference supportZheng Yan
2008-09-25Btrfs: trivial sparse fixesChristoph Hellwig
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng
2008-09-25Btrfs: Update clone file ioctlYan Zheng
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason
2008-09-25Btrfs: Null terminate strings passed in from userspaceMark Fasheh
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik
2008-09-25Btrfs: Implement new dir index formatJosef Bacik
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: Start btree concurrency work.Chris Mason
2008-09-25BTRFS_IOC_TRANS_START should be privileguedChristoph Hellwig
2008-09-25Btrfs: split out ioctl.cChristoph Hellwig