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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
btrfs: tie extent buffer and it's token together
David Sterba
5
-26
/
+20
2019-09-09
btrfs: assume valid token for btrfs_set/get_token helpers
David Sterba
1
-12
/
+12
2019-09-09
btrfs: define separate btrfs_set/get_XX helpers
David Sterba
2
-11
/
+55
2019-09-09
btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref
Nikolay Borisov
3
-32
/
+22
2019-09-09
btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct
Nikolay Borisov
3
-22
/
+21
2019-09-09
btrfs: move dev_stats helpers to volumes.c
David Sterba
2
-24
/
+23
2019-09-09
btrfs: move struct io_ctl to free-space-cache.h
David Sterba
3
-15
/
+15
2019-09-09
btrfs: move functions for tree compare to send.c
David Sterba
3
-376
/
+374
2019-09-09
btrfs: rename and export read_node_slot
David Sterba
2
-11
/
+14
2019-09-09
btrfs: move private raid56 definitions from ctree.h
David Sterba
2
-16
/
+16
2019-09-09
btrfs: move math functions to misc.h
David Sterba
7
-33
/
+21
2019-09-09
btrfs: move cond_wake_up functions out of ctree
David Sterba
12
-22
/
+43
2019-09-09
btrfs: use proper error values on allocation failure in clone_fs_devices
Anand Jain
1
-2
/
+6
2019-09-09
btrfs: proper error handling when invalid device is found in find_next_devid
Anand Jain
1
-1
/
+6
2019-09-09
btrfs: fix allocation of free space cache v1 bitmap pages
Christophe Leroy
3
-7
/
+22
2019-09-09
btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
Qu Wenruo
2
-0
/
+16
2019-09-09
btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag
Nikolay Borisov
1
-1
/
+14
2019-09-09
btrfs: improve error handling in run_delalloc_nocow
Nikolay Borisov
1
-3
/
+17
2019-09-09
btrfs: comment and minor simplifications in run_delalloc_nocow
Nikolay Borisov
1
-4
/
+3
2019-09-09
btrfs: streamline code in run_delalloc_nocow in case of inline extents
Nikolay Borisov
1
-7
/
+5
2019-09-09
btrfs: simplify extent type checks in run_delalloc_nocow
Nikolay Borisov
1
-8
/
+8
2019-09-09
btrfs: improve comments around nocow path
Nikolay Borisov
2
-4
/
+50
2019-09-09
btrfs: refactor variable scope in run_delalloc_nocow
Nikolay Borisov
1
-33
/
+28
2019-09-09
btrfs: only reserve metadata_size for inodes
Josef Bacik
2
-5
/
+18
2019-09-09
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
13
-30
/
+34
2019-09-09
btrfs: tree-checker: Add EXTENT_DATA_REF check
Qu Wenruo
3
-1
/
+50
2019-09-09
btrfs: tree-checker: Add simple keyed refs check
Qu Wenruo
1
-1
/
+39
2019-09-09
btrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM check
Qu Wenruo
1
-0
/
+248
2019-09-09
btrfs: fix error pointer check in __btrfs_map_block()
Dan Carpenter
1
-1
/
+1
2019-09-09
btrfs: dev stat drop useless goto
Anand Jain
1
-5
/
+2
2019-09-09
btrfs: dev stats item key conversion per cpu type is not needed
Anand Jain
1
-2
/
+0
2019-09-09
btrfs: Make reada_tree_block_flagged private
Nikolay Borisov
3
-31
/
+29
2019-09-09
btrfs: compression: replace set_level callbacks by a common helper
David Sterba
5
-33
/
+20
2019-09-09
btrfs: define compression levels statically
David Sterba
4
-0
/
+10
2019-09-09
Btrfs: fix use-after-free when using the tree modification log
Filipe Manana
1
-1
/
+3
2019-09-09
btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should go
Anand Jain
1
-1
/
+1
2019-09-09
btrfs: introduce an evict flushing state
Josef Bacik
3
-47
/
+62
2019-09-09
btrfs: refactor priority_reclaim_metadata_space
Josef Bacik
1
-6
/
+9
2019-09-09
btrfs: factor out the ticket flush handling
Josef Bacik
1
-22
/
+42
2019-09-09
btrfs: unify error handling for ticket flushing
Josef Bacik
1
-21
/
+11
2019-09-09
btrfs: add a flush step for delayed iputs
Josef Bacik
2
-3
/
+5
2019-09-09
btrfs: unexport the temporary exported functions
Josef Bacik
2
-18
/
+14
2019-09-09
btrfs: migrate the block group cleanup code
Josef Bacik
4
-130
/
+129
2019-09-09
btrfs: migrate the alloc_profile helpers
Josef Bacik
4
-125
/
+122
2019-09-09
btrfs: migrate the chunk allocation code
Josef Bacik
5
-268
/
+268
2019-09-09
btrfs: migrate the block group space accounting helpers
Josef Bacik
2
-173
/
+175
2019-09-09
btrfs: export block group accounting helpers
Josef Bacik
2
-11
/
+16
2019-09-09
btrfs: migrate the dirty bg writeout code
Josef Bacik
4
-521
/
+519
2019-09-09
btrfs: migrate inc/dec_block_group_ro code
Josef Bacik
4
-214
/
+214
2019-09-09
btrfs: temporarily export btrfs_get_restripe_target
Josef Bacik
2
-3
/
+4
[next]