summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use new dedupe data function pointerDarrick J. Wong2016-01-011-97/+13
* vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-071-46/+3
* btrfs: add .copy_file_range file operationZach Brown2015-12-011-39/+52
* Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-061-114/+166
|\
| * btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-261-0/+5
| * Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-61/+1
| * btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-211-3/+3
| * btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo2015-10-211-5/+9
| * Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2015-10-211-43/+152
| |\
| | * Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-10-141-43/+152
| * | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-2/+1
| |\ \ | | |/ | |/|
| | * btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee2015-10-211-2/+1
| * | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-121-1/+1
| |\ \
| | * | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-1/+1
| | |/
| * | btrfs: switch more printks to our helpersDavid Sterba2015-10-081-3/+3
| * | btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-081-1/+1
| |/
* | btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer2015-10-211-1/+4
* | btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-131-0/+5
|/
* btrfs: fix clone / extent-same deadlocksMark Fasheh2015-08-091-26/+8
* Btrfs: fix defrag to merge tail file extentLiu Bo2015-08-091-1/+5
* btrfs: fix search key advancing conditionNaohiro Aota2015-08-091-3/+9
* Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-07-141-0/+14
* Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-07-111-1/+3
* btrfs: don't update mtime/ctime on deduped inodesMark Fasheh2015-07-011-10/+14
* btrfs: allow dedupe of same inodeMark Fasheh2015-07-011-16/+60
* btrfs: fix deadlock with extent-same and readpageMark Fasheh2015-07-011-31/+117
* btrfs: pass unaligned length to btrfs_cmp_data()Mark Fasheh2015-07-011-1/+2
* btrfs: Handle unaligned length in extent_sameMark Fasheh2015-06-101-6/+14
* Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag.chandan2015-06-101-1/+1
* Btrfs: btrfs_defrag_file: Fix ra_index computation.chandan2015-06-101-1/+1
* btrfs: make root id query unprivilegedDavid Sterba2015-06-021-4/+16
* btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2015-06-021-1/+1
* Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval2015-06-021-3/+1
* Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-011-1/+2
|\
| * btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-04-261-1/+2
* | 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