aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus 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 btrfs-38Chris 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
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-20Fix btrfs b0rkageAl Viro1-1/+1
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds11-94/+207
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