aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-12/+19
2016-05-26Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason1-10/+17
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-2/+2
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-2/+2
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+4
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-5/+4
2016-04-28Btrfs: __btrfs_buffered_write: Pass valid file offset when releasing delalloc spaceChandan Rajendra1-1/+3
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr1-1/+1
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+6
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-20/+20
2016-04-04Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano1-3/+6
2016-03-30btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana1-1/+1
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-03-01Btrfs: fix race when checking if we can skip fsync'ing an inodeFilipe Manana1-4/+5
2016-02-26Merge branch 'misc-4.6' into for-chris-4.6David Sterba1-22/+18
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-4/+3
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba1-3/+3
2016-02-26Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba1-37/+62
2016-02-18btrfs: Continue write in case of can_not_nocowZhao Lei1-20/+17
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee1-2/+1
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-2/+2
2016-02-11btrfs: fallocate: use GFP_KERNELDavid Sterba1-3/+3
2016-02-01Btrfs: Clean pte corresponding to page straddling i_sizeChandan Rajendra1-2/+10
2016-02-01Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra1-22/+22
2016-02-01Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block sizeChandan Rajendra1-13/+30
2016-01-22wrappers for ->i_mutex accessAl Viro1-21/+21
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+2
2016-01-20btrfs: delete unused argument in btrfs_copy_from_userZhao Lei1-4/+2
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+4
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2016-01-01btrfs: use new dedupe data function pointerDarrick J. Wong1-0/+1
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-4/+4
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+14
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason1-4/+14
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-0/+1
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba1-4/+4
2015-12-01btrfs: add .copy_file_range file operationZach Brown1-0/+1
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+7
2015-11-25btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba1-3/+7
2015-11-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+12
2015-11-08Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+12
2015-11-06Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-66/+162
2015-11-03Btrfs: fix hole punching when using the no-holes featureFilipe Manana1-0/+13
2015-11-03btrfs: Fix a data space underflow warningQu Wenruo1-3/+8
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-5/+5
2015-10-21btrfs: fallocate: Add support to accurate qgroup reserveQu Wenruo1-44/+117