summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
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/mas...Linus 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/mas...Linus 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/vir...Linus 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
2012-04-27Btrfs: reduce lock contention during extent insertionChris Mason1-2/+7
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-14/+31
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-4/+3
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-17/+12
2012-02-15Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call ...Jeff Liu1-2/+2
2012-01-31Btrfs: don't reserve data with extents locked in btrfs_fallocateChris Mason1-15/+10
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+5
2012-01-16Btrfs: don't call btrfs_throttle in file writeJosef Bacik1-1/+0
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason1-5/+5
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner1-1/+1
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-5/+5
2011-12-18btrfs: fix dirtied pages accounting on sub-page writesWu Fengguang1-1/+2