aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+34
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-26/+27
2015-08-31Btrfs: cleanup: remove unnecessary check before btrfs_free_path is calledGravatar Tsutomu Itoh 1-2/+1
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-2/+1
2015-08-09Btrfs: add support for blkio controllersGravatar Chris Mason 1-1/+5
2015-08-09Btrfs: fix stale dir entries after unlink, inode eviction and fsyncGravatar Filipe Manana 1-0/+29
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-24/+26
2015-07-11Btrfs: fix shrinking truncate when the no_holes feature is enabledGravatar Filipe Manana 1-3/+2
2015-07-01Btrfs: fix warning of bytes_may_useGravatar Liu Bo 1-3/+13
2015-07-01Btrfs: fix hang when failing to submit bio of directIOGravatar Liu Bo 1-3/+0
2015-07-01Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()Gravatar Filipe Manana 1-2/+3
2015-07-01Btrfs: fix memory corruption on failure to submit bio for direct IOGravatar Filipe Manana 1-18/+47
2015-06-03Btrfs: fix hang during inode eviction due to concurrent readaheadGravatar Filipe Manana 1-5/+21
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+12
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-18/+18
2015-04-26Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Gravatar Yang Dongsheng 1-9/+12
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsGravatar Jens Axboe 1-3/+3
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+139
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-15/+15
2015-04-13btrfs: qgroup: do a reservation in a higher level.Gravatar Dongsheng Yang 1-15/+0
2015-04-13Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Gravatar Dongsheng Yang 1-1/+17
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputGravatar Zhao Lei 1-0/+4
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-5/+5
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-4/+4
2015-04-11Merge branch 'iocb' into for-nextGravatar Al Viro 1-1/+1
2015-04-10Btrfs: don't steal from the global reserve if we don't have the spaceGravatar Josef Bacik 1-2/+44
2015-04-10Btrfs: refill block reserves during truncateGravatar Chris Mason 1-6/+39
2015-04-10Btrfs: account for crcs in delayed ref processingGravatar Josef Bacik 1-7/+18
2015-04-10btrfs: actively run the delayed refs while deleting large filesGravatar Chris Mason 1-2/+43
2015-04-01fs: btrfs: Add missing include fileGravatar Guenter Roeck 1-0/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Chris Mason 1-1/+1
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-28/+84
2015-03-17Btrfs: fix outstanding_extents accounting in DIOGravatar Josef Bacik 1-2/+35
2015-03-17Btrfs: add sanity test for outstanding_extents accountingGravatar Josef Bacik 1-0/+15
2015-03-17Btrfs: account merges/splits properlyGravatar Josef Bacik 1-27/+30
2015-03-13Btrfs: fix merge delalloc logicGravatar Josef Bacik 1-1/+6
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+0
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersGravatar David Sterba 1-1/+1
2015-03-02btrfs: fix lost return value due to variable shadowingGravatar David Sterba 1-1/+0
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-39/+117
2015-02-14Btrfs: account for large extents with enospcGravatar Josef Bacik 1-1/+62
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesGravatar Josef Bacik 1-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeGravatar Josef Bacik 1-5/+6
2015-02-02Btrfs: Add code to support file creation timeGravatar chandan r 1-2/+23
2015-02-02btrfs: kill btrfs_inode_*time helpersGravatar David Sterba 1-16/+12
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyGravatar Zhao Lei 1-2/+1
2015-01-21btrfs: switch extent_state state to unsignedGravatar David Sterba 1-2/+2