aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2016-08-01Btrfs: add missing check for writeback errors on fsyncFilipe Manana
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov
2016-07-21Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-22Btrfs: don't do nocow check unless we have toJosef Bacik
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-26Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig
2016-04-28Btrfs: __btrfs_buffered_write: Pass valid file offset when releasing delalloc...Chandan Rajendra
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano
2016-03-30btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-03-01Btrfs: fix race when checking if we can skip fsync'ing an inodeFilipe Manana
2016-02-26Merge branch 'misc-4.6' into for-chris-4.6David Sterba
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba
2016-02-26Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba
2016-02-18btrfs: Continue write in case of can_not_nocowZhao Lei
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-02-11btrfs: fallocate: use GFP_KERNELDavid Sterba
2016-02-01Btrfs: Clean pte corresponding to page straddling i_sizeChandan Rajendra
2016-02-01Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra
2016-02-01Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block sizeChandan Rajendra
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-20btrfs: delete unused argument in btrfs_copy_from_userZhao Lei
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-01btrfs: use new dedupe data function pointerDarrick J. Wong
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig