aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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
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-13Btrfs: prevent RAID level downgrades when space is lowChris Mason1-1/+19
2010-12-13Btrfs: 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-10Btrfs: fix compiler warningsJan Beulich2-7/+5
2010-12-10Btrfs: Make async snapshot ioctl more genericLi Zefan2-22/+36
2010-12-10Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong1-32/+60
2010-12-10Btrfs: Fix a crash when mounting a subvolumeLi Zefan1-1/+1
2010-12-10Btrfs: fix sync subvol/snapshot creationSage Weil1-9/+11
2010-12-10Btrfs: Fix page leak in compressed writeback pathYan, Zheng1-1/+1
2010-12-10Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik1-3/+7
2010-12-09Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik1-1/+5
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik1-6/+12
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik2-9/+13
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik1-2/+1
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason1-1/+6
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason3-4/+89
2010-11-27Btrfs: setup blank root and fs_info for mount timeJosef Bacik2-7/+33
2010-11-27Btrfs: fix fiemapJosef Bacik1-9/+54
2010-11-27Btrfs - fix race between btrfs_get_sb() and umountIan Kent1-0/+6
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik1-0/+1
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik1-0/+4
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik1-4/+5
2010-11-21Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason1-2/+4
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik1-22/+16
2010-11-21Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik1-0/+7
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik4-12/+43
2010-11-21Btrfs: fix more ESTALE problems with NFSJosef Bacik1-0/+1
2010-11-21Btrfs: handle NFS lookups properlyJosef Bacik1-0/+76
2010-11-21btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski1-3/+3
2010-11-21btrfs: Show device attr correctly for symlinksLi Zefan1-0/+1
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan1-2/+2
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan1-4/+3
2010-11-21Btrfs: handle the space_cache option properlyJosef Bacik1-0/+1
2010-11-21btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen1-1/+1
2010-11-21btrfs: fix panic caused by direct IOMiao Xie1-21/+184