summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: __btrfs_buffered_write: Pass valid file offset when releasing delalloc...Chandan Rajendra2016-04-281-1/+3
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-04-281-1/+1
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-091-3/+6
|\
| * Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano2016-04-041-3/+6
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-081-1/+1
|\ \
| * | btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana2016-03-311-1/+1
| |/
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-20/+20
|/
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-1/+1
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* Btrfs: fix race when checking if we can skip fsync'ing an inodeFilipe Manana2016-03-011-4/+5
* Merge branch 'misc-4.6' into for-chris-4.6David Sterba2016-02-261-22/+18Star
|\
| * btrfs: Continue write in case of can_not_nocowZhao Lei2016-02-181-20/+17Star
* | Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-4/+3Star
|\ \
| * | btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-2/+1Star
| * | btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-181-2/+2
| |/
* | Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba2016-02-261-3/+3
|\ \
| * | btrfs: fallocate: use GFP_KERNELDavid Sterba2016-02-111-3/+3
| |/
* | Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba2016-02-261-37/+62
|\ \ | |/ |/|
| * Btrfs: Clean pte corresponding to page straddling i_sizeChandan Rajendra2016-02-011-2/+10
| * Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra2016-02-011-22/+22
| * Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block sizeChandan Rajendra2016-02-011-13/+30
* | wrappers for ->i_mutex accessAl Viro2016-01-231-21/+21
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-4/+2Star
|\|
| * btrfs: delete unused argument in btrfs_copy_from_userZhao Lei2016-01-201-4/+2Star
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-4/+4
|\|
| * Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-231-4/+4
| |\
| | * btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-031-4/+4
* | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-131-0/+3
|\ \ \ | |/ / |/| |
| * | btrfs: use new dedupe data function pointerDarrick J. Wong2016-01-011-0/+1
| * | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-081-0/+1
| * | btrfs: add .copy_file_range file operationZach Brown2015-12-011-0/+1
* | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-191-4/+14
|\ \ \ | |/ / |/| |
| * | Btrfs: check prepare_uptodate_page() error code earlierChris Mason2015-12-151-4/+14
* | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-281-3/+7
|\| | | |/ |/|
| * btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba2015-11-251-3/+7
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-141-4/+12
|\|
| * Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana2015-11-081-4/+12
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-071-66/+162
|\|
| * Btrfs: fix hole punching when using the no-holes featureFilipe Manana2015-11-031-0/+13
| * btrfs: Fix a data space underflow warningQu Wenruo2015-11-031-3/+8
| * Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-5/+5
| * btrfs: fallocate: Add support to accurate qgroup reserveQu Wenruo2015-10-221-44/+117
| * btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-221-8/+7Star
| * btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo2015-10-221-2/+3
| * btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo2015-10-221-13/+21
| * btrfs: declare rsv_count as unsigned int instead of intAlexandru Moise2015-10-211-1/+1
| * btrfs/file.c: remove an unsed varialbe first_indexShan Hai2015-10-211-3/+0Star
* | btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo2015-10-211-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-241-1/+1