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
2018-08-06
btrfs: use correct compare function of dirty_metadata_bytes
Ethan Lien
1
-4
/
+6
2018-08-06
btrfs: return device pointer from btrfs_scan_one_device
Gu Jinxiang
3
-26
/
+30
2018-08-06
btrfs: make fs_devices a local variable in btrfs_parse_early_options
Gu Jinxiang
1
-3
/
+4
2018-08-06
btrfs: fix mount and ioctl device scan ioctl race
David Sterba
1
-6
/
+6
2018-08-06
btrfs: reorder initialization before the mount locks uuid_mutex
David Sterba
1
-16
/
+14
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_parse_early_options
David Sterba
1
-2
/
+4
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_open_devices
David Sterba
2
-2
/
+4
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_scan_one_device
David Sterba
2
-3
/
+13
2018-08-06
btrfs: use device_list_mutex when removing stale devices
Anand Jain
1
-10
/
+15
2018-08-06
btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(
Anand Jain
1
-18
/
+17
2018-08-06
btrfs: extend locked section when adding a new device in device_list_add
Anand Jain
1
-4
/
+12
2018-08-06
btrfs: do btrfs_free_stale_devices outside of device_list_add
Anand Jain
1
-5
/
+10
2018-08-06
btrfs: close devices without offloading to a temporary list
Nikolay Borisov
1
-20
/
+6
2018-08-06
btrfs: Remove unused function btrfs_account_dev_extents_size
Qu Wenruo
2
-87
/
+0
2018-08-06
btrfs: remove unused parameter from btrfs_parse_subvol_options
Gu Jinxiang
1
-4
/
+4
2018-08-06
btrfs: fix in-memory value of total_devices after seed device deletion
Anand Jain
1
-0
/
+3
2018-08-06
btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disable
Nikolay Borisov
3
-31
/
+76
2018-08-06
btrfs: raid56: catch errors from full_stripe_write
David Sterba
1
-1
/
+4
2018-08-06
btrfs: raid56: merge rbio_is_full helpers
David Sterba
1
-17
/
+6
2018-08-06
btrfs: raid56: use new helper for async_scrub_parity
David Sterba
1
-11
/
+3
2018-08-06
btrfs: raid56: use new helper for async_read_rebuild
David Sterba
1
-12
/
+3
2018-08-06
btrfs: raid56: use new helper for async_rmw_stripe
David Sterba
1
-9
/
+2
2018-08-06
btrfs: raid56: add new helper for starting async work
David Sterba
1
-0
/
+6
2018-08-06
btrfs: open-code bio_set_op_attrs
David Sterba
6
-13
/
+13
2018-08-06
btrfs: switch types to int when counting eb pages
David Sterba
2
-23
/
+23
2018-08-06
btrfs: use round_up wrapper in num_extent_pages
David Sterba
1
-2
/
+2
2018-08-06
btrfs: pass only eb to num_extent_pages
David Sterba
2
-18
/
+18
2018-08-06
btrfs: prune unused includes
David Sterba
14
-48
/
+0
2018-08-06
btrfs: use copy_page for copying pages instead of memcpy
David Sterba
2
-9
/
+7
2018-08-06
btrfs: simplify pointer chasing of local fs_info variables
David Sterba
8
-25
/
+22
2018-08-06
btrfs: simplify some assignments of inode numbers
David Sterba
1
-6
/
+6
2018-08-06
Btrfs: free space cache: make sure there is always room for generation number
Zhihui Zhang
1
-2
/
+2
2018-08-06
btrfs: drop unnecessary variable in btrfs_init_new_device
Anand Jain
1
-4
/
+1
2018-08-06
btrfs: use a temporary variable for fs_devices in btrfs_init_new_device
Anand Jain
1
-21
/
+21
2018-08-06
btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...
Qu Wenruo
1
-11
/
+12
2018-08-06
btrfs: tree-checker: Detect invalid and empty essential trees
Qu Wenruo
1
-1
/
+14
2018-08-06
btrfs: tree-checker: Verify block_group_item
Qu Wenruo
3
-1
/
+103
2018-08-06
btrfs: annotate unlikely branches after V0 extent type removal
David Sterba
3
-9
/
+9
2018-08-06
btrfs: Add graceful handling of V0 extents
Nikolay Borisov
4
-10
/
+72
2018-08-06
btrfs: Remove V0 extent support
Nikolay Borisov
5
-394
/
+4
2018-08-06
btrfs: remove unnecessary curly braces in btrfs_get_acl
Chengguang Xu
1
-4
/
+3
2018-08-06
btrfs: avoid error code override in btrfs_get_acl
Chengguang Xu
1
-1
/
+1
2018-08-06
btrfs: remove unnecessary -ERANGE check in btrfs_get_acl
Chengguang Xu
1
-1
/
+1
2018-08-06
btrfs: replace empty string with NULL when getting attribute length in btrfs_...
Chengguang Xu
1
-1
/
+1
2018-08-06
btrfs: return error instead of crash when detecting unexpected type in btrfs_...
Chengguang Xu
1
-1
/
+1
2018-08-06
btrfs: return EUCLEAN if extent_inline_ref type is invalid
Su Yue
3
-5
/
+5
2018-08-06
btrfs: Use iocb to derive pos instead of passing a separate parameter
Goldwyn Rodrigues
1
-7
/
+8
2018-08-06
btrfs: print more details when checking tree block finds a problem
Su Yue
1
-4
/
+4
2018-08-06
btrfs: Streamline memory allocation failure handling in btrfs_add_delayed_tre...
Nikolay Borisov
1
-18
/
+17
2018-08-06
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
1
-1
/
+1
[next]