Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2013-02-20Btrfs: use token to avoid times mapping extent bufferLiu Bo
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo
2013-02-20Btrfs: kill unused argument of update_block_groupLiu Bo
2013-02-20Btrfs: kill unused arguments of cache_block_groupLiu Bo
2013-02-20Btrfs: remove deprecated commentsLiu Bo
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik
2013-02-20Btrfs: fix trivial error in btrfs_ioctl_resize()Miao Xie
2013-02-20Btrfs: use wrapper page_offsetMiao Xie
2013-02-20Btrfs: flush all dirty inodes if writeback can not startMiao Xie
2013-02-20Btrfs: make delayed ref lock logic more readableMiao Xie
2013-02-20Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie
2013-02-20Btrfs: cleanup similar code in delayed inodeMiao Xie
2013-02-20Btrfs: use common work instead of delayed workMiao Xie
2013-02-20Btrfs: cleanup unnecessary clear when freeing a transaction or a trans handleMiao Xie
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie
2013-02-16btrfs: access superblock via pagecache in scan_one_deviceDavid Sterba
2013-02-15Btrfs: fix crash in log replay with qgroups enabledArne Jansen