aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Btrfs: fix file corruption after cloning inline extentsFilipe Manana1-0/+14
2015-07-11Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-07-01btrfs: don't update mtime/ctime on deduped inodesMark Fasheh1-10/+14
2015-07-01btrfs: allow dedupe of same inodeMark Fasheh1-16/+60
2015-07-01btrfs: fix deadlock with extent-same and readpageMark Fasheh1-31/+117
2015-07-01btrfs: 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-02btrfs: make root id query unprivilegedDavid Sterba1-4/+16
2015-06-02btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba1-1/+1
2015-06-02Btrfs: 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/mason/linux-btrfsLinus Torvalds1-1/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2015-04-13Btrfs: fix uninit variable in clone ioctlChris Mason1-1/+1
2015-04-13Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-04-13Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3
2015-04-13Btrfs: fix range cloning when same inode used as source and destinationFilipe Manana1-2/+4
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-2/+2
2015-03-03btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba1-1/+1
2015-03-03btrfs: use explicit initializer for seq_elemDavid Sterba1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-32/+4
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana1-3/+4
2014-11-25Btrfs: ensure send always works on roots without orphansFilipe Manana1-29/+0
2014-11-19btrfs: get rid of f_dentry useAl Viro1-1/+1
2014-10-24vfs: export check_sticky()Miklos Szeredi1-19/+1
2014-10-18Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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/viro/vfsLinus 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/git/kdave/linux into for-linusChris Mason1-1/+1
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris 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-17Btrfs: fix unprotected device's variants on 32bits machineMiao Xie1-3/+3
2014-09-17Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana1-0/+3
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana1-5/+0
2014-09-17btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba1-0/+6
2014-09-17btrfs: device delete must be syslogedAnand Jain1-0/+3
2014-09-17btrfs: device add must be syslogedAnand Jain1-0/+3
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-3/+2
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-3/+3
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-3/+3