aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie
2011-01-16btrfs: make the chunk allocator utilize the devices betterMiao Xie
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie
2011-01-16btrfs: fix wrong calculation of stripe sizeMiao Xie
2011-01-16btrfs: try to reclaim some space when chunk allocation failsMiao Xie
2011-01-16btrfs: fix wrong data space statisticsMiao Xie
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-16Merge branch 'readonly-snapshots' of git://repo.or.cz/linux-btrfs-devel into ...Chris Mason
2011-01-04Btrfs: fix off by one while setting block groups readonlyChris Mason
2010-12-23Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctlsLi Zefan
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan
2010-12-23Btrfs: Refactor btrfs_ioctl_snap_create()Li Zefan
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan
2010-12-22btrfs: Allow to specify compress method when defragLi Zefan
2010-12-22btrfs: Add lzo compression supportLi Zefan
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-12-22btrfs: Fix error handling in zlibLi Zefan
2010-12-22btrfs: Fix bugs in zlib workspaceLi Zefan
2010-12-13Btrfs: prevent RAID level downgrades when space is lowChris Mason
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason
2010-12-13Btrfs: EIO when we fail to read tree rootsChris Mason
2010-12-10Btrfs: fix compiler warningsJan Beulich
2010-12-10Btrfs: Make async snapshot ioctl more genericLi Zefan
2010-12-10Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong
2010-12-10Btrfs: Fix a crash when mounting a subvolumeLi Zefan
2010-12-10Btrfs: fix sync subvol/snapshot creationSage Weil
2010-12-10Btrfs: Fix page leak in compressed writeback pathYan, Zheng
2010-12-10Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik
2010-12-09Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason
2010-11-27Btrfs: setup blank root and fs_info for mount timeJosef Bacik
2010-11-27Btrfs: fix fiemapJosef Bacik
2010-11-27Btrfs - fix race between btrfs_get_sb() and umountIan Kent
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik
2010-11-21Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik
2010-11-21Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik
2010-11-21Btrfs: fix more ESTALE problems with NFSJosef Bacik
2010-11-21Btrfs: handle NFS lookups properlyJosef Bacik
2010-11-21btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski
2010-11-21btrfs: Show device attr correctly for symlinksLi Zefan
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan