aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: fix readdir deadlock with pagefaultGravatar Josef Bacik 1-1/+8
2017-08-16btrfs: fix spelling of snapshottingGravatar David Sterba 1-5/+5
2017-07-10Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-12/+14
2017-07-10btrfs: nowait aio: Correct assignment of posGravatar Goldwyn Rodrigues 1-12/+14
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+8
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncGravatar Jeff Layton 1-5/+8
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-17/+29
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Gravatar Qu Wenruo 1-13/+16
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsGravatar Qu Wenruo 1-3/+9
2017-06-21Btrfs: fix invalid extent maps due to hole punchingGravatar Filipe Manana 1-1/+4
2017-06-20btrfs: nowait aio supportGravatar Goldwyn Rodrigues 1-6/+27
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Chris Mason 1-6/+60
2017-04-26Btrfs: fix reported number of inode blocksGravatar Filipe Manana 1-5/+57
2017-04-26Btrfs: fix extent map leak during fallocate error pathGravatar Filipe Manana 1-1/+3
2017-04-18Btrfs: handle only applicable errors returned by btrfs_get_extentGravatar Dan Carpenter 1-12/+4
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-66/+73
2017-02-28btrfs: Make get_extent_t take btrfs_inodeGravatar Nikolay Borisov 1-3/+4
2017-02-28btrfs: Make lock_and_cleanup_extent_if_need take btrfs_inodeGravatar Nikolay Borisov 1-14/+14
2017-02-28btrfs: Make check_can_nocow take btrfs_inodeGravatar Nikolay Borisov 1-10/+12
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeGravatar Nikolay Borisov 1-4/+4
2017-02-28btrfs: Make fill_holes take btrfs_inodeGravatar Nikolay Borisov 1-19/+18
2017-02-28btrfs: Make hole_mergeable take btrfs_inodeGravatar Nikolay Borisov 1-4/+5
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeGravatar Nikolay Borisov 1-5/+6
2017-02-28btrfs: Make btrfs_requeue_inode_defrag take btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeGravatar Nikolay Borisov 1-11/+11
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeGravatar Nikolay Borisov 1-2/+3
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsGravatar David Sterba 1-3/+2
2017-02-14btrfs: Make btrfs_inode_in_log take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-6/+6
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Chris Mason 1-2/+2
2016-12-09fs: try to clone files first in vfs_copy_file_rangeGravatar Christoph Hellwig 1-1/+0
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-10/+10
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-26/+21
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-62/+70
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeGravatar Jeff Mahoney 1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-28/+37
2016-11-30Btrfs: fix enospc in hole punchingGravatar Robbie Ko 1-2/+2
2016-11-30Btrfs: abort transaction if fill_holes() failsGravatar Josef Bacik 1-2/+17
2016-11-30Btrfs: fix file extent corruptionGravatar Josef Bacik 1-3/+12
2016-11-30btrfs: remove unused headers, statfs.hGravatar David Sterba 1-1/+0
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+34
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-3/+3
2016-09-26Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenGravatar Josef Bacik 1-8/+33
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Gravatar Qu Wenruo 1-1/+1