summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix deadlock between direct IO reads and buffered writesFilipe Manana2016-03-011-2/+23
* Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Chris Mason2016-03-011-98/+203
|\
| * Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-22/+18
| |\
| | * btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-10/+5
| | * btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-181-12/+13
| * | Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-261-1/+13
| |\ \
| * \ \ Merge branch 'foreign/josef/space-updates' into for-chris-4.6David Sterba2016-02-261-1/+10
| |\ \ \
| | * | | Btrfs: fix truncate_space_checkJosef Bacik2016-02-181-1/+10
| | | |/ | | |/|
| * | | Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba2016-02-261-1/+1
| |\ \ \
| | * | | btrfs: readdir: use GFP_KERNELDavid Sterba2016-02-111-1/+1
| | |/ /
| * | | Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba2016-02-261-74/+174
| |\ \ \ | | |/ / | |/| |
| | * | Btrfs: Clean pte corresponding to page straddling i_sizeChandan Rajendra2016-02-011-1/+1
| | * | Btrfs: Fix block size returned to user spaceChandan Rajendra2016-02-011-1/+0
| | * | Btrfs: Limit inline extents to root->sectorsizeChandan Rajendra2016-02-011-1/+1
| | * | Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector lengthChandan Rajendra2016-02-011-8/+17
| | * | Btrfs: Search for all ordered extents that could span across a pageChandan Rajendra2016-02-011-7/+18
| | * | Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized unitsChandan Rajendra2016-02-011-5/+30
| | * | Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra2016-02-011-28/+32
| | * | Btrfs: Direct I/O read: Work on sectorsized blocksChandan Rajendra2016-02-011-23/+75
* | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-191-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-161-0/+2
* | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-121-1/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-111-1/+13
| |/
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-291-8/+28
|\ \ | |/
| * Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2016-01-251-8/+28
* | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-23/+1
|\ \ | |/
| * btrfs: merge functions for wait snapshot creationZhao Lei2016-01-201-21/+1
| * Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-191-2/+0
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-143/+169
|\ \ | |/
| * Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-111-7/+14
| |\
| | * Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana2016-01-061-2/+4
| | * Btrfs: fix number of transaction units required to create symlinkFilipe Manana2015-12-311-1/+3
| | * Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana2015-12-311-4/+7
| * | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-15/+13
| |\ \
| | * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-11/+11
| | * | btrfs: cleanup, remove stray return statementsDavid Sterba2016-01-071-1/+0
| | * | btrfs: remove unused inode argument from uncompress_inline()Byongho Lee2016-01-071-3/+2
| * | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-52/+49
| |\ \ \ | | |_|/ | |/| |
| | * | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-4/+4
| | * | btrfs: constify static arraysDavid Sterba2016-01-071-1/+1
| | * | btrfs: constify remaining structs with function pointersDavid Sterba2016-01-071-2/+2
| | * | btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba2016-01-071-12/+2
| | * | btrfs: put delayed item hook into inodeDavid Sterba2016-01-071-31/+25
| | * | Btrfs: igrab inode in writepageJosef Bacik2016-01-071-2/+15
| | |/
| * | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-231-49/+78
| |\ \
| | * | Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana2015-12-171-5/+38
| | * | Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana2015-12-171-17/+13
| | * | Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana2015-12-171-27/+27
| * | | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-231-10/+10
| |\ \ \
OpenPOWER on IntegriCloud