aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng1-1/+1
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng1-12/+17
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng1-2/+1
2009-10-09Btrfs: fix file clone ioctl for bookend extentsChris Mason1-2/+4
2009-10-09Btrfs: remove negative dentry when deleting subvolumneYan, Zheng1-0/+1
2009-09-29Btrfs: fix error cases for ioctl transactionsSage Weil1-19/+22
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-2/+19
2009-09-21Btrfs: fix arithmetic error in clone ioctlSage Weil1-2/+1
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-136/+184
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-12/+1
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason1-3/+2
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-3/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-02Btrfs: fix the file clone ioctl for preallocated extentsChris Mason1-2/+4
2009-06-11Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dirChris Mason1-1/+6
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig1-0/+171
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-9/+12
2009-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+0
2009-05-14Btrfs: remove outdated comment in btrfs_ioctl_resize()Li Hong1-4/+0
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+6
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker1-2/+4
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason1-1/+2
2009-04-20btrfs: use memdup_user()Li Zefan1-37/+12
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-3/+3
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-19/+18
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng1-0/+4
2009-01-05Btrfs: add permission checks to the ioctlsChris Mason1-2/+23
2008-12-19Btrfs: Add missing mnt_drop_write in ioctl.cYan Zheng1-2/+7
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-1/+1
2008-12-11Btrfs: mnt_drop_write in ioctl_trans_endSage Weil1-0/+2
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-53/+2
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik1-4/+5
2008-12-02Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_rangeChristoph Hellwig1-3/+3
2008-12-02Btrfs: clean up btrfs_ioctl a little bitChristoph Hellwig1-5/+6
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-7/+7
2008-12-02Btrfs: remove unneeded btrfs_start_delalloc_inodes callSage Weil1-1/+0
2008-11-20Btrfs: compat code fixesChris Mason1-0/+1
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason1-0/+50
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason1-7/+17
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason1-2/+0
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason1-19/+52
2008-11-17Btrfs: Seed device supportYan Zheng1-1/+1
2008-11-12Btrfs: mount ro and remount supportYan Zheng1-0/+22
2008-11-12Btrfs: allow clone of an arbitrary file rangeSage Weil1-41/+212
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-1/+2
2008-10-30Btrfs: update nodatacow code v2Yan Zheng1-0/+1
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng1-0/+1
2008-10-10Btrfs: Don't call security_inode_mkdir during subvol creationChris Mason1-5/+0