summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-02-06btrfs: restrict snapshotting to own subvolumesDavid Sterba
2013-12-20btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba
2013-09-21btrfs: change extent-same to copy entire argument structMark Fasheh
2013-09-21Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg...chandan
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik
2013-09-01btrfs: return btrfs error code for dev excl ops errAnand Jain
2013-09-01Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctlFilipe David Borba Manana
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: don't allow the replace procedure on read only filesystemsStefan Behrens
2013-09-01Btrfs: reset force_compress on btrfs_file_defrag failureFilipe David Borba Manana
2013-09-01Btrfs: maintain subvolume items in the UUID treeStefan Behrens
2013-09-01Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUPFilipe David Borba Manana
2013-09-01Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handlerFilipe David Borba Manana
2013-09-01Btrfs: don't allow a subvol to be deleted if it is the default subovlJosef Bacik
2013-09-01btrfs: offline dedupeMark Fasheh
2013-09-01btrfs_ioctl_clone: Move clone code into it's own functionMark Fasheh
2013-09-01btrfs: abtract out range locking in clone ioctl()Mark Fasheh
2013-09-01btrfs: fix get set label blocking against balanceAnand Jain
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo
2013-09-01btrfs: fall back to global reservation when removing subvolumesJeff Mahoney
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-06-29btrfs: more open-coded file_inode()Al Viro
2013-06-14Btrfs: allow file data clone within a fileLiu Bo
2013-06-14btrfs: device delete to get errors from the kernelAnand Jain
2013-06-14Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...Miao Xie
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens
2013-06-14Btrfs: remove useless copy in quota_ctlLiu Bo
2013-06-14Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt
2013-05-18btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis
2013-05-06btrfs: read entire device info under lockDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: rescan for qgroupsJan Schmidt
2013-05-06Btrfs: return error when we specify wrong start to defragLiu Bo
2013-05-06Btrfs: use tree_root to avoid edquot when disabling quotaWang Shilong
2013-05-06Btrfs: creating the subvolume qgroup automatically when enabling quotaWang Shilong
2013-05-06btrfs: make subvol creation/deletion killable in the early stagesDavid Sterba
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-04Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens
2013-03-04Btrfs: fix unclosed transaction handler when the async transaction commitment...Miao Xie
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-28Btrfs: fix wrong reserved space when deleting a snapshot/subvolumeMiao Xie
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23new helper: file_inode(file)Al Viro
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason