summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana
2014-11-25Btrfs: ensure send always works on roots without orphansFilipe Manana
2014-11-19btrfs: get rid of f_dentry useAl Viro
2014-10-24vfs: export check_sticky()Miklos Szeredi
2014-10-18Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba
2014-10-01btrfs: defrag, use unsigned type for extent threshDavid Sterba
2014-09-17Btrfs: fix unprotected device's variants on 32bits machineMiao Xie
2014-09-17Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana
2014-09-17btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba
2014-09-17btrfs: device delete must be syslogedAnand Jain
2014-09-17btrfs: device add must be syslogedAnand Jain
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba
2014-09-08Btrfs: kfree()ing ERR_PTRsDan Carpenter
2014-08-27Btrfs: fix autodefrag with compressionChris Mason
2014-08-21Btrfs: clone, don't create invalid hole extent mapFilipe Manana
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift
2014-06-12btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift
2014-06-12btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift
2014-06-12btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift
2014-06-12btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift
2014-06-12btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana
2014-06-09trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite
2014-06-09Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana
2014-06-09btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng
2014-06-09Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana
2014-06-09Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana
2014-06-09Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana
2014-06-09Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana
2014-06-09Btrfs: ensure readers see new data after a clone operationFilipe Manana
2014-06-09btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen