summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-141-3/+2
* btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-1/+0
|\
| * fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-091-1/+0
* | Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-12-131-2/+2
|\ \
| * | Btrfs: fix enospc in hole punchingRobbie Ko2016-11-301-2/+2
* | | btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-10/+10
* | | btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-26/+21
* | | btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-62/+70
* | | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-2/+2
* | | btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-28/+37
* | | Btrfs: abort transaction if fill_holes() failsJosef Bacik2016-11-301-2/+17
* | | Btrfs: fix file extent corruptionJosef Bacik2016-11-301-3/+12
* | | btrfs: remove unused headers, statfs.hDavid Sterba2016-11-301-1/+0
| |/ |/|
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-9/+34
|\ \ | |/
| * Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik2016-09-261-8/+33
| * btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+3
|\ \
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-3/+3
| |/
* | btrfs: use filemap_check_errors()Miklos Szeredi2016-09-161-1/+1
|/
* Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana2016-08-251-1/+1
* btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang2016-08-251-11/+15
* Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2016-08-051-0/+8
|\
| * Btrfs: add missing check for writeback errors on fsyncFilipe Manana2016-08-011-0/+8
* | btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-4/+4
* | btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-1/+1
* | btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-1/+1
|/
* Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason2016-07-211-7/+5
* Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik2016-07-071-2/+2
* Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-251-22/+22
|\
| * Btrfs: don't do nocow check unless we have toJosef Bacik2016-06-221-22/+22
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-12/+19
|\ \ | |/
| * Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-05-261-10/+17
| * Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-2/+2
| |\
| | * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-2/+2
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-211-2/+4
|\ \ \ | |/ /
| * | 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
| |/
* | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-5/+2
* | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
* | filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-5/+4
|/
* 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-071-1/+1
|\ \
| * | btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana2016-03-301-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
OpenPOWER on IntegriCloud