summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Btrfs: remove outdated comment in btrfs_ioctl_resize()Li Hong2009-05-141-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-271-3/+6
|\|
| * Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-271-2/+4
| * Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-241-1/+2
* | btrfs: use memdup_user()Li Zefan2009-04-211-37/+12Star
|/
* New helper - current_umask()Al Viro2009-04-011-1/+1
* Btrfs: add better -ENOSPC handlingJosef Bacik2009-02-201-3/+3
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0Star
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-061-19/+18Star
* Btrfs: update directory's size when creating subvol/snapshotYan Zheng2009-01-051-0/+4
* Btrfs: add permission checks to the ioctlsChris Mason2009-01-051-2/+23
* Btrfs: Add missing mnt_drop_write in ioctl.cYan Zheng2008-12-191-2/+7
* Btrfs: fix leaking block group on balanceYan Zheng2008-12-111-1/+1
* Btrfs: mnt_drop_write in ioctl_trans_endSage Weil2008-12-111-0/+2
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-53/+2Star
* Btrfs: add support for multiple csum algorithmsJosef Bacik2008-12-021-4/+5
* Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_rangeChristoph Hellwig2008-12-021-3/+3
* Btrfs: clean up btrfs_ioctl a little bitChristoph Hellwig2008-12-021-5/+6
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-7/+7
* Btrfs: remove unneeded btrfs_start_delalloc_inodes callSage Weil2008-12-021-1/+0Star
* Btrfs: compat code fixesChris Mason2008-11-201-0/+1
* Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason2008-11-181-0/+50
* Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason2008-11-181-7/+17
* Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason2008-11-181-2/+0Star
* Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason2008-11-181-19/+52
* Btrfs: Seed device supportYan Zheng2008-11-181-1/+1
* Btrfs: mount ro and remount supportYan Zheng2008-11-121-0/+22
* Btrfs: allow clone of an arbitrary file rangeSage Weil2008-11-121-41/+212
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-1/+2
* Btrfs: update nodatacow code v2Yan Zheng2008-10-301-0/+1
* Btrfs: Add root tree pointer transaction idsYan Zheng2008-10-291-0/+1
* Btrfs: Don't call security_inode_mkdir during subvol creationChris Mason2008-10-101-5/+0Star
* Btrfs: Fix subvolume creation locking rulesChristoph Hellwig2008-10-091-11/+91
* Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-1/+1
* Btrfs: Count space allocated to file in bytesYan Zheng2008-10-091-2/+2
* Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan2008-09-261-2/+0Star
* Btrfs: Full back reference supportZheng Yan2008-09-251-25/+32
* Btrfs: trivial sparse fixesChristoph Hellwig2008-09-251-1/+1
* Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng2008-09-251-0/+1
* Btrfs: Update clone file ioctlYan Zheng2008-09-251-80/+70Star
* Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason2008-09-251-2/+2
* Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil2008-09-251-1/+11
* Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason2008-09-251-0/+6
* Btrfs: Null terminate strings passed in from userspaceMark Fasheh2008-09-251-8/+5Star
* Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik2008-09-251-2/+4
* Btrfs: Implement new dir index formatJosef Bacik2008-09-251-2/+2
* Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason2008-09-251-7/+14
* Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason2008-09-251-4/+2Star
* Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason2008-09-251-2/+0Star
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-18/+6Star