aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris3-9/+13
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds10-57/+282
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason3-42/+224
2011-02-16Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov1-1/+1
2011-02-16Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov1-2/+9
2011-02-16Btrfs: Avoid accessing unmapped kernel addressLi Zefan1-7/+14
2011-02-16Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan1-2/+5
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason3-1/+21
2011-02-16Btrfs: put ENOSPC debugging under a mount optionChris Mason3-2/+8
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds9-11/+68
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh4-3/+7
2011-02-14Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov1-0/+2
2011-02-14btrfs: prevent heap corruption in btrfs_ioctl_space_info()Dan Rosenberg1-2/+8
2011-02-14Btrfs: Fix balance panicYan, Zheng1-0/+1
2011-02-14Btrfs: don't release pages when we can't clear the uptodate bitsChris Mason1-1/+9
2011-02-14Btrfs: fix page->private racesChris Mason2-5/+41
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds18-116/+371
2011-02-07Btrfs: Fix page count calculationYan, Zheng1-4/+4
2011-02-06btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov1-1/+1
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh1-1/+1
2011-02-06Btrfs: exclude super blocks when we read in block groupsJosef Bacik1-8/+18
2011-02-06Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik1-0/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris3-9/+13
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh7-6/+37
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh3-0/+10
2011-01-31Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason1-1/+1
2011-01-31Btrfs: catch errors from btrfs_sync_logChris Mason1-1/+2
2011-01-31Btrfs: make shrink_delalloc a little friendlierJosef Bacik1-3/+14
2011-01-28Btrfs: handle no memory properly in prepare_pagesJosef Bacik1-2/+6
2011-01-28Btrfs: do error checking in btrfs_del_csumsJosef Bacik1-0/+3
2011-01-28Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik1-1/+27
2011-01-28Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik1-2/+14
2011-01-28Btrfs: fix check_path_shared so it returns the right valueJosef Bacik1-2/+3
2011-01-28btrfs: check return value of btrfs_start_ioctl_transaction() properlyTsutomu Itoh1-1/+1
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh6-13/+51
2011-01-28fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall1-1/+1
2011-01-28btrfs: fix missing break in switch phraseliubo1-0/+1
2011-01-28btrfs: fix several uncheck memory allocationsliubo4-0/+33
2011-01-28btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo2-4/+25
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason6-65/+117
2011-01-27Btrfs: Fix file clone when source offset is not 0Li Zefan1-1/+4
2011-01-27Btrfs: Fix memory leak in writepage fixup workMiao Xie1-0/+1
2011-01-27Btrfs: Don't return acl info when mounting with noacl optionMiao Xie1-0/+6
2011-01-27Btrfs: Free correct pointer after using strsepTero Roponen1-2/+3
2011-01-27Btrfs: Fix memory leak on finding existing superIan Kent1-0/+2
2011-01-27Btrfs: Fix memory leak at umountLi Zefan1-0/+2
2011-01-27btrfs: Check mergeable free space when removing a clusterLi Zefan1-6/+20
2011-01-27btrfs: Add a helper try_merge_free_space()Li Zefan1-32/+43
2011-01-27btrfs: Update stats when allocating from a clusterLi Zefan1-3/+14
2011-01-27btrfs: Free fully occupied bitmap in clusterLi Zefan1-0/+2