index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: kill btrfs_fs_info::volume_mutex
David Sterba
2018-05-28
5
-38
/
+12
*
btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_start
David Sterba
2018-05-28
2
-10
/
+1
*
btrfs: cleanup helpers that reset balance state
David Sterba
2018-05-28
2
-20
/
+17
*
btrfs: add sanity check when resuming balance after mount
David Sterba
2018-05-28
1
-1
/
+13
*
btrfs: add proper safety check before resuming dev-replace
David Sterba
2018-05-28
1
-1
/
+11
*
btrfs: move clearing of EXCL_OP out of __cancel_balance
David Sterba
2018-05-28
2
-7
/
+8
*
btrfs: move volume_mutex to callers of btrfs_rm_device
David Sterba
2018-05-28
2
-2
/
+4
*
btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static
David Sterba
2018-05-28
3
-103
/
+99
*
btrfs: export and rename free_device
David Sterba
2018-05-28
2
-12
/
+13
*
btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clear
David Sterba
2018-05-28
2
-2
/
+7
*
btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller
David Sterba
2018-05-28
1
-13
/
+3
*
btrfs: cleanup btrfs_rm_device() promote fs_devices pointer
Anand Jain
2018-05-28
1
-7
/
+6
*
btrfs: cleanup find_device() drop list_head pointer
Anand Jain
2018-05-28
1
-2
/
+1
*
btrfs: rename __btrfs_open_devices to open_fs_devices
Anand Jain
2018-05-28
1
-4
/
+3
*
btrfs: rename __btrfs_close_devices to close_fs_devices
Anand Jain
2018-05-28
1
-6
/
+6
*
btrfs: cleanup __btrfs_open_devices() drop head pointer
Anand Jain
2018-05-28
1
-2
/
+1
*
btrfs: rename struct btrfs_fs_devices::list
Anand Jain
2018-05-28
3
-10
/
+10
*
btrfs: Drop fs_info parameter from btrfs_merge_delayed_refs
Nikolay Borisov
2018-05-28
3
-4
/
+2
*
btrfs: Drop fs_info parameter from add_delayed_data_ref
Nikolay Borisov
2018-05-28
1
-7
/
+5
*
btrfs: Drop add_delayed_ref_head fs_info parameter
Nikolay Borisov
2018-05-28
1
-11
/
+10
*
btrfs: Remove btrfs_wait_and_free_delalloc_work
Nikolay Borisov
2018-05-28
2
-8
/
+2
*
btrfs: Remove tree argument from extent_writepages
Nikolay Borisov
2018-05-28
3
-9
/
+4
*
btrfs: Use list_empty instead of list_empty_careful
Nikolay Borisov
2018-05-28
1
-2
/
+2
*
btrfs: Remove redundant tree argument from extent_readpages
Nikolay Borisov
2018-05-28
3
-9
/
+7
*
btrfs: Remove map argument from try_release_extent_state
Nikolay Borisov
2018-05-28
1
-3
/
+2
*
btrfs: Sink extent_tree arguments in try_release_extent_mapping
Nikolay Borisov
2018-05-28
3
-13
/
+5
*
btrfs: Allow rmdir(2) to delete an empty subvolume
Misono Tomohiro
2018-05-28
1
-1
/
+1
*
btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()
Misono Tomohiro
2018-05-28
3
-136
/
+144
*
btrfs: Move may_destroy_subvol() from ioctl.c to inode.c
Misono Tomohiro
2018-05-28
3
-54
/
+56
*
btrfs: remove unused le_test_bit()
Howard McLauchlan
2018-05-28
1
-5
/
+0
*
btrfs: optimize free space tree bitmap conversion
Howard McLauchlan
2018-05-28
1
-38
/
+23
*
btrfs: clean up le_bitmap_{set, clear}()
Howard McLauchlan
2018-05-28
3
-43
/
+20
*
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
David Sterba
2018-05-28
5
-13
/
+18
*
btrfs: tests: pass fs_info to extent_map tests
David Sterba
2018-05-28
1
-16
/
+36
*
btrfs: tracepoints, use extended format with UUID where possible
David Sterba
2018-05-28
1
-18
/
+12
*
btrfs: tracepoints, fix whitespace in strings
David Sterba
2018-05-28
1
-2
/
+2
*
btrfs: tracepoints, drop unnecessary ULL casts
David Sterba
2018-05-28
1
-62
/
+62
*
btrfs: tracepoints, use %llu instead of %Lu
David Sterba
2018-05-28
1
-9
/
+9
*
btrfs: tracepoints, use correct type for inode number
David Sterba
2018-05-28
1
-23
/
+24
*
btrfs: Consolidate error checking for btrfs_alloc_chunk
Nikolay Borisov
2018-05-28
1
-5
/
+7
*
btrfs: Fix lock release order
Nikolay Borisov
2018-05-28
1
-1
/
+1
*
btrfs: Use while loop instead of labels in __endio_write_update_ordered
Nikolay Borisov
2018-05-28
1
-27
/
+25
*
btrfs: add comment about BTRFS_FS_EXCL_OP
Anand Jain
2018-05-28
1
-0
/
+35
*
btrfs: Drop delayed_refs argument from btrfs_check_delayed_seq
Nikolay Borisov
2018-05-28
3
-10
/
+5
*
btrfs: rename btrfs_get_block_group_info and make it static
Su Yue
2018-05-28
2
-6
/
+4
*
btrfs: Replace owner argument in add_pinned_bytes with a boolean
Nikolay Borisov
2018-05-28
1
-7
/
+13
*
Linux 4.17-rc7
v4.17-rc7
Linus Torvalds
2018-05-27
1
-1
/
+1
*
Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-05-27
1
-3
/
+6
|
\
|
*
Makefile: disable PIE before testing asm goto
Michal Kubecek
2018-05-17
1
-2
/
+3
|
*
kbuild: gcov: enable -fno-tree-loop-im if supported
Nick Desaulniers
2018-05-17
1
-1
/
+3
[next]