summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
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-13Merge 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-08vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba
2015-12-01btrfs: add .copy_file_range file operationZach Brown
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-25btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba
2015-11-14Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-08Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana
2015-11-07Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-03Btrfs: fix hole punching when using the no-holes featureFilipe Manana
2015-11-03btrfs: Fix a data space underflow warningQu Wenruo
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-22btrfs: fallocate: Add support to accurate qgroup reserveQu Wenruo
2015-10-22btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-22btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo
2015-10-22btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo
2015-10-21btrfs: declare rsv_count as unsigned int instead of intAlexandru Moise
2015-10-21btrfs/file.c: remove an unsed varialbe first_indexShan Hai
2015-10-21btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang
2015-04-13Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro