summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-20Btrfs: cleanup similar code in delayed inodeMiao Xie1-46/+37
2013-02-20Btrfs: use common work instead of delayed workMiao Xie1-4/+4
2013-02-20Btrfs: cleanup unnecessary clear when freeing a transaction or a trans handleMiao Xie1-2/+0
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie5-21/+115
2013-02-15btrfs: access superblock via pagecache in scan_one_deviceDavid Sterba1-6/+64
2013-02-14Btrfs: fix crash in log replay with qgroups enabledArne Jansen1-1/+1
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-36/+87
2013-02-06Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason1-1/+4
2013-02-06Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt1-12/+10
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason16-119/+370
2013-02-05Btrfs: fix possible stale data exposureJosef Bacik1-1/+1
2013-02-05Btrfs: fix missing i_size updateJosef Bacik1-2/+9