summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval2018-08-031-1/+4
* Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval2018-08-031-12/+13
* btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien2018-08-031-0/+3
* Btrfs: fix return value on rename exchange failureFilipe Manana2018-07-031-1/+3
* btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue2018-06-261-1/+3
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-12/+4
* btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2018-05-221-3/+10
* Btrfs: fix unexpected EEXIST from btrfs_get_extentLiu Bo2018-04-261-14/+3
* btrfs: fix unaligned access in readdirDavid Sterba2018-04-261-8/+12
* Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo2018-04-081-5/+32
* btrfs: Fix quota reservation leak on preallocated filesJustin Maggard2018-02-251-0/+2
* Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-02-221-13/+21
* Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-221-1/+1
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-221-1/+4
* btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov2018-02-161-2/+9
* Btrfs: bail out gracefully rather than BUG_ONLiu Bo2018-02-031-2/+8
* Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-291-5/+22
|\
| * Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo2017-09-261-5/+2
| * btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota2017-09-261-0/+8
| * btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota2017-09-261-0/+12
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-67/+153
|\ \ \ | | |/ | |/|
| * | btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov2017-08-211-1/+0
| * | btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Nikolay Borisov2017-08-181-12/+6
| * | Btrfs: avoid unnecessarily locking inode when clearing a rangeFilipe Manana2017-08-181-3/+4
| * | btrfs: fix readdir deadlock with pagefaultJosef Bacik2017-08-161-26/+82
| * | btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba2017-08-161-3/+3
| * | btrfs: separate defrag and property compressionDavid Sterba2017-08-161-1/+7
| * | btrfs: rename variable holding per-inode compression typeDavid Sterba2017-08-161-5/+5
| * | Btrfs: add skeleton code for compression heuristicTimofey Titovets2017-08-161-4/+4
| * | btrfs: account that we're waiting for DIO readDavid Sterba2017-08-161-2/+2
| * | btrfs: fix spelling of snapshottingDavid Sterba2017-08-161-11/+11
| * | btrfs: cleanup types storing REQ_*David Sterba2017-08-161-1/+1
| * | btrfs: btrfs_inherit_iflags() can be staticAnand Jain2017-08-161-0/+31
| * | btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba2017-08-161-1/+1
| * | Btrfs: report errors when checksum is not foundLiu Bo2017-08-161-2/+0
| |/
* / Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-241-33/+37
|/
* Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-141-4/+2
|\
| * btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2017-07-141-4/+0
| * btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-141-0/+2
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-4/+4
|\ \
| * | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-4/+4
* | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-199/+258
|\ \ \ | | |/ | |/|
| * | btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-291-14/+15
| * | btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-4/+14
| * | btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Qu Wenruo2017-06-291-3/+8
| * | btrfs: Check name_len with boundary in verify dir_itemSu Yue2017-06-211-1/+1
| * | btrfs: cleanup duplicate return value in insert_inline_extentDavid Sterba2017-06-201-6/+2
| * | Btrfs: compression must free at least one sector sizeTimofey Titovets2017-06-191-4/+3