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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
btrfs: migrate the block group lookup code
Josef Bacik
5
-98
/
+105
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
21
-148
/
+175
2019-09-09
btrfs: move btrfs_add_free_space out of a header file
Josef Bacik
2
-8
/
+10
2019-09-09
btrfs: tree-log: use symbolic name for first replay stage
David Sterba
1
-1
/
+1
2019-09-09
btrfs: async-thread: convert defines to enums
David Sterba
1
-3
/
+5
2019-09-09
btrfs: tree-log: convert defines to enums
David Sterba
1
-8
/
+12
2019-09-09
btrfs: remove unused key type set/get helpers
David Sterba
1
-10
/
+0
2019-09-09
btrfs: remove unused btrfs_device::flush_bio_sent
David Sterba
1
-1
/
+0
2019-09-09
Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nesting
Filipe Manana
1
-145
/
+131
2019-09-09
btrfs: Refactor btrfs_calc_avail_data_space
Nikolay Borisov
1
-20
/
+10
2019-09-09
btrfs: Remove unnecessary check from join_running_log_trans
Nikolay Borisov
1
-4
/
+0
2019-09-09
Btrfs: wake up inode cache waiters sooner to reduce waiting time
Filipe Manana
1
-0
/
+1
2019-09-09
Btrfs: fix inode cache waiters hanging on path allocation failure
Filipe Manana
1
-1
/
+3
2019-09-09
Btrfs: fix inode cache waiters hanging on failure to start caching thread
Filipe Manana
1
-5
/
+18
2019-09-09
Btrfs: fix inode cache block reserve leak on failure to allocate data space
Filipe Manana
1
-0
/
+1
2019-09-09
Btrfs: fix hang when loading existing inode cache off disk
Filipe Manana
1
-0
/
+1
2019-09-09
btrfs: tree-checker: Add ROOT_ITEM check
Qu Wenruo
1
-0
/
+92
2019-09-09
btrfs: extent-tree: Make sure we only allocate extents from block groups with...
Qu Wenruo
1
-0
/
+8
2019-09-09
btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()
Qu Wenruo
1
-2
/
+11
2019-09-09
btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()
Qu Wenruo
3
-146
/
+0
2019-09-09
btrfs: extent-tree: Add comment for inc_block_group_ro()
Qu Wenruo
1
-0
/
+19
2019-09-09
btrfs: volumes: Add comment for find_free_dev_extent_start()
Qu Wenruo
1
-0
/
+6
2019-09-09
btrfs: volumes: Unexport find_free_dev_extent_start()
Qu Wenruo
2
-4
/
+3
2019-09-09
btrfs: assert tree mod log lock in __tree_mod_log_insert
David Sterba
1
-2
/
+2
2019-09-09
btrfs: assert extent map tree lock in add_extent_mapping
David Sterba
1
-0
/
+2
2019-09-09
btrfs: Add an assertion to warn incorrect case in insert_inline_extent()
Jia-Ju Bai
1
-0
/
+3
2019-09-09
btrfs: Remove leftover of in-band dedupe
Nikolay Borisov
6
-36
/
+19
2019-09-09
btrfs: Remove delalloc_end argument from extent_clear_unlock_delalloc
Nikolay Borisov
3
-35
/
+25
2019-09-09
btrfs: Move free_pages_out label in inline extent handling branch in compress...
Nikolay Borisov
1
-10
/
+8
2019-09-09
btrfs: Return number of compressed extents directly in compress_file_range
Nikolay Borisov
1
-9
/
+11
2019-09-09
btrfs: use common vfs LABEL ioctl definitions
Eric Sandeen
1
-4
/
+4
2019-09-09
btrfs: Remove unused locking functions
Nikolay Borisov
2
-38
/
+0
2019-09-09
btrfs: reduce stack usage for btrfsic_process_written_block
Arnd Bergmann
1
-3
/
+4
2019-09-09
btrfs: remove set but not used variable 'offset'
YueHaibing
1
-2
/
+0
2019-09-09
Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents
Filipe Manana
3
-167
/
+188
2019-09-09
Btrfs: factor out extent dropping code from hole punch handler
Filipe Manana
1
-142
/
+166
2019-08-18
Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-55
/
+35
2019-08-07
btrfs: trim: Check the range passed into to prevent overflow
Qu Wenruo
1
-3
/
+11
2019-08-07
Btrfs: fix sysfs warning and missing raid sysfs directories
Filipe Manana
4
-52
/
+24
2019-08-02
Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-67
/
+47
2019-07-30
Btrfs: fix deadlock between fiemap and transaction commits
Filipe Manana
3
-5
/
+22
2019-07-30
Btrfs: fix race leading to fs corruption after transaction abort
Filipe Manana
1
-0
/
+10
2019-07-30
Btrfs: fix incremental send failure after deduplication
Filipe Manana
1
-62
/
+15
2019-07-26
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-8
/
+12
2019-07-26
btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range
Naohiro Aota
1
-5
/
+6
2019-07-25
btrfs: Fix deadlock caused by missing memory barrier
Nikolay Borisov
1
-3
/
+6
2019-07-22
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+32
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-6
/
+9
2019-07-17
btrfs: don't leak extent_map in btrfs_get_io_geometry()
Johannes Thumshirn
1
-3
/
+7
2019-07-17
btrfs: free checksum hash on in close_ctree
Johannes Thumshirn
1
-0
/
+1
[next]