aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-18/+19
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-6/+6
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-4/+4
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-8/+6
2013-05-06Btrfs: log ram bytes properlyJosef Bacik1-0/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-3/+0
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+9
2013-03-21Btrfs: fix missing qgroup reservation before fallocatingWang Shilong1-0/+9
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2013-03-15Btrfs: fix warning of free_extent_mapLiu Bo1-0/+1
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-10/+47
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo1-2/+1
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2013-02-21Btrfs: fix remount vs autodefragMiao Xie1-0/+5
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9Chris Mason1-8/+41
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik1-1/+14
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie1-1/+1
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger1-1/+1
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik1-5/+25
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-5/+20
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo1-4/+18
2013-02-05Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie1-1/+2
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+7
2013-01-14Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extentsLiu Bo1-3/+6
2013-01-14Btrfs: fix off-by-one in lseekLiu Bo1-0/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-142/+264
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-8/+8
2012-12-16Btrfs: do not call file_update_time in aio_writeJosef Bacik1-5/+30
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik1-1/+1
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik1-0/+5
2012-12-16Btrfs: inline csums if we're fsyncingJosef Bacik1-0/+8
2012-12-16Btrfs: punch hole past the end of the fileMiao Xie1-10/+12
2012-12-16Btrfs: fix the page that is beyond EOFMiao Xie1-7/+9
2012-12-16Btrfs: fix off-by-one error of the same page check in btrfs_punch_hole()Miao Xie1-2/+2
2012-12-16Btrfs: fix off-by-one error of the reserved size of btrfs_allocate()Miao Xie1-2/+2
2012-12-16Btrfs: use existing align macros in btrfs_allocate()Miao Xie1-4/+4
2012-12-16Btrfs: fix freeze vs auto defragMiao Xie1-0/+3
2012-12-16Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie1-90/+107
2012-12-16Btrfs: fix unprotected defragable inode insertionMiao Xie1-15/+55
2012-12-16Btrfs: use slabs for auto defrag allocationMiao Xie1-4/+24
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-6/+3
2012-12-12Btrfs: set hole punching time properlyTsutomu Itoh1-0/+3
2012-12-12Btrfs: get right arguments for btrfs_wait_ordered_rangeLiu Bo1-1/+1
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-2/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-39/+408
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-10-04Btrfs: fix punch hole when no extent existsJosef Bacik1-1/+3