summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik
2013-02-20btrfs: add cancellation points to defragDavid Sterba
2013-02-20btrfs: put some enospc messages under enospc_debugDavid Sterba
2013-02-20Btrfs: implement unlocked dio writeMiao Xie
2013-02-20Btrfs: serialize unlocked dio reads with truncateMiao Xie
2013-02-20Btrfs: fix deadlock due to unsubmittedMiao Xie
2013-02-20Btrfs: cleanup orphan reservation if truncate failsJosef Bacik
2013-02-20Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik
2013-02-20Btrfs: fix memory leak of pending_snapshot->inheritMiao Xie
2013-02-20Btrfs: fix the race between bio and btrfs_stop_workersMiao Xie
2013-02-20btrfs: add "no file data" flag to btrfs send ioctlMark Fasheh
2013-02-20Btrfs: extend the checksum item as much as possibleLiu Bo
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen
2013-02-20Btrfs: if we aren't committing just end the transaction if we error outJosef Bacik
2013-02-20Btrfs: handle errors in compression submission pathJosef Bacik
2013-02-20Btrfs: rework the overcommit logic to be based on the total sizeJosef Bacik
2013-02-20Btrfs: account for orphan inodes properly during cleanupJosef Bacik
2013-02-20Btrfs: unreserve space if our ordered extent fails to workJosef Bacik
2013-02-20Btrfs: fix how we discard outstanding ordered extents on abortJosef Bacik
2013-02-20Btrfs: fix freeing delayed ref head while still holding its mutexJosef Bacik
2013-02-20btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunkEric Sandeen
2013-02-20btrfs: remove unnecessary DEFINE_WAIT() declarationsEric Sandeen
2013-02-20btrfs: remove unused "item" in btrfs_insert_delayed_item()Eric Sandeen
2013-02-20btrfs: fix varargs in __btrfs_std_errorEric Sandeen
2013-02-20btrfs: add missing break in btrfs_print_leaf()Eric Sandeen
2013-02-20btrfs: annotate intentional switch case fallthroughsEric Sandeen
2013-02-20btrfs: handle null fs_info in btrfs_panic()Eric Sandeen
2013-02-20btrfs: remove unused fs_info from btrfs_decode_error()Eric Sandeen
2013-02-20btrfs: list_entry can't return NULLEric Sandeen
2013-02-20btrfs: remove unused fd in btrfs_ioctl_send()Eric Sandeen
2013-02-20Btrfs: do not overcommit if we don't have enough space for global rsvJosef Bacik
2013-02-20Btrfs: remove extent mapping if we fail to add chunkJosef Bacik
2013-02-20Btrfs: fix chunk allocation error handlingJosef Bacik
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie
2013-02-20Btrfs: protect fs_info->alloc_startMiao Xie
2013-02-20Btrfs: add a comment for fs_info->max_inlineMiao Xie
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger
2013-02-20Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHSKusanagi Kouichi
2013-02-20Revert "Btrfs: fix permissions of empty files not affected by umask"Josef Bacik
2013-02-20Btrfs: don't traverse the ordered operation list repeatedlyMiao Xie
2013-02-20Btrfs: traverse and flush the delalloc inodes onceMiao Xie
2013-02-20Btrfs: check the return value of btrfs_run_ordered_operations()Miao Xie
2013-02-20Btrfs: check the return value of btrfs_start_delalloc_inodes()Miao Xie
2013-02-20Btrfs: make raid attr array more readableMiao Xie
2013-02-20Btrfs: record first logical byte in memoryLiu Bo
2013-02-20Btrfs: save us a read_lockLiu Bo