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: temporarily export inc_block_group_ro
Josef Bacik
2
-7
/
+9
2019-09-09
btrfs: migrate the block group caching code
Josef Bacik
4
-461
/
+462
2019-09-09
btrfs: sysfs: move helper macros to sysfs.c
David Sterba
2
-49
/
+48
2019-09-09
btrfs: sysfs: move type conversion helpers to sysfs.c
David Sterba
2
-18
/
+16
2019-09-09
btrfs: cleanup kobject.h includes
David Sterba
3
-2
/
+2
2019-09-09
btrfs: factor out sysfs code for updating sprout fsid
David Sterba
3
-10
/
+19
2019-09-09
btrfs: factor out sysfs code for deleting block group and space infos
David Sterba
3
-13
/
+24
2019-09-09
btrfs: factor out sysfs code for sending device uevent
David Sterba
3
-13
/
+12
2019-09-09
btrfs: sysfs: replace direct access to feature set names with a helper
David Sterba
3
-3
/
+8
2019-09-09
btrfs: sysfs: unexport space_info_ktype
David Sterba
2
-2
/
+1
2019-09-09
btrfs: factor out sysfs code for creating space infos
David Sterba
3
-23
/
+41
2019-09-09
btrfs: sysfs: unexport btrfs_raid_ktype
David Sterba
2
-2
/
+1
2019-09-09
btrfs: factor sysfs code out of link_block_group
David Sterba
3
-35
/
+49
2019-09-09
btrfs: move sysfs declarations out of ctree.h
David Sterba
3
-12
/
+12
2019-09-09
btrfs: opencode reset of all device stats
Anand Jain
1
-10
/
+2
2019-09-09
btrfs: reset device stat using btrfs_dev_stat_set
Anand Jain
2
-9
/
+3
2019-09-09
btrfs: qgroup: Try our best to delete qgroup relations
Qu Wenruo
1
-17
/
+29
2019-09-09
Btrfs: make test_find_first_clear_extent_bit fail on incorrect results
Filipe Manana
1
-7
/
+22
2019-09-09
Btrfs: fix memory leaks in the test test_find_first_clear_extent_bit
Filipe Manana
1
-0
/
+2
2019-09-09
btrfs: delete debugfs code
David Sterba
2
-35
/
+0
2019-09-09
btrfs: sysfs: add debugging exports
David Sterba
1
-0
/
+32
2019-09-09
btrfs: make caching_thread use btrfs_find_next_key
Josef Bacik
2
-3
/
+3
2019-09-09
btrfs: temporarily export fragment_free_space
Josef Bacik
2
-4
/
+5
2019-09-09
btrfs: export the caching control helpers
Josef Bacik
2
-18
/
+21
2019-09-09
btrfs: export the excluded extents helpers
Josef Bacik
2
-17
/
+22
2019-09-09
btrfs: export the block group caching helpers
Josef Bacik
2
-35
/
+39
2019-09-09
btrfs: migrate nocow and reservation helpers
Josef Bacik
4
-88
/
+88
2019-09-09
btrfs: migrate the block group ref counting stuff
Josef Bacik
4
-28
/
+27
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
[next]