summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-07-12Btrfs: don't use src fd for printkJosef Bacik1-1/+1
2016-06-03btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr1-0/+21
2016-01-21Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-29/+152
2015-08-04Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-07-04Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-05-18btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval1-1/+2
2015-05-18Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3
2015-05-18Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2014-10-24vfs: export check_sticky()Miklos Szeredi1-19/+1
2014-10-19Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+33
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason1-0/+33
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+1
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-4/+1
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason1-1/+1
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason1-2/+1
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba1-2/+1
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba1-1/+1
2014-10-01btrfs: defrag, use unsigned type for extent threshDavid Sterba1-4/+4
2014-09-18Btrfs: fix unprotected device's variants on 32bits machineMiao Xie1-3/+3
2014-09-18Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana1-0/+3
2014-09-18Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana1-5/+0
2014-09-18btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba1-0/+6
2014-09-18btrfs: device delete must be syslogedAnand Jain1-0/+3
2014-09-18btrfs: device add must be syslogedAnand Jain1-0/+3
2014-09-18btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-3/+2
2014-09-18btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-3/+3
2014-09-18btrfs: kill the key type accessor helpersDavid Sterba1-3/+3
2014-09-18btrfs: cleanup ino cache members of btrfs_rootDavid Sterba1-3/+3
2014-09-09Btrfs: kfree()ing ERR_PTRsDan Carpenter1-10/+15
2014-08-27Btrfs: fix autodefrag with compressionChris Mason1-3/+4
2014-08-21Btrfs: clone, don't create invalid hole extent mapFilipe Manana1-1/+2
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana1-33/+0
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-18/+19
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana1-11/+9
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana1-7/+10
2014-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-26/+121
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift1-0/+41
2014-06-13btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift1-15/+33
2014-06-13btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift1-9/+15
2014-06-13btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift1-2/+26
2014-06-13btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift1-7/+11
2014-06-13btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift1-5/+7
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-50/+346
2014-06-10Btrfs: make fsync work after cloning into a fileFilipe Manana1-0/+69
2014-06-10trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite1-2/+2
2014-06-10Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana1-25/+83
2014-06-10btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng1-1/+1
2014-06-10Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana1-0/+29
2014-06-10Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana1-2/+7