Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3b60d436a165f890597d0226def17858973fa985
/
fs
/
btrfs
3b60d43
btrfs: remove type argument from comp_tree_refs
by Josef Bacik
· 7 years ago
d278850
btrfs: remove delayed_ref_node from ref_head
by Josef Bacik
· 7 years ago
c1103f7
btrfs: move all ref head cleanup to the helper function
by Josef Bacik
· 7 years ago
1ce7a5e
btrfs: move ref_mod modification into the if (ref) logic
by Josef Bacik
· 7 years ago
194ab0b
btrfs: breakout empty head cleanup to a helper
by Josef Bacik
· 7 years ago
b00e625
btrfs: move extent_op cleanup to a helper
by Josef Bacik
· 7 years ago
2eadaa2
btrfs: add a helper to return a head ref
by Josef Bacik
· 7 years ago
7c77743
Btrfs: only check delayed ref usage in should_end_transaction
by Josef Bacik
· 7 years ago
fd708b8
Btrfs: add a extent ref verify tool
by Josef Bacik
· 7 years ago
84f7d8e
btrfs: pass root to various extent ref mod functions
by Josef Bacik
· 7 years ago
fb59237
btrfs: add ref-verify mount option
by Josef Bacik
· 7 years ago
6273b7f
btrfs: get rid of sector_t and use u64 offset in submit_extent_page
by David Sterba
· 7 years ago
6c5a4e2
btrfs: rename page offset parameter in submit_extent_page
by David Sterba
· 7 years ago
6aa2126
btrfs: scrub: get rid of sector_t
by David Sterba
· 7 years ago
2351f43
btrfs: fix send ioctl on 32bit with 64bit kernel
by Josef Bacik
· 7 years ago
2b902df
btrfs: fix use of error or warning for missing device
by Anand Jain
· 7 years ago
5a2b8e6
btrfs: declare btrfs_report_missing_device() static
by Anand Jain
· 7 years ago
45dbdbc
btrfs: fix EIO misuse to report missing degraded option
by Anand Jain
· 7 years ago
adfb69a
btrfs: add_missing_dev() should return the actual error
by Anand Jain
· 7 years ago
9e882d6
btrfs: Clean up unused variables in free-space-tree.c
by Christos Gkekas
· 7 years ago
709a95c
btrfs: tree-checker: use %zu format string for size_t
by Arnd Bergmann
· 7 years ago
736cd52
Btrfs: remove nr_async_submits and async_submit_draining
by Liu Bo
· 7 years ago
80e03a2
Btrfs: do not make defrag wait on async_delalloc_pages
by Liu Bo
· 7 years ago
f851689
Btrfs: remove nr_async_bios
by Liu Bo
· 7 years ago
8806d71
btrfs: tree-checker: Enhance output for check_extent_data_item
by Qu Wenruo
· 7 years ago
d508c5f
btrfs: tree-checker: Enhance output for check_csum_item
by Qu Wenruo
· 7 years ago
478d01b
btrfs: tree-checker: Enhance output for btrfs_check_leaf
by Qu Wenruo
· 7 years ago
bba4f29
btrfs: tree-checker: Enhance btrfs_check_node output
by Qu Wenruo
· 7 years ago
557ea5d
btrfs: Move leaf and node validation checker to tree-checker.c
by Qu Wenruo
· 7 years ago
1170862
Btrfs: compress_file_range remove dead variable num_bytes
by Timofey Titovets
· 7 years ago
a7e3c5f
btrfs: use appropriate replacements for __sb_{start,end}_write calls
by Rakesh Pandit
· 7 years ago
a969f4c
btrfs: prefix sysfs attribute struct names
by Hans van Kranenburg
· 7 years ago
897ca81
btrfs: Fix bool initialization/comparison
by Thomas Meyer
· 7 years ago
efd3815
btrfs: Refactor transaction handling in received subvolume ioctl
by Nikolay Borisov
· 7 years ago
9417ebc
btrfs: Explicitly handle btrfs_update_root failure
by Nikolay Borisov
· 7 years ago
7132a26
btrfs: error out if btrfs_attach_transaction() fails
by Anand Jain
· 7 years ago
d31c32f
btrfs: fix BUG_ON in btrfs_init_new_device()
by Anand Jain
· 7 years ago
0af2c4b
btrfs: undo writable superblocke when sprouting fails
by Anand Jain
· 7 years ago
4b865ca
btrfs: Add checker for EXTENT_CSUM
by Qu Wenruo
· 7 years ago
40c3c409
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
by Qu Wenruo
· 7 years ago
7f43d4a
btrfs: Check if item pointer overlaps with the item itself
by Qu Wenruo
· 7 years ago
c3267bb
btrfs: Refactor check_leaf function for later expansion
by Qu Wenruo
· 7 years ago
6018ba0
Btrfs: cleanup 'start' subtraction from try uncompressed inline extent
by Timofey Titovets
· 7 years ago
996478c
btrfs: change how we decide to commit transactions during flushing
by Josef Bacik
· 7 years ago
eef16ba
Btrfs: send, apply asynchronous page cache readahead to enhance page read
by Kuanling Huang
· 7 years ago
785884f
Btrfs: fix memory leak in raid56
by Liu Bo
· 7 years ago
315d8e9
btrfs: make array types static const, reduces object code size
by Colin Ian King
· 7 years ago
3afb0c5
btrfs: return -ENOMEM on allocation failure in btrfsic
by Allen Pais
· 7 years ago
6939f66
Btrfs: fix confusing worker helper info in stacktrace
by Liu Bo
· 7 years ago
18fdc67
Btrfs: remove bio_flags which indicates a meta block of log-tree
by Liu Bo
· 7 years ago
6300463
Btrfs: make plug in writing meta blocks really work
by Liu Bo
· 7 years ago
d8953d6
btrfs: convert all mount option checking code to use btrfs_test_opt
by Satoru Takeuchi
· 7 years ago
3993b11
btrfs: avoid null pointer dereference on fs_info when calling btrfs_crit
by Colin Ian King
· 7 years ago
fa0d088
btrfs: Clean up dead code in root-tree
by Christos Gkekas
· 7 years ago
9ca2e97
btrfs: tests: Fix a memory leak in error handling path in 'run_test()'
by Christophe JAILLET
· 7 years ago
c434d21
btrfs: Remove redundant argument of __link_block_group
by Nikolay Borisov
· 7 years ago
1efb72a
btrfs: Rework error handling of add_extent_mapping in __btrfs_alloc_chunk
by Nikolay Borisov
· 7 years ago
8c70c9f
btrfs: Remove unused parameter from check_direct_IO
by Nikolay Borisov
· 7 years ago
ee8c494
btrfs: Remove unused arguments from btrfs_changed_cb_t
by Nikolay Borisov
· 7 years ago
a035751
btrfs: Remove unused parameters from various functions
by Nikolay Borisov
· 7 years ago
8ca1995
btrfs: Remove unused variable
by Nikolay Borisov
· 7 years ago
9b4a9b2
Btrfs: do not async submit for nodatasum inodes
by Liu Bo
· 7 years ago
9cd3a7e
Btrfs: search parity device wisely
by Liu Bo
· 7 years ago
ee87cf5
btrfs: copy fsid to super_block s_uuid
by Anand Jain
· 7 years ago
718dc5f
Btrfs: fix __user casting in ioctl.c
by Omar Sandoval
· 7 years ago
c9162bd
Btrfs: make some volumes.c functions static
by Omar Sandoval
· 7 years ago
f78541dd
btrfs: Remove redundant forward declarations
by Nikolay Borisov
· 7 years ago
49e83f5
Btrfs: protect conditions within root->log_mutex while waiting
by Liu Bo
· 7 years ago
45bac0f
Btrfs: use wait_event instead of a single function
by Liu Bo
· 7 years ago
69cc715
Btrfs: move finish_wait out of the loop
by Liu Bo
· 7 years ago
219d33b
Btrfs: remove batch plug in run_scheduled_IO
by Liu Bo
· 7 years ago
357fdad
Convert fs/*/* to SB_I_VERSION
by Matthew Garrett
· 7 years ago
bf2db0b
Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
69ad597
Btrfs: fix overlap of fs_info::flags values
by Tsutomu Itoh
· 7 years ago
2d8ce70
btrfs: avoid overflow when sector_t is 32 bit
by Goffredo Baroncelli
· 7 years ago
5ba88cd
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
8c6c592
btrfs: log csums for all modified extents
by Josef Bacik
· 7 years ago
99c4e3b
Btrfs: fix unexpected result when dio reading corrupted blocks
by Liu Bo
· 7 years ago
36b96fd
btrfs: Report error on removing qgroup if del_qgroup_item fails
by Sargun Dhillon
· 7 years ago
e6311f2
Btrfs: skip checksum when reading compressed data if some IO have failed
by Liu Bo
· 7 years ago
cf1167d
Btrfs: fix kernel oops while reading compressed data
by Liu Bo
· 7 years ago
bd7d63c
Btrfs: use btrfs_op instead of bio_op in __btrfs_map_block
by Liu Bo
· 7 years ago
fed3b38
Btrfs: do not backup tree roots when fsync
by Liu Bo
· 7 years ago
c2faff7
btrfs: remove BTRFS_FS_QUOTA_DISABLING flag
by Misono, Tomohiro
· 7 years ago
78ad4ce
btrfs: propagate error to btrfs_cmp_data_prepare caller
by Naohiro Aota
· 7 years ago
6d6d282
btrfs: prevent to set invalid default subvolid
by satoru takeuchi
· 7 years ago
ca6842b
Btrfs: send: fix error number for unknown inode types
by Tsutomu Itoh
· 9 years ago
bb166d7
btrfs: fix NULL pointer dereference from free_reloc_roots()
by Naohiro Aota
· 7 years ago
67c003f
btrfs: finish ordered extent cleaning if no progress is found
by Naohiro Aota
· 7 years ago
63d71450c
btrfs: clear ordered flag on cleaning up ordered extents
by Naohiro Aota
· 7 years ago
bea7eaf
Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFO
by Omar Sandoval
· 7 years ago
5f14efd
Btrfs: do not reset bio->bi_ops while writing bio
by Liu Bo
· 7 years ago
ff40adf
Btrfs: use the new helper wbc_to_write_flags
by Liu Bo
· 7 years ago
e253d98
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
581bfce
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
e7cdb60
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 7 years ago
66ba772
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
8e93157
btrfs: switch write_buf to kernel_write
by Christoph Hellwig
· 7 years ago
Next »