aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-163-9/+13
|\
| * Merge branch 'next' into for-linusJames Morris2011-03-163-9/+13
| |\
| | * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-083-9/+13
| | |\
| | | * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-013-9/+13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-152-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-151-3/+0
| * | | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-2/+6
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-135-62/+135
|\ \ \ | |/ / |/| |
| * | Btrfs: break out of shrink_delalloc earlierChris Mason2011-03-122-12/+32
| * | btrfs: fix not enough reserved spaceMiao Xie2011-03-101-2/+3
| * | btrfs: fix dip leakDaniel J Blueman2011-03-101-0/+1
| * | Btrfs: make sure not to return overlapping extents to fiemapChris Mason2011-03-081-6/+27
| * | Btrfs: deal with short returns from copy_from_userChris Mason2011-03-071-0/+13
| * | Btrfs: fix regressions in copy_from_user handlingChris Mason2011-03-071-42/+59
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-2510-57/+282
|\ \ \ | |/ /
| * | Btrfs: fix fiemap bugs with delallocChris Mason2011-02-233-42/+224
| * | Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov2011-02-161-1/+1
| * | Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov2011-02-161-2/+9
| * | Btrfs: Avoid accessing unmapped kernel addressLi Zefan2011-02-161-7/+14
| * | Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan2011-02-161-2/+5
| * | Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-163-1/+21
| * | Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-163-2/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-159-11/+68
|\ \ \ | |/ /
| * | Btrfs: check return value of alloc_extent_map()Tsutomu Itoh2011-02-144-3/+7
| * | Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov2011-02-141-0/+2
| * | btrfs: prevent heap corruption in btrfs_ioctl_space_info()Dan Rosenberg2011-02-141-2/+8
| * | Btrfs: Fix balance panicYan, Zheng2011-02-141-0/+1
| * | Btrfs: don't release pages when we can't clear the uptodate bitsChris Mason2011-02-141-1/+9
| * | Btrfs: fix page->private racesChris Mason2011-02-142-5/+41
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-0718-116/+371
|\ \ \ | |/ /
| * | Btrfs: Fix page count calculationYan, Zheng2011-02-071-4/+4
| * | btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov2011-02-061-1/+1
| * | btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh2011-02-061-1/+1
| * | Btrfs: exclude super blocks when we read in block groupsJosef Bacik2011-02-061-8/+18
| * | Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik2011-02-061-0/+1
| * | btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-017-6/+37
| * | btrfs: checking NULL or not in some functionsTsutomu Itoh2011-02-013-0/+10
| * | Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason2011-01-311-1/+1
| * | Btrfs: catch errors from btrfs_sync_logChris Mason2011-01-311-1/+2
| * | Btrfs: make shrink_delalloc a little friendlierJosef Bacik2011-01-311-3/+14
| * | Btrfs: handle no memory properly in prepare_pagesJosef Bacik2011-01-281-2/+6
| * | Btrfs: do error checking in btrfs_del_csumsJosef Bacik2011-01-281-0/+3
| * | Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik2011-01-281-1/+27
| * | Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik2011-01-281-2/+14
| * | Btrfs: fix check_path_shared so it returns the right valueJosef Bacik2011-01-281-2/+3
| * | btrfs: check return value of btrfs_start_ioctl_transaction() properlyTsutomu Itoh2011-01-281-1/+1
| * | btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-286-13/+51
| * | fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall2011-01-281-1/+1
| * | btrfs: fix missing break in switch phraseliubo2011-01-281-0/+1
| * | btrfs: fix several uncheck memory allocationsliubo2011-01-284-0/+33