aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1
2009-02-20Btrfs: add better -ENOSPC handlingGravatar Josef Bacik 1-3/+3
2009-01-21Btrfs: removed unused #include <version.h>'sGravatar Huang Weiyi 1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-19/+18
2009-01-05Btrfs: update directory's size when creating subvol/snapshotGravatar Yan Zheng 1-0/+4
2009-01-05Btrfs: add permission checks to the ioctlsGravatar Chris Mason 1-2/+23
2008-12-19Btrfs: Add missing mnt_drop_write in ioctl.cGravatar Yan Zheng 1-2/+7
2008-12-11Btrfs: fix leaking block group on balanceGravatar Yan Zheng 1-1/+1
2008-12-11Btrfs: mnt_drop_write in ioctl_trans_endGravatar Sage Weil 1-0/+2
2008-12-08Btrfs: move data checksumming into a dedicated treeGravatar Chris Mason 1-53/+2
2008-12-02Btrfs: add support for multiple csum algorithmsGravatar Josef Bacik 1-4/+5
2008-12-02Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_rangeGravatar Christoph Hellwig 1-3/+3
2008-12-02Btrfs: clean up btrfs_ioctl a little bitGravatar Christoph Hellwig 1-5/+6
2008-12-02Btrfs: make things static and include the right headersGravatar Christoph Hellwig 1-7/+7
2008-12-02Btrfs: remove unneeded btrfs_start_delalloc_inodes callGravatar Sage Weil 1-1/+0
2008-11-20Btrfs: compat code fixesGravatar Chris Mason 1-0/+1
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsGravatar Chris Mason 1-0/+50
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsGravatar Chris Mason 1-7/+17
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidGravatar Chris Mason 1-2/+0
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeGravatar Chris Mason 1-19/+52
2008-11-17Btrfs: Seed device supportGravatar Yan Zheng 1-1/+1
2008-11-12Btrfs: mount ro and remount supportGravatar Yan Zheng 1-0/+22
2008-11-12Btrfs: allow clone of an arbitrary file rangeGravatar Sage Weil 1-41/+212
2008-10-30Btrfs: Add fallocate support v2Gravatar Yan Zheng 1-1/+2
2008-10-30Btrfs: update nodatacow code v2Gravatar Yan Zheng 1-0/+1
2008-10-29Btrfs: Add root tree pointer transaction idsGravatar Yan Zheng 1-0/+1
2008-10-10Btrfs: Don't call security_inode_mkdir during subvol creationGravatar Chris Mason 1-5/+0
2008-10-09Btrfs: Fix subvolume creation locking rulesGravatar Christoph Hellwig 1-11/+91
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refGravatar Yan Zheng 1-1/+1
2008-10-09Btrfs: Count space allocated to file in bytesGravatar Yan Zheng 1-2/+2
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingGravatar Zheng Yan 1-2/+0
2008-09-25Btrfs: Full back reference supportGravatar Zheng Yan 1-25/+32
2008-09-25Btrfs: trivial sparse fixesGravatar Christoph Hellwig 1-1/+1
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeGravatar Yan Zheng 1-0/+1
2008-09-25Btrfs: Update clone file ioctlGravatar Yan Zheng 1-80/+70
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themGravatar Chris Mason 1-2/+2
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Gravatar Sage Weil 1-1/+11
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeGravatar Chris Mason 1-0/+6
2008-09-25Btrfs: Null terminate strings passed in from userspaceGravatar Mark Fasheh 1-8/+5
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionGravatar Josef Bacik 1-2/+4
2008-09-25Btrfs: Implement new dir index formatGravatar Josef Bacik 1-2/+2
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedGravatar Chris Mason 1-7/+14
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Gravatar Chris Mason 1-4/+2
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsGravatar Chris Mason 1-2/+0
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksGravatar Chris Mason 1-18/+6
2008-09-25Btrfs: Start btree concurrency work.Gravatar Chris Mason 1-3/+5
2008-09-25BTRFS_IOC_TRANS_START should be privileguedGravatar Christoph Hellwig 1-0/+3
2008-09-25Btrfs: split out ioctl.cGravatar Christoph Hellwig 1-0/+781