summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix leaking block group on balanceYan Zheng2008-12-111-1/+1
* Btrfs: mnt_drop_write in ioctl_trans_endSage Weil2008-12-111-0/+2
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-53/+2
* Btrfs: add support for multiple csum algorithmsJosef Bacik2008-12-021-4/+5
* Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_rangeChristoph Hellwig2008-12-021-3/+3
* Btrfs: clean up btrfs_ioctl a little bitChristoph Hellwig2008-12-021-5/+6
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-7/+7
* Btrfs: remove unneeded btrfs_start_delalloc_inodes callSage Weil2008-12-021-1/+0
* Btrfs: compat code fixesChris Mason2008-11-201-0/+1
* Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason2008-11-171-0/+50
* Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason2008-11-171-7/+17
* Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason2008-11-171-2/+0
* Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason2008-11-171-19/+52
* Btrfs: Seed device supportYan Zheng2008-11-171-1/+1
* Btrfs: mount ro and remount supportYan Zheng2008-11-121-0/+22
* Btrfs: allow clone of an arbitrary file rangeSage Weil2008-11-121-41/+212
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-1/+2
* Btrfs: update nodatacow code v2Yan Zheng2008-10-301-0/+1
* Btrfs: Add root tree pointer transaction idsYan Zheng2008-10-291-0/+1
* Btrfs: Don't call security_inode_mkdir during subvol creationChris Mason2008-10-101-5/+0
* Btrfs: Fix subvolume creation locking rulesChristoph Hellwig2008-10-091-11/+91
* Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-1/+1
* Btrfs: Count space allocated to file in bytesYan Zheng2008-10-091-2/+2
* Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan2008-09-261-2/+0
* Btrfs: Full back reference supportZheng Yan2008-09-251-25/+32
* Btrfs: trivial sparse fixesChristoph Hellwig2008-09-251-1/+1
* Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng2008-09-251-0/+1
* Btrfs: Update clone file ioctlYan Zheng2008-09-251-80/+70
* Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason2008-09-251-2/+2
* Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil2008-09-251-1/+11
* Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason2008-09-251-0/+6
* Btrfs: Null terminate strings passed in from userspaceMark Fasheh2008-09-251-8/+5
* Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik2008-09-251-2/+4
* Btrfs: Implement new dir index formatJosef Bacik2008-09-251-2/+2
* Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason2008-09-251-7/+14
* Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason2008-09-251-4/+2
* Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason2008-09-251-2/+0
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-18/+6
* Btrfs: Start btree concurrency work.Chris Mason2008-09-251-3/+5
* BTRFS_IOC_TRANS_START should be privileguedChristoph Hellwig2008-09-251-0/+3
* Btrfs: split out ioctl.cChristoph Hellwig2008-09-251-0/+781