index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-17
Btrfs: kill BUG_ON in do_relocation
Liu Bo
1
-1
/
+8
2016-09-26
Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf
Liu Bo
1
-1
/
+5
2016-09-26
Btrfs: memset to avoid stale content in btree leaf
Liu Bo
3
-19
/
+28
2016-09-26
Btrfs: fix memory leak in do_walk_down
Liu Bo
1
-0
/
+1
2016-09-26
Btrfs: kill BUG_ON in run_delayed_tree_ref
Liu Bo
1
-1
/
+7
2016-09-26
Btrfs: improve check_node to avoid reading corrupted nodes
Liu Bo
1
-4
/
+28
2016-09-26
Btrfs: add error handling for extent buffer in print tree
Liu Bo
1
-0
/
+7
2016-09-26
Btrfs: remove BUG_ON in start_transaction
Liu Bo
1
-4
/
+1
2016-09-26
Btrfs: memset to avoid stale content in btree node block
Liu Bo
1
-0
/
+11
2016-09-26
Btrfs: return gracefully from balance if fs tree is corrupted
Liu Bo
1
-6
/
+17
2016-09-26
Btrfs: bail out if block group has different mixed flag
Liu Bo
1
-0
/
+14
2016-09-26
Btrfs: fix memory leak in reading btree blocks
Liu Bo
1
-0
/
+9
2016-09-26
Btrfs: remove BUG() in raid56
Liu Bo
1
-1
/
+4
2016-09-26
Btrfs: fix memory leak of block group cache
Liu Bo
3
-0
/
+75
2016-09-01
Btrfs: fix endless loop in balancing block groups
Liu Bo
1
-3
/
+5
2016-08-25
Btrfs: detect corruption when non-root leaf has zero item
Liu Bo
1
-1
/
+22
2016-08-25
Btrfs: check btree node's nritems
Liu Bo
1
-0
/
+16
2016-08-25
Btrfs: clarify do_chunk_alloc()'s return value
Liu Bo
1
-0
/
+9
2016-08-25
Btrfs: add ASSERT for block group's memory leak
Liu Bo
1
-0
/
+5
2016-08-25
Btrfs: fix memory leak of reloc_root
Liu Bo
1
-1
/
+8
2016-07-26
Btrfs: fix unexpected balance crash due to BUG_ON
Liu Bo
1
-4
/
+24
2016-07-26
Btrfs: fix panic in balance due to EIO
Liu Bo
1
-0
/
+4
2016-07-26
Btrfs: fix eb memory leak due to readpage failure
Liu Bo
1
-3
/
+22
2016-07-26
Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()
Liu Bo
1
-6
/
+6
2016-07-26
Btrfs: fix BUG_ON in btrfs_submit_compressed_write
Liu Bo
1
-2
/
+8
2016-07-26
Btrfs: cleanup BUG_ON in merge_bio
Liu Bo
2
-3
/
+6
2016-07-26
Btrfs: fix read_node_slot to return errors
Liu Bo
2
-21
/
+52
2016-07-26
Btrfs: fix double free of fs root
Liu Bo
1
-9
/
+3
2016-07-26
Btrfs: error out if generic_bin_search get invalid arguments
Liu Bo
1
-0
/
+8
2016-07-26
Btrfs: check inconsistence between chunk and block group
Liu Bo
1
-1
/
+16
2016-06-23
Btrfs: fix error handling in map_private_extent_buffer
Liu Bo
2
-2
/
+11
2016-06-17
Btrfs: check if extent buffer is aligned to sectorsize
Liu Bo
6
-15
/
+28
2016-06-06
Btrfs: add validadtion checks for chunk loading
Liu Bo
1
-15
/
+67
2016-06-06
Btrfs: add more validation checks for superblock
Liu Bo
2
-0
/
+35
2016-06-06
Btrfs: clear uptodate flags of pages in sys_array eb
Liu Bo
1
-0
/
+2
2016-05-25
Btrfs: fix unexpected return value of fiemap
Liu Bo
1
-1
/
+5
2016-05-25
Btrfs: free sys_array eb as soon as possible
Liu Bo
1
-2
/
+2
2016-05-06
Btrfs: fix divide error upon chunk's stripe_len
Liu Bo
3
-3
/
+3
2016-04-28
Btrfs: do not create empty block group if we have allocated data
Liu Bo
1
-1
/
+8
2016-04-28
Btrfs: cleanup error handling in extent_write_cached_pages
Liu Bo
1
-5
/
+2
2016-04-28
Btrfs: make mapping->writeback_index point to the last written page
Liu Bo
1
-6
/
+26
2016-04-04
Btrfs: fix invalid reference in replace_path
Liu Bo
1
-0
/
+1
2016-02-23
Btrfs: fix lockdep deadlock warning due to dev_replace
Liu Bo
7
-84
/
+105
2015-10-01
Btrfs: move kobj stuff out of dev_replace lock range
Liu Bo
1
-4
/
+4
2015-08-09
Btrfs: fix defrag to merge tail file extent
Liu Bo
1
-1
/
+5
2015-08-09
Btrfs: fix warning in backref walking
Liu Bo
1
-6
/
+2
2015-07-01
Btrfs: fix warning of bytes_may_use
Liu Bo
2
-3
/
+15
2015-07-01
Btrfs: fix hang when failing to submit bio of directIO
Liu Bo
1
-3
/
+0
2015-06-12
Btrfs: fix use-after-free in btrfs_replay_log
Liu Bo
1
-1
/
+2
2015-06-03
Btrfs: fix up read_tree_block to return proper error
Liu Bo
5
-29
/
+54
2015-06-03
Btrfs: add missing free_extent_buffer
Liu Bo
1
-0
/
+1
2015-06-03
Btrfs: remove csum_bytes_left
Liu Bo
3
-16
/
+0
2015-03-26
Btrfs: Remove the check for old-style mkfs
Liu Bo
1
-6
/
+0
2015-03-13
Btrfs: fix comp_oper to get right order
Liu Bo
1
-1
/
+1
2015-03-13
Btrfs: catch transaction abortion after waiting for it
Liu Bo
1
-0
/
+3
2015-01-21
Btrfs: cleanup unused run_most
Liu Bo
1
-4
/
+1
2014-10-03
Btrfs: fix crash of btrfs_release_extent_buffer_page
Liu Bo
1
-0
/
+1
2014-09-18
Btrfs: fix wrong parse of extent map's tracepoint
Liu Bo
1
-6
/
+7
2014-09-17
Btrfs: fix up bounds checking in lseek
Liu Bo
1
-10
/
+15
2014-09-17
Btrfs: fix loop writing of async reclaim
Liu Bo
1
-3
/
+14
2014-09-17
Btrfs: cleanup the same name in end_bio_extent_readpage
Liu Bo
1
-4
/
+4
2014-09-17
Btrfs: show real function name in btrfs workqueue tracepoint
Liu Bo
1
-1
/
+1
2014-09-17
Btrfs: cleanup for btrfs workqueue tracepoints
Liu Bo
1
-7
/
+0
2014-09-17
Btrfs: add work_struct information for workqueue tracepoint
Liu Bo
1
-3
/
+6
2014-08-24
Btrfs: fix task hang under heavy compressed write
Liu Bo
12
-61
/
+141
2014-08-21
Btrfs: fix crash on endio of reading corrupted block
Liu Bo
1
-0
/
+1
2014-08-21
Btrfs: fix regression of btrfs device replace
Liu Bo
1
-1
/
+1
2014-08-15
Btrfs: fix compressed write corruption on enospc
Liu Bo
1
-0
/
+12
2014-07-19
Btrfs: fix abnormal long waiting in fsync
Liu Bo
1
-0
/
+11
2014-07-03
Btrfs: fix race of using total_bytes_pinned
Liu Bo
1
-4
/
+1
2014-06-28
Btrfs: fix crash when mounting raid5 btrfs with missing disks
Liu Bo
1
-2
/
+3
2014-06-09
Btrfs: fix scrub_print_warning to handle skinny metadata extents
Liu Bo
3
-15
/
+24
2014-06-09
Btrfs: use right type to get real comparison
Liu Bo
1
-1
/
+1
2014-06-09
Btrfs: fix leaf corruption after __btrfs_drop_extents
Liu Bo
1
-0
/
+18
2014-06-09
Btrfs: mark mapping with error flag to report errors to userspace
Liu Bo
1
-0
/
+2
2014-06-09
Btrfs: fix NULL pointer crash of deleting a seed device
Liu Bo
1
-4
/
+8
2014-06-09
Btrfs: do not increment on bio_index one by one
Liu Bo
1
-1
/
+1
2014-05-20
Btrfs: fix EIO on reading file after ioctl clone works on it
Liu Bo
1
-1
/
+5
2014-03-21
Btrfs: fix a crash of clone with inline extents's split
Liu Bo
2
-7
/
+18
2014-03-10
Btrfs: add readahead for send_write
Liu Bo
1
-0
/
+9
2014-03-10
Btrfs: share the same code for __record_{new,deleted}_ref
Liu Bo
1
-32
/
+17
2014-03-10
Btrfs: skip search tree for REG files
Liu Bo
1
-4
/
+15
2014-03-10
Btrfs: avoid warning bomb of btrfs_invalidate_inodes
Liu Bo
1
-1
/
+2
2014-03-10
Btrfs: fix possible deadlock in btrfs_cleanup_transaction
Liu Bo
1
-1
/
+3
2014-02-14
Btrfs: fix a lockdep warning when cleaning up aborted transaction
Liu Bo
1
-1
/
+0
2014-01-28
Btrfs: fix extent state leak on transaction abortion
Liu Bo
1
-5
/
+9
2014-01-28
Btrfs: release subvolume's block_rsv before transaction commit
Liu Bo
1
-7
/
+7
2014-01-28
Btrfs: return free space to global_rsv as much as possible
Liu Bo
1
-1
/
+1
2014-01-28
Btrfs/tracepoint: update new flags for ordered extent TP
Liu Bo
1
-1
/
+2
2014-01-28
Btrfs/tracepoint: fix to report right flags for ordered extent
Liu Bo
1
-11
/
+11
2014-01-28
Btrfs: skip merge part for delayed data refs
Liu Bo
1
-0
/
+7
2014-01-28
Btrfs: introduce a head ref rbtree
Liu Bo
5
-60
/
+99
2013-11-20
Btrfs: fix lockdep error in async commit
Liu Bo
1
-2
/
+2
2013-11-20
Btrfs: avoid heavy operations in btrfs_commit_super
Liu Bo
1
-20
/
+1
2013-11-11
Btrfs: fix a crash when running balance and defrag concurrently
Liu Bo
1
-0
/
+3
2013-11-11
Btrfs: do not run snapshot-aware defragment on error
Liu Bo
1
-19
/
+28
2013-11-11
Btrfs: fixup error path in __btrfs_inc_extent_ref
Liu Bo
1
-8
/
+2
2013-11-11
Btrfs: kill unused code in btrfs_search_forward
Liu Bo
1
-2
/
+0
2013-11-11
Btrfs: cleanup dead code of defragment
Liu Bo
1
-2
/
+1
2013-11-11
Btrfs: fix memory leak of chunks' extent map
Liu Bo
1
-0
/
+2
2013-11-11
Btrfs: export btrfs space shared info to userspace
Liu Bo
1
-1
/
+33
2013-10-04
Btrfs: fix crash of compressed writes
Liu Bo
1
-1
/
+1
2013-09-01
Btrfs: allow compressed extents to be merged during defragment
Liu Bo
1
-6
/
+8
2013-09-01
Btrfs/tracepoint: update delayed ref tracepoints
Liu Bo
3
-6
/
+66
2013-09-01
Btrfs: make free space caching faster with many non-inline extent references
Liu Bo
1
-0
/
+11
2013-08-09
Btrfs: fix extent buffer leak after backref walking
Liu Bo
1
-1
/
+0
2013-08-09
Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents
Liu Bo
1
-4
/
+12
2013-07-02
Btrfs: fix crash regarding to ulist_add_merge
Liu Bo
1
-0
/
+15
2013-06-14
Btrfs: allow file data clone within a file
Liu Bo
1
-7
/
+19
2013-06-14
Btrfs: remove unused code in btrfs_del_root
Liu Bo
1
-4
/
+0
2013-06-14
Btrfs: kill replicate code in replay_one_buffer
Liu Bo
1
-7
/
+2
2013-06-14
Btrfs: update new flags for tracepoint
Liu Bo
1
-12
/
+23
2013-06-14
Btrfs: check if leaf's parent exists before pushing items around
Liu Bo
1
-1
/
+1
2013-06-14
Btrfs: dont do log_removal in insert_new_root
Liu Bo
1
-5
/
+5
2013-06-14
Btrfs: remove useless copy in quota_ctl
Liu Bo
1
-3
/
+0
2013-06-08
Btrfs: fix use-after-free bug during umount
Liu Bo
1
-2
/
+2
2013-05-17
Btrfs: return errno if possible when we fail to allocate memory
Liu Bo
1
-2
/
+6
2013-05-17
Btrfs: fix off-by-one in fiemap
Liu Bo
1
-2
/
+2
2013-05-06
Btrfs: improve the loop of scrub_stripe
Liu Bo
1
-26
/
+57
2013-05-06
Btrfs: return free space in cow error path
Liu Bo
1
-3
/
+9
2013-05-06
Btrfs: return error when we specify wrong start to defrag
Liu Bo
1
-4
/
+7
2013-05-06
Btrfs: pass NULL instead of 0
Liu Bo
1
-1
/
+1
2013-05-06
Btrfs: share stop worker code
Liu Bo
1
-32
/
+23
2013-05-06
Btrfs: use helper to cleanup tree roots
Liu Bo
1
-14
/
+1
2013-05-06
Btrfs: cleanup unused arguments of btrfs_csum_data
Liu Bo
7
-21
/
+15
2013-04-29
Btrfs: cleanup unused function
Liu Bo
1
-1
/
+0
2013-03-21
Btrfs: update to use fs_state bit
Liu Bo
1
-1
/
+1
2013-03-15
Btrfs: fix warning of free_extent_map
Liu Bo
1
-0
/
+1
2013-03-14
Btrfs: fix warning when creating snapshots
Liu Bo
1
-6
/
+5
2013-03-14
Btrfs: remove btrfs_try_spin_lock
Liu Bo
1
-1
/
+0
2013-03-14
Btrfs: get better concurrency for snapshot-aware defrag work
Liu Bo
1
-0
/
+3
2013-03-04
Btrfs: avoid deadlock on transaction waiting list
Liu Bo
1
-0
/
+7
2013-03-04
Btrfs: do not BUG_ON on aborted situation
Liu Bo
2
-3
/
+12
2013-03-04
Btrfs: do not BUG_ON in prepare_to_reloc
Liu Bo
1
-1
/
+9
2013-03-04
Btrfs: free all recorded tree blocks on error
Liu Bo
1
-3
/
+6
2013-03-04
Btrfs: build up error handling for merge_reloc_roots
Liu Bo
1
-12
/
+35
2013-03-04
Btrfs: check for NULL pointer in updating reloc roots
Liu Bo
1
-0
/
+2
2013-02-28
Btrfs: fix NULL pointer after aborting a transaction
Liu Bo
1
-1
/
+7
2013-02-28
Btrfs: fix memory leak of log roots
Liu Bo
2
-2
/
+9
2013-02-26
Btrfs: do not change inode flags in rename
Liu Bo
1
-25
/
+0
2013-02-26
Btrfs: use reserved space for creating a snapshot
Liu Bo
1
-0
/
+2
2013-02-20
Btrfs: snapshot-aware defrag
Liu Bo
1
-0
/
+654
2013-02-20
Btrfs: fix cleaner thread not working with inode cache option
Liu Bo
2
-1
/
+8
2013-02-20
Btrfs: extend the checksum item as much as possible
Liu Bo
1
-21
/
+46
2013-02-20
Btrfs: record first logical byte in memory
Liu Bo
3
-1
/
+20
2013-02-20
Btrfs: save us a read_lock
Liu Bo
1
-3
/
+2
2013-02-20
Btrfs: use token to avoid times mapping extent buffer
Liu Bo
1
-28
/
+35
2013-02-20
Btrfs: kill unused argument of btrfs_pin_extent_for_log_replay
Liu Bo
3
-6
/
+3
2013-02-20
Btrfs: kill unused argument of update_block_group
Liu Bo
1
-7
/
+5
2013-02-20
Btrfs: kill unused arguments of cache_block_group
Liu Bo
1
-8
/
+5
2013-02-20
Btrfs: remove deprecated comments
Liu Bo
1
-6
/
+0
2013-02-05
Btrfs: fix race between snapshot deletion and getting inode
Liu Bo
2
-9
/
+38
2013-01-24
Btrfs: use right range to find checksum for compressed extents
Liu Bo
1
-0
/
+5
2013-01-14
Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extents
Liu Bo
2
-6
/
+14
2013-01-14
Btrfs: fix off-by-one in lseek
Liu Bo
1
-0
/
+1
2013-01-14
Btrfs: reset path lock state to zero
Liu Bo
1
-0
/
+2
2013-01-14
Btrfs: let allocation start from the right raid type
Liu Bo
1
-1
/
+1
2013-01-14
tracing: Fix regression of trace_pipe
Liu Bo
1
-2
/
+2
2013-01-09
btrfs: fix comment typos
Liu Bo
2
-5
/
+5
2012-12-17
Btrfs: fix a bug of per-file nocow
Liu Bo
2
-3
/
+5
2012-12-16
Btrfs: put raid properties into global table
Liu Bo
4
-33
/
+29
2012-12-16
Btrfs: parse parent 0 into correct value in tracepoint
Liu Bo
1
-1
/
+2
2012-12-16
Btrfs: don't add a NULL extended attribute
Liu Bo
1
-0
/
+10
2012-12-16
Btrfs: skip adding an acl attribute if we don't have to
Liu Bo
1
-0
/
+2
2012-12-16
Btrfs: fix an while-loop of listxattr
Liu Bo
1
-1
/
+1
2012-12-12
Btrfs: protect devices list with its mutex
Liu Bo
1
-4
/
+5
2012-12-12
Btrfs: cleanup for btrfs_btree_balance_dirty
Liu Bo
7
-81
/
+34
2012-12-12
Btrfs: fix a double free on pending snapshots in error handling
Liu Bo
1
-1
/
+5
2012-12-12
Btrfs: fix a deadlock in aborting transaction due to ENOSPC
Liu Bo
1
-0
/
+7
2012-12-12
Btrfs: cleanup for btrfs_wait_order_range
Liu Bo
1
-3
/
+0
2012-12-12
Btrfs: get right arguments for btrfs_wait_ordered_range
Liu Bo
1
-1
/
+1
2012-12-12
Btrfs: do not log extents when we only log new names
Liu Bo
1
-1
/
+2
2012-12-11
Btrfs: cleanup unused arguments
Liu Bo
1
-7
/
+6
2012-12-11
Btrfs: kill unnecessary arguments in del_ptr
Liu Bo
1
-9
/
+7
2012-12-11
Btrfs: reorder tree mod log operations in deleting a pointer
Liu Bo
1
-4
/
+6
2012-12-11
Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems
Liu Bo
1
-2
/
+2
2012-10-30
btrfs: unpin_extent_cache: fix the typo and unnecessary arguements
Liu Bo
1
-2
/
+1
2012-10-25
Btrfs: fix memory leak when cloning root's node
Liu Bo
1
-3
/
+5
2012-10-08
Btrfs: fix off-by-one in file clone
Liu Bo
1
-9
/
+9
2012-10-04
Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents
Liu Bo
6
-18
/
+7
2012-10-04
Btrfs: cleanup fs_info->hashers
Liu Bo
2
-2
/
+0
2012-10-04
Btrfs: cleanup for duplicated code in find_free_extent
Liu Bo
1
-4
/
+0
2012-10-01
Btrfs: use larger limit for translation of logical to inode
Liu Bo
2
-4
/
+5
2012-10-01
Btrfs: use helper for logical resolve
Liu Bo
1
-16
/
+3
2012-10-01
Btrfs: fix a bug in parsing return value in logical resolve
Liu Bo
5
-20
/
+34
2012-10-01
Btrfs: update delayed ref's tracepoints to show sequence
Liu Bo
1
-4
/
+10
2012-10-01
Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag
Liu Bo
5
-14
/
+28
2012-10-01
Btrfs: check if an inode has no checksum when logging it
Liu Bo
1
-11
/
+12
2012-10-01
Btrfs: fix a bug in checking whether a inode is already in log
Liu Bo
4
-8
/
+10
2012-10-01
Btrfs: improve fsync by filtering extents that we want
Liu Bo
4
-3
/
+26
2012-10-01
Btrfs: cleanup extents after we finish logging inode
Liu Bo
1
-0
/
+6
2012-09-27
doc: fix old config name of kprobetrace
Liu Bo
1
-1
/
+1
2012-09-21
fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldoc
Liu Bo
1
-4
/
+0
2012-09-01
btrfs: fix comment typo in btrfs_finish_ordered_io
Liu Bo
1
-2
/
+2
2012-08-28
Btrfs: fix ordered extent leak when failing to start a transaction
Liu Bo
1
-2
/
+5
2012-08-28
Btrfs: fix a dio write regression
Liu Bo
1
-4
/
+20
2012-07-23
Btrfs: improve multi-thread buffer read
Liu Bo
1
-5
/
+24
2012-07-23
Btrfs: make btrfs's allocation smoothly with preallocation
Liu Bo
1
-1
/
+3
2012-07-23
Btrfs: do not count in readonly bytes
Liu Bo
1
-1
/
+1
2012-07-23
Btrfs: add ro notification to dump_space_info
Liu Bo
1
-3
/
+3
[next]