summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2011-01-29btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh6-13/+51
2011-01-29fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall1-1/+1
2011-01-29btrfs: fix missing break in switch phraseliubo1-0/+1
2011-01-29btrfs: fix several uncheck memory allocationsliubo4-0/+33
2011-01-29btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo2-4/+25
2011-01-29Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason6-65/+117
2011-01-26Btrfs: Fix file clone when source offset is not 0Li Zefan1-1/+4
2011-01-26Btrfs: Fix memory leak in writepage fixup workMiao Xie1-0/+1
2011-01-26Btrfs: Don't return acl info when mounting with noacl optionMiao Xie1-0/+6
2011-01-26Btrfs: Free correct pointer after using strsepTero Roponen1-2/+3
2011-01-26Btrfs: Fix memory leak on finding existing superIan Kent1-0/+2
2011-01-26Btrfs: Fix memory leak at umountLi Zefan1-0/+2
2011-01-26btrfs: Check mergeable free space when removing a clusterLi Zefan1-6/+20
2011-01-26btrfs: Add a helper try_merge_free_space()Li Zefan1-32/+43
2011-01-26btrfs: Update stats when allocating from a clusterLi Zefan1-3/+14
2011-01-26btrfs: Free fully occupied bitmap in clusterLi Zefan1-0/+2
2011-01-26btrfs: Add helper function free_bitmap()Li Zefan1-21/+16
2011-01-26btrfs: Fix threshold calculation for block groups smaller than 1GBLi Zefan1-2/+6
2011-01-17Btrfs: forced readonly mounts on errorsliubo7-2/+523
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-05Btrfs: 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
2010-12-22btrfs: Allow to specify compress method when defragLi Zefan2-2/+26
2010-12-22btrfs: Add lzo compression supportLi Zefan8-8/+527
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan15-282/+473
2010-12-22btrfs: Fix error handling in zlibLi Zefan1-0/+8
2010-12-22btrfs: Fix bugs in zlib workspaceLi Zefan1-2/+5
2010-12-14Btrfs: prevent RAID level downgrades when space is lowChris Mason1-1/+19
2010-12-14Btrfs: account for missing devices in RAID allocation profilesChris Mason3-3/+36
2010-12-13Btrfs: EIO when we fail to read tree rootsChris Mason1-1/+4
2010-12-11Btrfs: fix compiler warningsJan Beulich2-7/+5
2010-12-11Btrfs: Make async snapshot ioctl more genericLi Zefan2-22/+36