aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik1-1/+8
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-5/+5
2017-07-10Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-12/+14
2017-07-10btrfs: nowait aio: Correct assignment of posGoldwyn Rodrigues1-12/+14
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-5/+8
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton1-5/+8
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-17/+29
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved rangesQu Wenruo1-13/+16
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-3/+9
2017-06-21Btrfs: fix invalid extent maps due to hole punchingFilipe Manana1-1/+4
2017-06-20btrfs: nowait aio supportGoldwyn Rodrigues1-6/+27
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.12Chris Mason1-6/+60
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana1-5/+57
2017-04-26Btrfs: fix extent map leak during fallocate error pathFilipe Manana1-1/+3
2017-04-18Btrfs: handle only applicable errors returned by btrfs_get_extentDan Carpenter1-12/+4
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-66/+73
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-3/+4
2017-02-28btrfs: Make lock_and_cleanup_extent_if_need take btrfs_inodeNikolay Borisov1-14/+14
2017-02-28btrfs: Make check_can_nocow take btrfs_inodeNikolay Borisov1-10/+12
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov1-2/+2
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov1-4/+4
2017-02-28btrfs: Make fill_holes take btrfs_inodeNikolay Borisov1-19/+18
2017-02-28btrfs: Make hole_mergeable take btrfs_inodeNikolay Borisov1-4/+5
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov1-5/+6
2017-02-28btrfs: Make btrfs_requeue_inode_defrag take btrfs_inodeNikolay Borisov1-5/+5
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov1-11/+11
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov1-2/+3
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov1-1/+2
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov1-1/+2
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba1-3/+2
2017-02-14btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-6/+6
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10Chris Mason1-2/+2
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig1-1/+0
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-10/+10
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-26/+21
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-62/+70
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-28/+37
2016-11-30Btrfs: fix enospc in hole punchingRobbie Ko1-2/+2
2016-11-30Btrfs: abort transaction if fill_holes() failsJosef Bacik1-2/+17
2016-11-30Btrfs: fix file extent corruptionJosef Bacik1-3/+12
2016-11-30btrfs: remove unused headers, statfs.hDavid Sterba1-1/+0
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-9/+34
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-3/+3
2016-09-26Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik1-8/+33
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-1/+1