summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-181-0/+33
|\
| * Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2014-10-171-0/+33
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-4/+1Star
|\ \ | |/ |/|
| * vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-4/+1Star
* | Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2014-10-041-1/+1
|\ \
| * | btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-021-1/+1
* | | Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-041-2/+1Star
|\ \ \
| * | | btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-021-2/+1Star
| |/ /
* / / btrfs: defrag, use unsigned type for extent threshDavid Sterba2014-10-011-4/+4
|/ /
* | Btrfs: fix unprotected device's variants on 32bits machineMiao Xie2014-09-171-3/+3
* | Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana2014-09-171-0/+3
* | Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana2014-09-171-5/+0Star
* | btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba2014-09-171-0/+6
* | btrfs: device delete must be syslogedAnand Jain2014-09-171-0/+3
* | btrfs: device add must be syslogedAnand Jain2014-09-171-0/+3
* | btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-171-3/+2Star
* | btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-3/+3
* | btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-3/+3
* | btrfs: cleanup ino cache members of btrfs_rootDavid Sterba2014-09-171-3/+3
|/
* Btrfs: kfree()ing ERR_PTRsDan Carpenter2014-09-081-10/+15
* Btrfs: fix autodefrag with compressionChris Mason2014-08-271-3/+4
* Btrfs: clone, don't create invalid hole extent mapFilipe Manana2014-08-211-1/+2
* Btrfs: race free update of commit root for ro snapshotsFilipe Manana2014-08-211-33/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-041-18/+19
|\
| * Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana2014-07-031-11/+9Star
| * Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana2014-07-031-7/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-151-26/+121
|\|
| * btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-131-0/+41
| * btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-131-15/+33
| * btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-131-9/+15
| * btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-131-2/+26
| * btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-131-7/+11
| * btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift2014-06-131-5/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-111-50/+346
|\|
| * Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-101-0/+69
| * trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite2014-06-101-2/+2
| * Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana2014-06-101-25/+83
| * btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng2014-06-101-1/+1
| * Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana2014-06-101-0/+29
| * Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana2014-06-101-2/+7
| * Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana2014-06-101-4/+22
| * Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana2014-06-101-6/+6
| * Btrfs: ensure readers see new data after a clone operationFilipe Manana2014-06-101-5/+31
| * btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen2014-06-101-2/+3
| * Btrfs: rework qgroup accountingJosef Bacik2014-06-101-1/+62
| * Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-101-2/+2
| * btrfs: assert that send is not in progres before root deletionDavid Sterba2014-06-101-0/+1
| * btrfs: protect snapshots from deleting during sendDavid Sterba2014-06-101-0/+30
| * btrfs: make FS_INFO ioctl available to anyoneDavid Sterba2014-06-101-3/+0Star
| * btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba2014-06-101-3/+0Star