summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-051-1/+34
|\
| * Btrfs: add support for blkio controllersChris Mason2015-08-091-1/+5
| * Btrfs: fix stale dir entries after unlink, inode eviction and fsyncFilipe Manana2015-08-091-0/+29
* | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-26/+27
|\ \ | |/ |/|
| * block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-2/+1
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-24/+26
* | Btrfs: fix shrinking truncate when the no_holes feature is enabledFilipe Manana2015-07-111-3/+2
|/
* Btrfs: fix warning of bytes_may_useLiu Bo2015-07-011-3/+13
* Btrfs: fix hang when failing to submit bio of directIOLiu Bo2015-07-011-3/+0
* Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()Filipe Manana2015-07-011-2/+3
* Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana2015-07-011-18/+47
* Btrfs: fix hang during inode eviction due to concurrent readaheadFilipe Manana2015-06-031-5/+21
* Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-011-9/+12
|\
| * Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2015-04-261-9/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-18/+18
|\ \
| * | direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-3/+3
| * | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-15/+15
* | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-241-7/+139
|\ \ \ | |/ / |/| / | |/
| * btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-131-15/+0
| * Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang2015-04-131-1/+17
| * btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei2015-04-131-0/+4
| * Btrfs: don't steal from the global reserve if we don't have the spaceJosef Bacik2015-04-101-2/+44
| * Btrfs: refill block reserves during truncateChris Mason2015-04-101-6/+39
| * Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-101-7/+18
| * btrfs: actively run the delayed refs while deleting large filesChris Mason2015-04-101-2/+43
| * fs: btrfs: Add missing include fileGuenter Roeck2015-04-011-0/+1
| * Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-1/+1
| |\
| | * btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-1/+1
* | | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
* | | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-5/+5
* | | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-4/+4
* | | 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-211-28/+84
|\ \ \
| * | | Btrfs: fix outstanding_extents accounting in DIOJosef Bacik2015-03-171-2/+35
| * | | Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-171-0/+15
| * | | Btrfs: account merges/splits properlyJosef Bacik2015-03-171-27/+30
| * | | Btrfs: fix merge delalloc logicJosef Bacik2015-03-131-1/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-1/+0
|\ \ \ \ | |/ / /
| * | | btrfs: fix lost return value due to variable shadowingDavid Sterba2015-03-021-1/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-39/+117
|\ \ \ | |/ / | | / | |/ |/|
| * Btrfs: account for large extents with enospcJosef Bacik2015-02-141-1/+62
| * Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik2015-02-141-6/+2
| * Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik2015-02-141-5/+6
| * Btrfs: Add code to support file creation timechandan r2015-02-021-2/+23
| * btrfs: kill btrfs_inode_*time helpersDavid Sterba2015-02-021-16/+12
| * Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei2015-01-211-2/+1
| * btrfs: switch extent_state state to unsignedDavid Sterba2015-01-211-2/+2
| * btrfs: update message levels after checksum errorsDavid Sterba2015-01-211-1/+1
| * btrfs: update message levels for errorsDavid Sterba2015-01-211-1/+1
OpenPOWER on IntegriCloud