- adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 13f2696 fix user annotation in ioctl.c by Daniel J Blueman · 14 years ago
- 884b826 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 08fe4db Btrfs: Fix uninitialized root flags for subvolumes by Li Zefan · 14 years ago
- 8b2b2d3 Btrfs: fix memory leak in btrfs_ioctl_start_sync() by Tsutomu Itoh · 14 years ago
- 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 2d4e6f6 Btrfs: fix return value of setflags ioctl by liubo · 14 years ago
- f7039b1 Btrfs: add btrfs_trim_fs() to handle FITRIM by Li Dongyang · 14 years ago
- 75e7cb7 Btrfs: Per file/directory controls for COW and compression by Liu Bo · 14 years ago
- db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 14 years ago
- 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 14 years ago
- 66b4ffd Btrfs: handle errors in btrfs_orphan_cleanup by Josef Bacik · 14 years ago
- b4dc2b8 Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctl by Li Zefan · 14 years ago
- 51788b1 btrfs: prevent heap corruption in btrfs_ioctl_space_info() by Dan Rosenberg · 14 years ago
- 98d5dc1 btrfs: fix return value check of btrfs_start_transaction() by Tsutomu Itoh · 14 years ago
- abd30bb btrfs: check return value of btrfs_start_ioctl_transaction() properly by Tsutomu Itoh · 14 years ago
- 3612b49 btrfs: fix return value check of btrfs_join_transaction() by Tsutomu Itoh · 14 years ago
- eab49be Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
- 4d728ec Btrfs: Fix file clone when source offset is not 0 by Li Zefan · 14 years ago
- f892436 Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
- 0caa102 Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctls by Li Zefan · 14 years ago
- b83cc96 Btrfs: Add readonly snapshots support by Li Zefan · 14 years ago
- fa0d2b9 Btrfs: Refactor btrfs_ioctl_snap_create() by Li Zefan · 14 years ago
- 1a419d8 btrfs: Allow to specify compress method when defrag by Li Zefan · 14 years ago
- 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
- fdfb1e4 Btrfs: Make async snapshot ioctl more generic by Li Zefan · 14 years ago
- 75eaa0e Btrfs: fix sync subvol/snapshot creation by Sage Weil · 14 years ago
- 6a91221 Btrfs: use dget_parent where we can UPDATED by Josef Bacik · 14 years ago
- 5f3888f btrfs: Set file size correctly in file clone by Li Zefan · 14 years ago
- 2a6b8da btrfs: Check if dest_offset is block-size aligned before cloning file by Li Zefan · 14 years ago
- 4260f7c Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed by Sage Weil · 14 years ago
- 531cb13 Btrfs: make SNAP_DESTROY async by Sage Weil · 14 years ago
- 72fd032 Btrfs: add SNAP_CREATE_ASYNC ioctl by Sage Weil · 14 years ago
- 4620459 Btrfs: add START_SYNC, WAIT_SYNC ioctls by Sage Weil · 14 years ago
- fccdae4 Btrfs: fix lockdep warning on clone ioctl by Sage Weil · 14 years ago
- 050006a Btrfs: fix clone ioctl where range is adjacent to extent by Sage Weil · 14 years ago
- 9a01919 Btrfs: fix delalloc checks in clone ioctl by Sage Weil · 14 years ago
- 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
- 2354d08 Btrfs: use memdup_user helpers by Julia Lawall · 14 years ago
- bf5fc09 Btrfs: fix the df ioctl to report raid types by Josef Bacik · 14 years ago
- 2ebc346 Btrfs: fix checks in BTRFS_IOC_CLONE_RANGE by Dan Rosenberg · 14 years ago
- b5384d4 Btrfs: fix CLONE ioctl destination file size expansion to block boundary by Sage Weil · 14 years ago
- cf1e99a Btrfs: btrfs_lookup_dir_item() can return ERR_PTR by Dan Carpenter · 14 years ago
- d327099 Btrfs: unwind after btrfs_start_transaction() errors by Dan Carpenter · 14 years ago
- d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
- 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
- 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
- a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
- 18e41da Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 5dc6416 Btrfs: check for read permission on src file in the clone ioctl by Dan Rosenberg · 14 years ago
- 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
- 6cf8bfb Btrfs: check btrfs_get_extent return for IS_ERR() by Dan Carpenter · 15 years ago
- c2b9692 Btrfs: handle kmalloc() failure in inode lookup ioctl by Dan Carpenter · 15 years ago
- 683be16 Btrfs: dereferencing freed memory by Dan Carpenter · 15 years ago
- 2f3014f Btrfs: remove duplicate include in ioctl.c by Andrea Gelmini · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 8ad6fca Btrfs: fix the inode ref searches done by btrfs_search_path_in_tree by Chris Mason · 15 years ago
- 1b53ac4 Btrfs: allow treeid==0 in the inode lookup ioctl by Chris Mason · 15 years ago
- 90fdde1 Btrfs: return keys for large items to the search ioctl by Chris Mason · 15 years ago
- abc6e13 Btrfs: fix key checks and advance in the search ioctl by Chris Mason · 15 years ago
- 7fde62b Btrfs: buffer results in the space_info ioctl by Chris Mason · 15 years ago
- 854d2c3 Btrfs: fix search_ioctl key advance by Sage Weil · 15 years ago
- 9174846 btrfs: use memparse by Akinobu Mita · 15 years ago
- 1406e43 Btrfs: add a "df" ioctl for btrfs by Josef Bacik · 15 years ago
- 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
- 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 15 years ago
- 940100a Btrfs: be more selective in the defrag ioctl by Chris Mason · 15 years ago
- 6ef5ed0 Btrfs: add ioctl and incompat flag to set the default mount subvol by Josef Bacik · 15 years ago
- ac8e981 Btrfs: add search and inode lookup ioctls by Chris Mason · 15 years ago
- 98d377a Btrfs: add a function to lookup a directory path by following backrefs by TARUISI Hiroaki · 15 years ago
- 86b9f2e Btrfs: Fix per root used space accounting by Yan, Zheng · 15 years ago
- 2e4bfab Btrfs: Avoid orphan inodes cleanup during committing transaction by Yan, Zheng · 15 years ago
- 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
- ac6889c Btrfs: fix file clone ioctl for bookend extents by Chris Mason · 15 years ago
- efefb14 Btrfs: remove negative dentry when deleting subvolumne by Yan, Zheng · 15 years ago
- 1ab86ae Btrfs: fix error cases for ioctl transactions by Sage Weil · 15 years ago
- 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago
- 1fb58a6 Btrfs: fix arithmetic error in clone ioctl by Sage Weil · 15 years ago
- 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
- 4df27c4d Btrfs: change how subvolumes are organized by Yan, Zheng · 15 years ago
- 83ebade Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 15 years ago
- a1ed835 Btrfs: Fix extent replacment race by Chris Mason · 15 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
- c8a894d Btrfs: fix the file clone ioctl for preallocated extents by Chris Mason · 15 years ago
- 0b4dcea Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dir by Chris Mason · 15 years ago
- 6cbff00 Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION by Christoph Hellwig · 16 years ago
- 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
- 5732c46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
- 5d847a8 Btrfs: remove outdated comment in btrfs_ioctl_resize() by Li Hong · 15 years ago
- 4ebf662 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
- 2138093 Btrfs: Fix a bunch of printk() warnings. by Joel Becker · 16 years ago
- e980b50 Btrfs: fix fallocate deadlock on inode extent lock by Chris Mason · 16 years ago
- dae7b66 btrfs: use memdup_user() by Li Zefan · 16 years ago
- ce3b0f8 New helper - current_umask() by Al Viro · 16 years ago
- 6a63209 Btrfs: add better -ENOSPC handling by Josef Bacik · 16 years ago
- 7eaebe7 Btrfs: removed unused #include <version.h>'s by Huang Weiyi · 16 years ago
- d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
- 52c2617 Btrfs: update directory's size when creating subvol/snapshot by Yan Zheng · 16 years ago
- e441d54 Btrfs: add permission checks to the ioctls by Chris Mason · 16 years ago
- ab67b7c Btrfs: Add missing mnt_drop_write in ioctl.c by Yan Zheng · 16 years ago