aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-01-17Btrfs: forced readonly mounts on errorsliubo
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt
2011-01-16btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings
2011-01-16Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik
2011-01-16btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()Tsutomu Itoh
2011-01-16btrfs: check NULL or notTsutomu Itoh
2011-01-16btrfs: Don't pass NULL ptr to func that may deref it.Jesper Juhl
2011-01-16btrfs: mount failure return value fixDave Young
2011-01-16btrfs: Mem leak in btrfs_get_acl()Jesper Juhl
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-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-12Btrfs: fail if we try to use hole punchJosef Bacik
2011-01-12switch btrfs, close racesAl Viro
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
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-20Fix btrfs b0rkageAl Viro
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
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