summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-14/+13Star
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-11/+11
| * btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-291-1/+1
| * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-2/+1Star
* | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-65/+399
|\ \
| * | Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana2016-05-131-81/+53Star
| * | Btrfs: fix race between block group relocation and nocow writesFilipe Manana2016-05-131-1/+14
| * | Btrfs: fix race between fsync and direct IO writes for prealloc extentsFilipe Manana2016-05-131-6/+37
| * | Btrfs: fix number of transaction units for renames with whiteoutFilipe Manana2016-05-131-1/+8
| * | Btrfs: pin logs earlier when doing a rename exchange operationFilipe Manana2016-05-131-4/+4
| * | Btrfs: unpin logs if rename exchange operation failsFilipe Manana2016-05-131-2/+36
| * | Btrfs: fix inode leak on failure to setup whiteout inode in renameFilipe Manana2016-05-131-6/+6
| * | btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUTDan Fuhry2016-05-131-7/+257
| * | Btrfs: pin log earlier when renamingFilipe Manana2016-05-131-9/+2Star
| * | Btrfs: unpin log if rename operation failsFilipe Manana2016-05-131-1/+27
| * | Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana2016-05-131-0/+8
| |/
* / btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-04-281-1/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-52/+52
* 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/+18Star
| |\
| | * btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-10/+5Star
| | * 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/+0Star
| | * | 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-301-8/+28
|\|
| * Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2016-01-261-8/+28
* | wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-23/+1Star
|\|
| * btrfs: merge functions for wait snapshot creationZhao Lei2016-01-201-21/+1Star
| * Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-201-2/+0Star
* | 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