aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-12btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba1-1/+2
2013-11-15btrfs: get rid of fdentry()Al Viro1-4/+4
2013-11-15btrfs: fix empty_zero_page misusageChris Mason1-2/+7
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-1/+1
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-7/+7
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana1-1/+1
2013-11-11btrfs: Remove redundant local zero structureDulshani Gunawardhana1-3/+2
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11btrfs: simplify kmalloc+copy_from_user to memdup_userGeyslan G. Bem1-8/+3
2013-11-11Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replaceIlya Dryomov1-4/+5
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana1-14/+2
2013-11-11btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk1-1/+1
2013-11-11Btrfs: fix sync fs to actually wait for all data to be persistedFilipe David Borba Manana1-3/+9
2013-09-21btrfs: change extent-same to copy entire argument structMark Fasheh1-31/+45
2013-09-21Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0chandan1-1/+1
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-1/+1
2013-09-01btrfs: return btrfs error code for dev excl ops errAnand Jain1-8/+4
2013-09-01Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctlFilipe David Borba Manana1-1/+1
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven1-1/+1
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven1-2/+1
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-6/+4
2013-09-01Btrfs: don't allow the replace procedure on read only filesystemsStefan Behrens1-0/+3
2013-09-01Btrfs: reset force_compress on btrfs_file_defrag failureFilipe David Borba Manana1-7/+7
2013-09-01Btrfs: maintain subvolume items in the UUID treeStefan Behrens1-10/+66
2013-09-01Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUPFilipe David Borba Manana1-8/+10
2013-09-01Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handlerFilipe David Borba Manana1-3/+3
2013-09-01Btrfs: don't allow a subvol to be deleted if it is the default subovlJosef Bacik1-0/+15
2013-09-01btrfs: offline dedupeMark Fasheh1-0/+279
2013-09-01btrfs_ioctl_clone: Move clone code into it's own functionMark Fasheh1-115/+139
2013-09-01btrfs: abtract out range locking in clone ioctl()Mark Fasheh1-15/+21
2013-09-01btrfs: fix get set label blocking against balanceAnand Jain1-6/+10
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-14/+14
2013-09-01btrfs: fall back to global reservation when removing subvolumesJeff Mahoney1-3/+4
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-26/+48
2013-06-29btrfs: more open-coded file_inode()Al Viro1-4/+4
2013-06-14Btrfs: allow file data clone within a fileLiu Bo1-7/+19
2013-06-14btrfs: device delete to get errors from the kernelAnand Jain1-11/+11
2013-06-14Btrfs: just flush the delalloc inodes in the source tree before snapshot creationMiao Xie1-0/+6
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens1-5/+0
2013-06-14Btrfs: remove useless copy in quota_ctlLiu Bo1-3/+0
2013-06-14Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt1-0/+12
2013-05-17btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis1-5/+5
2013-05-06btrfs: read entire device info under lockDavid Sterba1-1/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-1/+1
2013-05-06Btrfs: rescan for qgroupsJan Schmidt1-14/+69
2013-05-06Btrfs: return error when we specify wrong start to defragLiu Bo1-4/+7
2013-05-06Btrfs: use tree_root to avoid edquot when disabling quotaWang Shilong1-2/+2
2013-05-06Btrfs: creating the subvolume qgroup automatically when enabling quotaWang Shilong1-0/+2
2013-05-06btrfs: make subvol creation/deletion killable in the early stagesDavid Sterba1-2/+6