summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-11/+11
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-11/+11
* | btrfs: quota: Update quota tree after qgroup relationship change.Qu Wenruo2015-04-131-0/+5
* | btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo2015-04-131-0/+7
* | Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang2015-04-131-2/+1
* | Btrfs: fix uninit variable in clone ioctlChris Mason2015-04-131-1/+1
* | Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-04-131-0/+5
* | Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana2015-04-131-0/+3
* | Btrfs: fix range cloning when same inode used as source and destinationFilipe Manana2015-04-131-2/+4
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-2/+2
|\ \ | |/ |/|
| * btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-031-1/+1
| * btrfs: use explicit initializer for seq_elemDavid Sterba2015-03-031-1/+1
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-12-121-32/+4
|\
| * Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana2014-11-251-3/+4
| * Btrfs: ensure send always works on roots without orphansFilipe Manana2014-11-251-29/+0
* | btrfs: get rid of f_dentry useAl Viro2014-11-191-1/+1
|/
* vfs: export check_sticky()Miklos Szeredi2014-10-241-19/+1
* 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/+1
|\ \ | |/ |/|
| * vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-4/+1
* | 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/+1
|\ \ \
| * | | btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-021-2/+1
| |/ /
* | | 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/+0
* | 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/+2
* | 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/+0
* 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/+9
| * 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-141-26/+121
|\ \ | |/
| * btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-131-0/+41
| * btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-121-15/+33
| * btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-121-9/+15
| * btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-121-2/+26
| * btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-121-7/+11
OpenPOWER on IntegriCloud