aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
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
2012-10-01Revert "Btrfs: do not do filemap_write_and_wait_range in fsync"Miao Xie1-3/+11
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo1-2/+2
2012-10-01Btrfs: fix wrong size for the reservation when doing, file pre-allocation.Miao Xie1-2/+2
2012-10-01Btrfs: fix unprotected ->log_batchMiao Xie1-2/+2
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie1-1/+1
2012-10-01Btrfs: btrfs_drop_extent_cache should never failJosef Bacik1-4/+9
2012-10-01Btrfs: add hole punchingJosef Bacik1-4/+328
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik1-11/+5
2012-10-01Btrfs: turbo charge fsyncJosef Bacik1-19/+43
2012-10-01Btrfs: fix possible corruption when fsyncing written prealloced extentsJosef Bacik1-0/+12
2012-07-31btrfs: Convert to new freezing mechanismJan Kara1-1/+2
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-13/+0
2012-07-02Btrfs: fix dio write vs buffered read raceJosef Bacik1-13/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik1-1/+1
2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik1-1/+2
2012-05-30Btrfs: fix the same inode id problem when doing auto defragmentMiao Xie1-10/+39
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik1-6/+6
2012-05-30Btrfs: do not do filemap_write_and_wait_range in fsyncJosef Bacik1-5/+6
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik1-1/+0