Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
18bf591ba9753e3e5ba91f38f756a800693408f4
18bf591
btrfs: add missing initialization in btrfs_check_shared
by Edmund Nadolski
· 7 years ago
047fdea
btrfs: Fix NULL pointer exception in find_bio_stripe
by Dmitriy Gorokh
· 7 years ago
1f250e9
Btrfs: fix log replay failure after unlink and link combination
by Filipe Manana
· 7 years ago
9a6509c
Btrfs: fix log replay failure after linking special file and fsync
by Filipe Manana
· 7 years ago
d4dfc0f
Btrfs: send, fix issuing write op when processing hole in no data mode
by Filipe Manana
· 7 years ago
3c181c1
btrfs: use proper endianness accessors for super_copy
by Anand Jain
· 7 years ago
92e222d
btrfs: alloc_chunk: fix DUP stripe size handling
by Hans van Kranenburg
· 7 years ago
765f3ce
btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster
by Nikolay Borisov
· 7 years ago
ac01f26
btrfs: handle failure of add_pending_csums
by Nikolay Borisov
· 7 years ago
a8fd1f7
btrfs: use kvzalloc to allocate btrfs_fs_info
by Jeff Mahoney
· 7 years ago
fd649f1
btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device
by Nikolay Borisov
· 7 years ago
627e087
Btrfs: fix null pointer dereference when replacing missing device
by Filipe Manana
· 7 years ago
c8195a7
btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
by Zygo Blaxell
· 7 years ago
952bd3d
btrfs: Ignore errors from btrfs_qgroup_trace_extent_post
by Nikolay Borisov
· 7 years ago
900c998
Btrfs: fix unexpected -EEXIST when creating new inode
by Liu Bo
· 7 years ago
1a932ef
Btrfs: fix use-after-free on root->orphan_block_rsv
by Liu Bo
· 7 years ago
e8f1bc1
Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
by Liu Bo
· 7 years ago
55237a5
Btrfs: fix extent state leak from tree log
by Liu Bo
· 7 years ago
1846430
Btrfs: fix crash due to not cleaning up tree log block's dirty bits
by Liu Bo
· 7 years ago
e891669
Btrfs: fix deadlock in run_delalloc_nocow
by Liu Bo
· 7 years ago
3acbcbf
btrfs: drop devid as device_list_add() arg
by Anand Jain
· 7 years ago
e124ece
btrfs: get device pointer from device_list_add()
by Anand Jain
· 7 years ago
f2788d2
btrfs: set the total_devices in device_list_add()
by Anand Jain
· 7 years ago
327f18c
btrfs: move pr_info into device_list_add
by Anand Jain
· 7 years ago
d8367db
btrfs: make btrfs_free_stale_devices() to match the path
by Anand Jain
· 7 years ago
0d34097
btrfs: rename btrfs_free_stale_devices() arg to skip_dev
by Anand Jain
· 7 years ago
522f1b4
btrfs: make btrfs_free_stale_devices() argument optional
by Anand Jain
· 7 years ago
38cf665
btrfs: make btrfs_free_stale_device() to iterate all stales
by Anand Jain
· 7 years ago
a848b3e
btrfs: no need to check for btrfs_fs_devices::seeding
by Anand Jain
· 7 years ago
b03ebd9
btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding it
by Nikolay Borisov
· 7 years ago
5f4791f
Btrfs: noinline merge_extent_mapping
by Liu Bo
· 7 years ago
9a7e10e
Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping
by Liu Bo
· 7 years ago
cd77f4f
Btrfs: extent map selftest: dio write vs dio read
by Liu Bo
· 7 years ago
fd87526f
Btrfs: extent map selftest: buffered write vs dio read
by Liu Bo
· 7 years ago
72b2807
Btrfs: add extent map selftests
by Liu Bo
· 7 years ago
c04e61b
Btrfs: move extent map specific code to extent_map.c
by Liu Bo
· 7 years ago
7b4df058
Btrfs: add helper for em merge logic
by Liu Bo
· 7 years ago
18e83ac
Btrfs: fix unexpected EEXIST from btrfs_get_extent
by Liu Bo
· 7 years ago
a520a7e
Btrfs: fix incorrect block_len in merge_extent_mapping
by Liu Bo
· 7 years ago
3cbf26d
btrfs: Remove unused readahead spinlock
by Matthew Wilcox
· 7 years ago
7583d8d
Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io
by Liu Bo
· 7 years ago
44ac474
Btrfs: do not cache rbio pages if using raid6 recover
by Liu Bo
· 7 years ago
0198e5b
Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
by Liu Bo
· 7 years ago
df6703e
btrfs: correct wrong comment about magic number of index_cnt
by Su Yue
· 7 years ago
d2560eb
btrfs: Make btrfs_inode_rsv_release static
by Nikolay Borisov
· 7 years ago
1c94da9
btrfs: cleanup btrfs_free_stale_device() usage
by Anand Jain
· 7 years ago
e2683fc
btrfs: tree-check: reduce stack consumption in check_dir_item
by David Sterba
· 7 years ago
6670d4c
btrfs: use correct string length in DEV_INFO ioctl
by Xiongfeng Wang
· 7 years ago
6f794e3
btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
by Anand Jain
· 7 years ago
98820a7
btrfs: add support for SUPER_FLAG_CHANGING_FSID
by Anand Jain
· 7 years ago
e2731e5
btrfs: define SUPER_FLAG_METADUMP_V2
by Anand Jain
· 7 years ago
a6f93c7
Btrfs: avoid losing data raid profile when deleting a device
by Liu Bo
· 7 years ago
81fdf63
Btrfs: fix space leak after fallocate and zero range operations
by Filipe Manana
· 7 years ago
9f13ce7
Btrfs: fix missing inode i_size update after zero range operation
by Filipe Manana
· 7 years ago
94f4507
Btrfs: use cached state when dirtying pages during buffered write
by Filipe Manana
· 7 years ago
f27451f
Btrfs: add support for fallocate's zero range operation
by Filipe Manana
· 7 years ago
cc54ff6
Btrfs: do not merge rbios if their fail stripe index are not identical
by Liu Bo
· 7 years ago
db34be1
Btrfs: remove redundant check in rbio_can_merge
by Liu Bo
· 7 years ago
05a5c55
btrfs: minor style cleanups in btrfs_scan_one_device
by Anand Jain
· 7 years ago
c1f32b7
btrfs: simplify mutex unlocking code in btrfs_commit_transaction
by Anand Jain
· 7 years ago
cadbc0a
btrfs: rename btrfs_device::scrub_device to scrub_ctx
by Anand Jain
· 7 years ago
922ea89
btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()
by Anand Jain
· 7 years ago
61ecda6
btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set
by Anand Jain
· 7 years ago
8810f75
Btrfs: make raid6 rebuild retry more
by Liu Bo
· 7 years ago
762221f
Btrfs: fix scrub to repair raid6 corruption
by Liu Bo
· 7 years ago
6528b99
btrfs: factor btrfs_check_rw_degradable() to check given device
by Anand Jain
· 7 years ago
e43bbe5
btrfs: sink unlock_extent parameter gfp_flags
by David Sterba
· 7 years ago
d810a4b
btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC
by David Sterba
· 7 years ago
5bedc48
btrfs: drop unused parameters from mount_subvol
by David Sterba
· 7 years ago
e215772
btrfs: cleanup unnecessary string dup in btrfs_parse_options()
by Misono, Tomohiro
· 7 years ago
203e02d
Btrfs: remove unused wait in btrfs_stripe_hash
by Liu Bo
· 7 years ago
36f7894
btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bio
by Nikolay Borisov
· 7 years ago
ffc9c8d
btrfs: Remove redundant bio_get/bio_set pair from submit_one_bio
by Nikolay Borisov
· 7 years ago
ea057f6
btrfs: Remove redundant bio_get/set from submit_dio_repair_bio
by Nikolay Borisov
· 7 years ago
32506af
btrfs: Remove redundant bio_get/set calls in compressed read/write paths
by Nikolay Borisov
· 7 years ago
4271ece
btrfs: Improve btrfs_search_slot description
by Nikolay Borisov
· 7 years ago
36243c9
btrfs: heuristic: call get4bits directly
by David Sterba
· 7 years ago
7add17b
btrfs: heuristic: open code copy_call callback of radix sort
by David Sterba
· 7 years ago
23ae8c6
btrfs: heuristic: open code get_num callback of radix sort
by David Sterba
· 7 years ago
78f6bea
btrfs: remove unused arg from parse_subvol_options()
by Misono, Tomohiro
· 7 years ago
83085935
btrfs: remove unused setup_root_args()
by Misono, Tomohiro
· 7 years ago
d740760
btrfs: split parse_early_options() in two
by Misono, Tomohiro
· 7 years ago
312c89f
btrfs: cleanup btrfs_mount() using btrfs_mount_root()
by Misono, Tomohiro
· 7 years ago
72fa39f
btrfs: add btrfs_mount_root() and new file_system_type
by Misono, Tomohiro
· 7 years ago
aab6e9e
btrfs: unify extent_page_data type passed as void
by David Sterba
· 7 years ago
935db85
btrfs: sink writepage parameter to extent_write_cache_pages
by David Sterba
· 8 years ago
25b860e
btrfs: sink flush_fn to extent_write_cache_pages
by David Sterba
· 8 years ago
e2932ee
btrfs: merge two flush_write_bio helpers
by David Sterba
· 8 years ago
a74b35e
btrfs: Rename bin_search -> btrfs_bin_search
by Nikolay Borisov
· 7 years ago
0a9b0e5
btrfs: sink extent_write_full_page tree argument
by Nikolay Borisov
· 7 years ago
5e3ee23
btrfs: sink extent_write_locked_range tree parameter
by Nikolay Borisov
· 7 years ago
3e79806
btrfs: Remove pair of bio_get/put in btrfs_schedule_bio
by Nikolay Borisov
· 7 years ago
9ea2c7c
btrfs: Fix out of bounds access in btrfs_search_slot
by Nikolay Borisov
· 7 years ago
87c46ec
btrfs: remove duplicate includes
by Pravin Shedge
· 7 years ago
f3038ee
btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
by Nikolay Borisov
· 7 years ago
ad8bc4d
btrfs: put btrfs_ioctl_vol_args_v2 related defines together
by Anand Jain
· 7 years ago
0f628c6
btrfs: show options: use helper to convert compression type string
by David Sterba
· 7 years ago
802a5c6
btrfs: prop: use common helper for type to string conversion
by David Sterba
· 7 years ago
9337050
btrfs: SETFLAGS ioctl: use helper for compression type conversion
by David Sterba
· 7 years ago
e128f9c
btrfs: compression: add helper for type to string conversion
by David Sterba
· 7 years ago
Next »