aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-20btrfs: remove unused "item" in btrfs_insert_delayed_item()Eric Sandeen1-2/+0
2013-02-20btrfs: fix varargs in __btrfs_std_errorEric Sandeen1-7/+7
2013-02-20btrfs: add missing break in btrfs_print_leaf()Eric Sandeen1-0/+1
2013-02-20btrfs: annotate intentional switch case fallthroughsEric Sandeen2-0/+2
2013-02-20btrfs: handle null fs_info in btrfs_panic()Eric Sandeen2-4/+7
2013-02-20btrfs: remove unused fs_info from btrfs_decode_error()Eric Sandeen1-5/+4
2013-02-20btrfs: list_entry can't return NULLEric Sandeen1-2/+0
2013-02-20btrfs: remove unused fd in btrfs_ioctl_send()Eric Sandeen1-3/+0
2013-02-20Btrfs: do not overcommit if we don't have enough space for global rsvJosef Bacik1-2/+19
2013-02-20Btrfs: remove extent mapping if we fail to add chunkJosef Bacik1-2/+12
2013-02-20Btrfs: fix chunk allocation error handlingJosef Bacik1-10/+22
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie6-12/+14
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie4-32/+49
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie3-13/+37
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie4-11/+26
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie3-40/+42
2013-02-20Btrfs: protect fs_info->alloc_startMiao Xie2-0/+14
2013-02-20Btrfs: add a comment for fs_info->max_inlineMiao Xie1-0/+6
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger9-510/+8
2013-02-20Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHSKusanagi Kouichi1-1/+1
2013-02-20Revert "Btrfs: fix permissions of empty files not affected by umask"Josef Bacik1-6/+0
2013-02-20Btrfs: don't traverse the ordered operation list repeatedlyMiao Xie1-14/+5
2013-02-20Btrfs: traverse and flush the delalloc inodes onceMiao Xie1-8/+1
2013-02-20Btrfs: check the return value of btrfs_run_ordered_operations()Miao Xie1-2/+2
2013-02-20Btrfs: check the return value of btrfs_start_delalloc_inodes()Miao Xie2-2/+8
2013-02-20Btrfs: make raid attr array more readableMiao Xie3-20/+59
2013-02-20Btrfs: record first logical byte in memoryLiu Bo3-1/+20
2013-02-20Btrfs: save us a read_lockLiu Bo1-3/+2
2013-02-20Btrfs: use token to avoid times mapping extent bufferLiu Bo1-28/+35
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo3-6/+3
2013-02-20Btrfs: kill unused argument of update_block_groupLiu Bo1-7/+5
2013-02-20Btrfs: kill unused arguments of cache_block_groupLiu Bo1-8/+5
2013-02-20Btrfs: remove deprecated commentsLiu Bo1-6/+0
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik3-0/+9
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik7-9/+247
2013-02-20Btrfs: fix trivial error in btrfs_ioctl_resize()Miao Xie1-6/+7
2013-02-20Btrfs: use wrapper page_offsetMiao Xie4-18/+15
2013-02-20Btrfs: flush all dirty inodes if writeback can not startMiao Xie1-9/+31
2013-02-20Btrfs: make delayed ref lock logic more readableMiao Xie3-18/+38
2013-02-20Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie3-17/+85