summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* wrappers for ->i_mutex accessAl Viro2016-01-221-21/+21
* Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-4/+2
|\
| * btrfs: delete unused argument in btrfs_copy_from_userZhao Lei2016-01-201-4/+2
* | 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-121-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-071-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-181-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-271-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-131-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-061-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-211-44/+117
| * btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-211-8/+7
| * btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo2015-10-211-2/+3
| * btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo2015-10-211-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/+0
* | btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo2015-10-201-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
* | Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana2015-06-101-3/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-241-32/+33
|\ \ | |/ |/|
| * btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-131-2/+2
| * Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang2015-04-131-9/+1
| * Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana2015-03-261-0/+2
| * Btrfs: add missing inode item update in fallocate()Filipe Manana2015-03-261-9/+20
| * Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-4/+4
| |\
| | * Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler2015-02-161-4/+4
| * | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-8/+4
| |\ \
| | * | btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba2015-03-031-2/+2
| | * | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-1/+1
| | * | btrfs: use cond_resched_lock where possibleDavid Sterba2015-03-031-5/+1
| | |/
* | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-1/+1
* | | switch generic_write_checks() to iocb and iterAl Viro2015-04-111-15/+9
* | | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* | | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | | Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+1
|\ \ \ | |/ / |/| |
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-31/+56
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud