aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01btrfs: move btrfs_truncate_block out of trans handleGravatar Josef Bacik 1-75/+45
2017-11-01btrfs: make the delalloc block rsv per inodeGravatar Josef Bacik 1-7/+11
2017-11-01Btrfs: rework outstanding_extentsGravatar Josef Bacik 1-78/+36
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Gravatar Zygo Blaxell 1-1/+1
2017-11-01btrfs: allow to set compression level for zlibGravatar David Sterba 1-1/+4
2017-10-30btrfs: use BLK_STS defines where neededGravatar Anand Jain 1-1/+1
2017-10-30btrfs: pass root to various extent ref mod functionsGravatar Josef Bacik 1-4/+5
2017-10-30Btrfs: remove nr_async_submits and async_submit_drainingGravatar Liu Bo 1-28/+0
2017-10-30Btrfs: compress_file_range remove dead variable num_bytesGravatar Timofey Titovets 1-7/+3
2017-10-30btrfs: Fix bool initialization/comparisonGravatar Thomas Meyer 1-7/+7
2017-10-30Btrfs: cleanup 'start' subtraction from try uncompressed inline extentGravatar Timofey Titovets 1-1/+1
2017-10-30btrfs: Remove unused parameter from check_direct_IOGravatar Nikolay Borisov 1-2/+1
2017-10-30Btrfs: do not async submit for nodatasum inodesGravatar Liu Bo 1-1/+1
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+22
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksGravatar Liu Bo 1-5/+2
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundGravatar Naohiro Aota 1-0/+8
2017-09-26btrfs: clear ordered flag on cleaning up ordered extentsGravatar Naohiro Aota 1-0/+12
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-67/+153
2017-08-24Btrfs: fix blk_status_t/errno confusionGravatar Omar Sandoval 1-33/+37
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IOGravatar Nikolay Borisov 1-1/+0
2017-08-18btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Gravatar Nikolay Borisov 1-12/+6
2017-08-18Btrfs: avoid unnecessarily locking inode when clearing a rangeGravatar Filipe Manana 1-3/+4
2017-08-16btrfs: fix readdir deadlock with pagefaultGravatar Josef Bacik 1-26/+82
2017-08-16btrfs: allow defrag compress to override NOCOMPRESS attributeGravatar David Sterba 1-3/+3
2017-08-16btrfs: separate defrag and property compressionGravatar David Sterba 1-1/+7
2017-08-16btrfs: rename variable holding per-inode compression typeGravatar David Sterba 1-5/+5
2017-08-16Btrfs: add skeleton code for compression heuristicGravatar Timofey Titovets 1-4/+4
2017-08-16btrfs: account that we're waiting for DIO readGravatar David Sterba 1-2/+2
2017-08-16btrfs: fix spelling of snapshottingGravatar David Sterba 1-11/+11
2017-08-16btrfs: cleanup types storing REQ_*Gravatar David Sterba 1-1/+1
2017-08-16btrfs: btrfs_inherit_iflags() can be staticGravatar Anand Jain 1-0/+31
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersGravatar David Sterba 1-1/+1
2017-08-16Btrfs: report errors when checksum is not foundGravatar Liu Bo 1-2/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+2
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingGravatar David Sterba 1-4/+0
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allGravatar David Sterba 1-0/+2
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-4/+4
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-199/+258
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Gravatar Qu Wenruo 1-14/+15
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsGravatar Qu Wenruo 1-4/+14
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Gravatar Qu Wenruo 1-3/+8
2017-06-21btrfs: Check name_len with boundary in verify dir_itemGravatar Su Yue 1-1/+1
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchGravatar Nikolay Borisov 1-4/+4
2017-06-20btrfs: nowait aio supportGravatar Goldwyn Rodrigues 1-0/+3
2017-06-20btrfs: cleanup duplicate return value in insert_inline_extentGravatar David Sterba 1-6/+2
2017-06-19Btrfs: compression must free at least one sector sizeGravatar Timofey Titovets 1-4/+3
2017-06-19Btrfs: skip checksum verification if IO error occursGravatar Liu Bo 1-6/+8
2017-06-19Btrfs: tolerate errors if we have retried successfullyGravatar Liu Bo 1-1/+4