summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2-9/+38
2013-02-05Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie1-8/+19
2013-02-05Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie1-1/+2
2013-02-05Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik1-1/+2
2013-02-01btrfs: don't try to notify udev about missing devicesEric Sandeen1-1/+2
2013-01-24Btrfs: fix repeated delalloc work allocationMiao Xie1-14/+41
2013-01-24Btrfs: fix wrong max device number for single profileMiao Xie1-1/+1
2013-01-24Btrfs: fix missed transaction->aborted checkMiao Xie1-0/+16
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie2-2/+3
2013-01-24Btrfs: put csums on the right ordered extentJosef Bacik1-2/+2