summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-01btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo1-4/+7
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2018-07-03Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval1-5/+7
2018-02-25btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2017-10-05btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-10-05btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-01-06btrfs: make file clone aware of fatal signalsWang Xiaoguang1-0/+5
2016-09-30btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-09-07btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney1-1/+1
2016-06-01Btrfs: don't use src fd for printkJosef Bacik1-1/+1
2016-03-04Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra1-0/+4
2016-02-25Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana1-8/+21
2016-02-25Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana1-14/+76
2015-11-07Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-114/+166
2015-10-27btrfs: check unsupported filters in balance argumentsDavid Sterba1-0/+5
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-61/+1
2015-10-22btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-3/+3
2015-10-22btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo1-5/+9
2015-10-22Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason1-43/+152
2015-10-22Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-2/+1
2015-10-22btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-10-21btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee1-2/+1
2015-10-14Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-43/+152
2015-10-14btrfs: check unsupported filters in balance argumentsDavid Sterba1-0/+5
2015-10-13Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason1-1/+1
2015-10-08btrfs: switch more printks to our helpersDavid Sterba1-3/+3
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba1-1/+1
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-1/+1
2015-08-09btrfs: fix clone / extent-same deadlocksMark Fasheh1-26/+8
2015-08-09Btrfs: fix defrag to merge tail file extentLiu Bo1-1/+5
2015-08-09btrfs: fix search key advancing conditionNaohiro Aota1-3/+9
2015-07-14Btrfs: fix file corruption after cloning inline extentsFilipe Manana1-0/+14
2015-07-12Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-07-02btrfs: don't update mtime/ctime on deduped inodesMark Fasheh1-10/+14
2015-07-02btrfs: allow dedupe of same inodeMark Fasheh1-16/+60
2015-07-02btrfs: fix deadlock with extent-same and readpageMark Fasheh1-31/+117
2015-07-02btrfs: pass unaligned length to btrfs_cmp_data()Mark Fasheh1-1/+2
2015-06-10btrfs: Handle unaligned length in extent_sameMark Fasheh1-6/+14
2015-06-10Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag.chandan1-1/+1
2015-06-10Btrfs: btrfs_defrag_file: Fix ra_index computation.chandan1-1/+1
2015-06-03btrfs: make root id query unprivilegedDavid Sterba1-4/+16
2015-06-03btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba1-1/+1
2015-06-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+11
2015-04-26btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-11/+11
2015-04-13btrfs: quota: Update quota tree after qgroup relationship change.Qu Wenruo1-0/+5
2015-04-13btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo1-0/+7
2015-04-13Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang1-2/+1