index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-1
/
+1
2018-12-17
Btrfs: scrub, move setup of nofs contexts higher in the stack
Filipe Manana
1
-20
/
+14
2018-12-17
btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutex
David Sterba
1
-12
/
+18
2018-12-17
btrfs: scrub: pass fs_info to scrub_setup_ctx
David Sterba
1
-5
/
+4
2018-12-17
btrfs: dev-replace: open code trivial locking helpers
David Sterba
1
-7
/
+8
2018-12-17
Btrfs: fix deadlock with memory reclaim during scrub
Filipe Manana
1
-1
/
+34
2018-10-15
btrfs: open code btrfs_dev_replace_stats_inc
David Sterba
1
-7
/
+4
2018-10-15
Btrfs: clean up scrub is_dev_replace parameter
Omar Sandoval
1
-14
/
+9
2018-08-06
btrfs: Use wrapper macro for rcu string to remove duplicate code
Misono Tomohiro
1
-6
/
+2
2018-08-06
btrfs: scrub: cleanup the remaining nodatasum fixup code
Qu Wenruo
1
-289
/
+0
2018-08-06
btrfs: Use btrfs_mark_bg_unused to replace open code
Qu Wenruo
1
-8
/
+1
2018-08-06
btrfs: open-code bio_set_op_attrs
David Sterba
1
-3
/
+3
2018-08-06
btrfs: Remove fs_info from btrfs_inc_block_group_ro
Nikolay Borisov
1
-1
/
+1
2018-08-06
btrfs: scrub: Remove unused copy_nocow_pages and its callchain
Qu Wenruo
1
-365
/
+0
2018-07-17
btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()
Qu Wenruo
1
-8
/
+9
2018-06-11
btrfs: scrub: Don't use inode pages for device replace
Qu Wenruo
1
-1
/
+1
2018-05-28
btrfs: trace: Add trace points for unused block groups
Qu Wenruo
1
-0
/
+1
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2018-03-31
btrfs: split dev-replace locking helpers for read and write
David Sterba
1
-7
/
+7
2018-03-31
btrfs: use lockdep_assert_held for mutexes
David Sterba
1
-2
/
+2
2018-03-31
btrfs: Remove unused length var from scrub_handle_errored_block
Nikolay Borisov
1
-2
/
+0
2018-03-31
Btrfs: scrub: batch rebuild for raid56
Liu Bo
1
-18
/
+61
2018-03-26
Btrfs: dev-replace: make sure target is identical to source when raid56 rebui...
Liu Bo
1
-2
/
+11
2018-03-26
Btrfs: dev-replace: skip prealloc extents when copy nocow pages
Liu Bo
1
-1
/
+2
2018-03-26
btrfs: not a disk error if the bio_add_page fails
Anand Jain
1
-7
/
+4
2018-01-22
btrfs: rename btrfs_device::scrub_device to scrub_ctx
Anand Jain
1
-7
/
+7
2018-01-22
Btrfs: fix scrub to repair raid6 corruption
Liu Bo
1
-12
/
+32
2018-01-22
btrfs: sink unlock_extent parameter gfp_flags
David Sterba
1
-2
/
+1
2018-01-22
Btrfs: use struct completion in scrub_submit_raid56_bio_wait
Liu Bo
1
-17
/
+4
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT
Anand Jain
1
-1
/
+1
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING
Anand Jain
1
-3
/
+4
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
Anand Jain
1
-1
/
+2
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
1
-1
/
+2
2017-11-01
btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...
Zygo Blaxell
1
-3
/
+3
2017-10-30
btrfs: scrub: get rid of sector_t
David Sterba
1
-8
/
+8
2017-09-09
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-25
/
+22
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-6
/
+6
2017-08-21
btrfs: scrub: simplify scrub worker initialization
David Sterba
1
-8
/
+2
2017-08-21
btrfs: scrub: clean up division in scrub_find_csum
David Sterba
1
-1
/
+3
2017-08-21
btrfs: scrub: clean up division in __scrub_mark_bitmap
David Sterba
1
-2
/
+6
2017-08-21
btrfs: scrub: use bool for flush_all_writes
David Sterba
1
-10
/
+8
2017-08-18
btrfs: use appropriate define for the fsid
Anand Jain
1
-1
/
+1
2017-08-16
btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_wait
David Sterba
1
-1
/
+1
2017-08-16
btrfs: drop newlines from strings when using btrfs_* helpers
David Sterba
1
-2
/
+1
2017-07-05
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-133
/
+78
2017-06-29
btrfs: fix integer overflow in calc_reclaim_items_nr
Chris Mason
1
-1
/
+1
2017-06-29
btrfs: scrub: fix target device intialization while setting up scrub context
David Sterba
1
-2
/
+2
2017-06-19
btrfs: sink gfp parameter to btrfs_io_bio_alloc
David Sterba
1
-9
/
+7
2017-06-19
btrfs: btrfs_io_bio_alloc never fails, skip error handling
David Sterba
1
-25
/
+0
2017-06-19
btrfs: scrub: add memalloc_nofs protection around init_ipath
David Sterba
1
-0
/
+9
[next]