Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
4fd72a17760fa68385906c58efb9d3ba96488101
/
fs
/
btrfs
/
disk-io.c
fa9b170
btrfs: wait on ordered extents on abort cleanup
by Josef Bacik
· 6 years ago
f7438e6
btrfs: tree-checker: Fix false panic for sanity test
by Qu Wenruo
· 7 years ago
90eb4c0
btrfs: Move leaf and node validation checker to tree-checker.c
by Qu Wenruo
· 7 years ago
dc56464
btrfs: Add checker for EXTENT_CSUM
by Qu Wenruo
· 7 years ago
c5b2907
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
by Qu Wenruo
· 7 years ago
ece4bb5
btrfs: Check if item pointer overlaps with the item itself
by Qu Wenruo
· 7 years ago
b0a67e4
btrfs: Refactor check_leaf function for later expansion
by Qu Wenruo
· 7 years ago
c50ccf2
btrfs: Always try all copies when reading extent buffers
by Nikolay Borisov
· 6 years ago
33f3f3b
btrfs: fix pinned underflow after transaction aborted
by Lu Fengqi
· 6 years ago
d92fa5e
btrfs: use correct compare function of dirty_metadata_bytes
by Ethan Lien
· 7 years ago
8d99eb4
btrfs: define SUPER_FLAG_METADUMP_V2
by Anand Jain
· 7 years ago
9c38c3b
btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
by Jeff Mahoney
· 7 years ago
3feba59
btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
by Anand Jain
· 7 years ago
a1e0e04
Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()
by Filipe Manana
· 8 years ago
7d470f0
Btrfs: fix BUG_ON in btrfs_mark_buffer_dirty
by Liu Bo
· 8 years ago
d9ed71e
Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9
by Chris Mason
· 8 years ago
6675df3
Btrfs: catch invalid free space trees
by Omar Sandoval
· 8 years ago
f8d468a
Btrfs: fix mount -o clear_cache,space_cache=v2
by Omar Sandoval
· 8 years ago
ab8d0fc
btrfs: convert pr_* to btrfs_* where possible
by Jeff Mahoney
· 8 years ago
62e8557
btrfs: convert printk(KERN_* to use pr_* calls
by Jeff Mahoney
· 8 years ago
5d163e0
btrfs: unsplit printed strings
by Jeff Mahoney
· 8 years ago
6b722c1
Btrfs: improve check_node to avoid reading corrupted nodes
by Liu Bo
· 8 years ago
8436ea91
Btrfs: kill the start argument to read_extent_buffer_pages
by Josef Bacik
· 8 years ago
afcdd12
Btrfs: add a flags field to btrfs_fs_info
by Josef Bacik
· 8 years ago
c79a175
Btrfs: fix memory leak of block group cache
by Liu Bo
· 8 years ago
28687b9
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
1ba98d0
Btrfs: detect corruption when non-root leaf has zero item
by Liu Bo
· 8 years ago
053ab70f
Btrfs: check btree node's nritems
by Liu Bo
· 8 years ago
35bbb97
btrfs: don't create or leak aliased root while cleaning up orphans
by Jeff Mahoney
· 8 years ago
9e7cc91
btrfs: fix fsfreeze hang caused by delayed iputs deal
by Wang Xiaoguang
· 8 years ago
d06f23d
btrfs: waiting on qgroup rescan should not always be interruptible
by Jeff Mahoney
· 8 years ago
d2c609b
btrfs: properly track when rescan worker is running
by Jeff Mahoney
· 8 years ago
1c1ea4f
Btrfs: fix memory leak of reloc_root
by Liu Bo
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
d58b0d9
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
f5ee5c9
btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root
by Jeff Mahoney
· 9 years ago
7c0260e
btrfs: tests, require fs_info for root
by Jeff Mahoney
· 9 years ago
3cdde22
btrfs: btrfs_test_opt and friends should take a btrfs_fs_info
by Jeff Mahoney
· 9 years ago
cb00109
btrfs: plumb fs_info into btrfs_work
by Jeff Mahoney
· 9 years ago
fba4b69
btrfs: Fix slab accounting flags
by Nikolay Borisov
· 9 years ago
876d2cf
Btrfs: fix double free of fs root
by Liu Bo
· 9 years ago
b7f6705
Btrfs: Force stripesize to the value of sectorsize
by Chandan Rajendra
· 9 years ago
dd5c931
Btrfs: btrfs_check_super_valid: Allow 4096 as stripesize
by Chandan Rajendra
· 9 years ago
90c711a
btrfs: avoid blocking open_ctree from cleaner_kthread
by Zygo Blaxell
· 9 years ago
c871b0f
Btrfs: check if extent buffer is aligned to sectorsize
by Liu Bo
· 9 years ago
719da39
Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7
by Chris Mason
· 9 years ago
81a75f6
btrfs: use bio fields for op and flags
by Mike Christie
· 9 years ago
37226b2
btrfs: use bio op accessors
by Mike Christie
· 9 years ago
2a222ca
fs: have submit_bh users pass in op and flags separately
by Mike Christie
· 9 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 9 years ago
ef9f2db
Btrfs: self-tests: Use macros instead of constants and add missing newline
by Feifei Xu
· 9 years ago
99e3ecf
Btrfs: add more validation checks for superblock
by Liu Bo
· 9 years ago
b9ef22d
Btrfs: self-tests: Support non-4k page size
by Feifei Xu
· 9 years ago
42f3173
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
by David Sterba
· 9 years ago
0132761
btrfs: fix string and comment grammatical issues and typos
by Nicholas D Steeves
· 9 years ago
5ef64a3
Merge branch 'cleanups-4.7' into for-chris-4.7-20160516
by David Sterba
· 9 years ago
e1860a7
btrfs: GFP_NOFS does not GFP_HIGHMEM
by David Sterba
· 9 years ago
05135f5
btrfs: switch to common message helpers in open_ctree, adjust messages
by David Sterba
· 9 years ago
2f3165e
btrfs: don't force mounts to wait for cleaner_kthread to delete one or more subvolumes
by Zygo Blaxell
· 9 years ago
af6f8f6
btrfs: sink gfp parameter to clear_extent_dirty
by David Sterba
· 9 years ago
9116621
btrfs: sink gfp parameter to clear_extent_bits
by David Sterba
· 9 years ago
34d9700
btrfs: rename btrfs_std_error to btrfs_handle_fs_error
by Anand Jain
· 9 years ago
4a2d057
Merge branch 'PAGE_CACHE_SIZE-removal'
by Linus Torvalds
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
82d2a34
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
232cad8
Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.6
by Chris Mason
· 9 years ago
ce63f89
btrfs: transaction_kthread() is not freezable
by Jiri Kosina
· 9 years ago
838fe18
btrfs: cleaner_kthread() doesn't need explicit freeze
by Jiri Kosina
· 9 years ago
0f80553
btrfs: do not write corrupted metadata blocks to disk
by Alex Lyakas
· 9 years ago
8bd98f0
btrfs: csum_tree_block: return proper errno value
by Alex Lyakas
· 9 years ago
968f3e3
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
bb7ab3b
btrfs: Fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
ebb8765
btrfs: move btrfs_compression_type to compression.h
by Anand Jain
· 9 years ago
f004fae0
Merge branch 'cleanups-4.6' into for-chris-4.6
by David Sterba
· 9 years ago
675d276
Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6
by David Sterba
· 9 years ago
ff7db6e
Merge branch 'foreign/zhaolei/reada' into for-chris-4.6
by David Sterba
· 9 years ago
23c1a96
Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6
by David Sterba
· 9 years ago
73beece
Btrfs: fix lockdep deadlock warning due to dev_replace
by Liu Bo
· 10 years ago
5598e90
btrfs: drop null testing before destroy functions
by Kinglong Mee
· 9 years ago
2fefd55
btrfs: reada: limit max works count
by Zhao Lei
· 9 years ago
02873e4
btrfs: reada: Use fs_info instead of root in __readahead_hook's argument
by Zhao Lei
· 9 years ago
3a2f2ac
Merge branch 'x86/urgent' into x86/asm, to pick up fixes
by Ingo Molnar
· 9 years ago
96da091
btrfs: Introduce new mount option to disable tree log replay
by Qu Wenruo
· 9 years ago
8dcddfa
btrfs: Introduce new mount option usebackuproot to replace recovery
by Qu Wenruo
· 9 years ago
74e4d82
btrfs: let callers of btrfs_alloc_root pass gfp flags
by David Sterba
· 9 years ago
bc696ca
x86/cpufeature: Replace the old static_cpu_has() with safe variant
by Borislav Petkov
· 9 years ago
d3f71ae
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
d32a4e3
Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
80ad623
Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"
by David Sterba
· 9 years ago
6b20e0a
btrfs: add free space tree to lockdep classes
by David Sterba
· 9 years ago
2101ae4
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
319e4d0
btrfs: Enhance super validation check
by Qu Wenruo
· 9 years ago
c2d6cb1
Btrfs: fix deadlock running delayed iputs at transaction commit time
by Filipe Manana
· 9 years ago
326f784
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
c1a198d
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
f32e48e
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots
by Chandan Rajendra
· 9 years ago
b28cf57
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
a305810
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
ee22184
Btrfs: use linux/sizes.h to represent constants
by Byongho Lee
· 9 years ago
Next »