aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26clear chunk_alloc flag on retryable failureAlexandre Oliva1-3/+3
2013-02-26Btrfs: fix backref walking race with tree deletionsJan Schmidt1-4/+1
2013-02-26Btrfs: make sure NODATACOW also gets NODATASUM setJosef Bacik1-1/+2
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2013-02-22new helper: file_inode(file)Al Viro4-33/+33
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-6/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+1
2013-02-21Btrfs: fix remount vs autodefragMiao Xie3-2/+45
2013-02-21Btrfs: fix wrong outstanding_extents when doing DIO writeMiao Xie1-11/+9
2013-02-20Btrfs: snapshot-aware defragLiu Bo1-0/+654
2013-02-20Btrfs: fix max chunk size on raid5/6Chris Mason1-4/+21
2013-02-20btrfs: limit fallocate extent reservation to 256MBZach Brown2-3/+4
2013-02-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner1-0/+1
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason18-120/+2814
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9Chris Mason36-1201/+1608
2013-02-20Btrfs: fix missing release of qgroup reservation in commit_transaction()Miao Xie1-0/+8
2013-02-20Btrfs: fix missing check before disabling quotaWang Shilong1-0/+4
2013-02-20Btrfs: fix cleaner thread not working with inode cache optionLiu Bo2-1/+8
2013-02-20Btrfs: fix uncompleted transactionMiao Xie4-3/+37
2013-02-20Btrfs: fix the deadlock between the transaction start/attach and commitMiao Xie1-1/+16
2013-02-20Btrfs: fix the qgroup reserved space is released prematurelyMiao Xie1-1/+2
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown4-9/+5
2013-02-20Btrfs: set/change the label of a mounted file systemjeff.liu1-0/+42
2013-02-20Btrfs: Add a new ioctl to get the label of a mounted file systemjeff.liu1-0/+21
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik7-21/+34
2013-02-20Btrfs: relax the block group size limit for bitmapsJosef Bacik1-3/+9
2013-02-20Btrfs: allow for selecting only completely empty chunksIlya Dryomov1-1/+1
2013-02-20Btrfs: eliminate a use-after-free in btrfs_balance()Ilya Dryomov1-5/+5
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik2-27/+11
2013-02-20btrfs: add cancellation points to defragDavid Sterba3-0/+19
2013-02-20btrfs: put some enospc messages under enospc_debugDavid Sterba1-11/+15
2013-02-20Btrfs: implement unlocked dio writeMiao Xie1-12/+23
2013-02-20Btrfs: serialize unlocked dio reads with truncateMiao Xie2-2/+40
2013-02-20Btrfs: fix deadlock due to unsubmittedMiao Xie2-41/+43
2013-02-20Btrfs: cleanup orphan reservation if truncate failsJosef Bacik1-0/+2
2013-02-20Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik3-5/+16
2013-02-20Btrfs: fix memory leak of pending_snapshot->inheritMiao Xie1-11/+7
2013-02-20Btrfs: fix the race between bio and btrfs_stop_workersMiao Xie1-2/+1
2013-02-20btrfs: add "no file data" flag to btrfs send ioctlMark Fasheh2-4/+47
2013-02-20Btrfs: extend the checksum item as much as possibleLiu Bo1-21/+46
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen7-82/+32
2013-02-20Btrfs: if we aren't committing just end the transaction if we error outJosef Bacik1-6/+12
2013-02-20Btrfs: handle errors in compression submission pathJosef Bacik1-10/+28
2013-02-20Btrfs: rework the overcommit logic to be based on the total sizeJosef Bacik1-3/+12
2013-02-20Btrfs: account for orphan inodes properly during cleanupJosef Bacik1-0/+1
2013-02-20Btrfs: unreserve space if our ordered extent fails to workJosef Bacik1-1/+13
2013-02-20Btrfs: fix how we discard outstanding ordered extents on abortJosef Bacik1-26/+7
2013-02-20Btrfs: fix freeing delayed ref head while still holding its mutexJosef Bacik1-3/+5
2013-02-20btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunkEric Sandeen1-1/+5
2013-02-20btrfs: remove unnecessary DEFINE_WAIT() declarationsEric Sandeen1-2/+0