summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-30Btrfs: check btrfs_get_extent return for IS_ERR()Dan Carpenter
2010-03-30Btrfs: handle kmalloc() failure in inode lookup ioctlDan Carpenter
2010-03-30Btrfs: dereferencing freed memoryDan Carpenter
2010-03-30Btrfs: remove duplicate include in ioctl.cAndrea Gelmini
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18Btrfs: fix the inode ref searches done by btrfs_search_path_in_treeChris Mason
2010-03-18Btrfs: allow treeid==0 in the inode lookup ioctlChris Mason
2010-03-18Btrfs: return keys for large items to the search ioctlChris Mason
2010-03-18Btrfs: fix key checks and advance in the search ioctlChris Mason
2010-03-16Btrfs: buffer results in the space_info ioctlChris Mason
2010-03-16Btrfs: fix search_ioctl key advanceSage Weil
2010-03-15btrfs: use memparseAkinobu Mita
2010-03-15Btrfs: add a "df" ioctl for btrfsJosef Bacik
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik
2010-03-15Btrfs: add new defrag-range ioctl.Chris Mason
2010-03-15Btrfs: be more selective in the defrag ioctlChris Mason
2010-03-15Btrfs: add ioctl and incompat flag to set the default mount subvolJosef Bacik
2010-03-15Btrfs: add search and inode lookup ioctlsChris Mason
2010-03-15Btrfs: add a function to lookup a directory path by following backrefsTARUISI Hiroaki
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng
2009-10-09Btrfs: fix file clone ioctl for bookend extentsChris Mason
2009-10-09Btrfs: remove negative dentry when deleting subvolumneYan, Zheng
2009-09-29Btrfs: fix error cases for ioctl transactionsSage Weil
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-21Btrfs: fix arithmetic error in clone ioctlSage Weil
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-11Btrfs: Fix extent replacment raceChris Mason
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-02Btrfs: fix the file clone ioctl for preallocated extentsChris Mason
2009-06-11Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dirChris Mason
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-05-14Btrfs: remove outdated comment in btrfs_ioctl_resize()Li Hong
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason
2009-04-20btrfs: use memdup_user()Li Zefan
2009-03-31New helper - current_umask()Al Viro
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng
2009-01-05Btrfs: add permission checks to the ioctlsChris Mason
2008-12-19Btrfs: Add missing mnt_drop_write in ioctl.cYan Zheng