summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-02-08btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov
2021-02-08btrfs: cleanup local variables in btrfs_file_write_iterNikolay Borisov
2021-02-08btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng
2021-02-08btrfs: fix error handling in commit_fs_rootsJosef Bacik
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-27btrfs: use bio_kmalloc in __alloc_deviceChristoph Hellwig
2021-01-25btrfs: fix log replay failure due to race with space cache rebuildFilipe Manana
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig
2021-01-20Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-18btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik
2021-01-18btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik
2021-01-18btrfs: do not double free backref nodes on errorJosef Bacik
2021-01-18btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik
2021-01-12btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana
2021-01-12btrfs: no need to run delayed refs after commit_fs_roots during commitDavid Sterba
2021-01-11Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-08btrfs: shrink delalloc pages instead of full inodesJosef Bacik
2021-01-07btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo
2021-01-07btrfs: tree-checker: check if chunk item end overflowsSu Yue
2021-01-07btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue
2021-01-07btrfs: print the actual offset in btrfs_root_nameJosef Bacik
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana
2020-12-18btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2020-12-18btrfs: merge critical sections of discard lock in workfnPavel Begunkov
2020-12-18btrfs: fix racy access to discard_ctl dataPavel Begunkov
2020-12-18btrfs: fix async discard stallPavel Begunkov
2020-12-18btrfs: tests: initialize test inodes locationJosef Bacik
2020-12-18btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana
2020-12-18btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo
2020-12-09btrfs: scrub: support subpage data scrubQu Wenruo