aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAge
* Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-25
|\
| * btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-03
| * btrfs: use explicit initializer for seq_elemDavid Sterba2015-03-03
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-12-12
|\
| * Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana2014-11-25
| * Btrfs: ensure send always works on roots without orphansFilipe Manana2014-11-25
* | btrfs: get rid of f_dentry useAl Viro2014-11-19
|/
* vfs: export check_sticky()Miklos Szeredi2014-10-23
* Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-18
|\
| * Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2014-10-17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-13
|\ \ | |/ |/|
| * vfs: Make d_invalidate return voidEric W. Biederman2014-10-09
* | Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2014-10-04
|\ \
| * | btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-02
* | | Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-04
|\ \ \
| * | | btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-02
| |/ /
* / / btrfs: defrag, use unsigned type for extent threshDavid Sterba2014-10-01
|/ /
* | Btrfs: fix unprotected device's variants on 32bits machineMiao Xie2014-09-17
* | Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana2014-09-17
* | Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana2014-09-17
* | btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba2014-09-17
* | btrfs: device delete must be syslogedAnand Jain2014-09-17
* | btrfs: device add must be syslogedAnand Jain2014-09-17
* | btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-17
* | btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-17
* | btrfs: kill the key type accessor helpersDavid Sterba2014-09-17
* | btrfs: cleanup ino cache members of btrfs_rootDavid Sterba2014-09-17
|/
* Btrfs: kfree()ing ERR_PTRsDan Carpenter2014-09-08
* Btrfs: fix autodefrag with compressionChris Mason2014-08-27
* Btrfs: clone, don't create invalid hole extent mapFilipe Manana2014-08-21
* Btrfs: race free update of commit root for ro snapshotsFilipe Manana2014-08-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-04
|\
| * Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana2014-07-03
| * Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana2014-07-03
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-14
|\|
| * btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-13
| * btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-12
| * btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-12
| * btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-12
| * btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-12
| * btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift2014-06-12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-11
|\|
| * Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-09
| * trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite2014-06-09
| * Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana2014-06-09
| * btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng2014-06-09
| * Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana2014-06-09
| * Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana2014-06-09
| * Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana2014-06-09