summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-27btrfs: Add helper function free_bitmap()Li Zefan1-21/+16
2011-01-27btrfs: Fix threshold calculation for block groups smaller than 1GBLi Zefan1-2/+6
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds29-623/+2490
2011-01-17Btrfs: forced readonly mounts on errorsliubo7-2/+523
2011-01-17fallocate should be a file operationChristoph Hellwig2-111/+113
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-1/+1
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt1-0/+1
2011-01-16btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings1-0/+4
2011-01-16Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik1-5/+0
2011-01-16btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()Tsutomu Itoh1-0/+1
2011-01-16btrfs: check NULL or notTsutomu Itoh3-0/+16
2011-01-16btrfs: Don't pass NULL ptr to func that may deref it.Jesper Juhl1-0/+2
2011-01-16btrfs: mount failure return value fixDave Young2-4/+8
2011-01-16btrfs: Mem leak in btrfs_get_acl()Jesper Juhl1-1/+3
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie5-7/+286
2011-01-16btrfs: make the chunk allocator utilize the devices betterMiao Xie2-103/+300
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie2-68/+91
2011-01-16btrfs: fix wrong calculation of stripe sizeMiao Xie1-2/+8
2011-01-16btrfs: try to reclaim some space when chunk allocation failsMiao Xie1-2/+7
2011-01-16btrfs: fix wrong data space statisticsMiao Xie1-4/+3
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt1-0/+1
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason20-385/+1051
2011-01-16Merge branch 'readonly-snapshots' of git://repo.or.cz/linux-btrfs-devel into ...Chris Mason7-49/+195
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-13/+17
2011-01-12Btrfs: fail if we try to use hole punchJosef Bacik1-0/+4
2011-01-12switch btrfs, close racesAl Viro3-12/+3
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin2-12/+12
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin3-5/+10
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-3/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2011-01-04Btrfs: fix off by one while setting block groups readonlyChris Mason1-1/+2
2010-12-23Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctlsLi Zefan2-0/+85
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan7-10/+75
2010-12-23Btrfs: Refactor btrfs_ioctl_snap_create()Li Zefan1-44/+40
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan4-194/+115