aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-09Btrfs: Fix subvolume creation locking rulesChristoph Hellwig1-11/+91
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-1/+1
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-2/+2
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-2/+0
2008-09-25Btrfs: Full back reference supportZheng Yan1-25/+32
2008-09-25Btrfs: trivial sparse fixesChristoph Hellwig1-1/+1
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-0/+1
2008-09-25Btrfs: Update clone file ioctlYan Zheng1-80/+70
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-2/+2
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil1-1/+11
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason1-0/+6
2008-09-25Btrfs: Null terminate strings passed in from userspaceMark Fasheh1-8/+5
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik1-2/+4
2008-09-25Btrfs: Implement new dir index formatJosef Bacik1-2/+2
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason1-7/+14
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason1-4/+2
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-2/+0