Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b80d0b93b991e551a32157e0d9d38fc5bc9348a7
/
fs
/
btrfs
4148d38
Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
a6aa10c7
Btrfs: send, fix missing truncate for inode with prealloc extent past eof
by Filipe Manana
· 7 years ago
998ac6d
btrfs: Take trans lock before access running trans in check_delayed_ref
by ethanwu
· 7 years ago
17515f1
btrfs: Fix wrong first_key parameter in replace_path
by Qu Wenruo
· 7 years ago
d54b5c1
Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
c0872323
btrfs: print-tree: debugging output enhancement
by Qu Wenruo
· 7 years ago
5e388e9
btrfs: Fix race condition between delayed refs and blockgroup removal
by Nikolay Borisov
· 7 years ago
92d3217
btrfs: fix unaligned access in readdir
by David Sterba
· 7 years ago
336a8bb
btrfs: Fix wrong btrfs_delalloc_release_extents parameter
by Qu Wenruo
· 7 years ago
f218ea6
btrfs: delayed-inode: Remove wrong qgroup meta reservation calls
by Qu Wenruo
· 7 years ago
ff6bc37
btrfs: qgroup: Use independent and accurate per inode qgroup rsv
by Qu Wenruo
· 7 years ago
a514d63
btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT
by Qu Wenruo
· 7 years ago
e37563bb
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
5d41be6
btrfs: Only check first key for committed tree blocks
by Qu Wenruo
· 7 years ago
852eb3a
btrfs: add SPDX header to Kconfig
by David Sterba
· 7 years ago
c1d7c51
btrfs: replace GPL boilerplate by SPDX -- sources
by David Sterba
· 7 years ago
9888c34
btrfs: replace GPL boilerplate by SPDX -- headers
by David Sterba
· 7 years ago
471d557
Btrfs: fix loss of prealloc extents past i_size after fsync log replay
by Filipe Manana
· 7 years ago
af72273
Btrfs: clean up resources during umount after trans is aborted
by Liu Bo
· 7 years ago
b93b016
page cache: use xa_lock
by Matthew Wilcox
· 7 years ago
1e1c50a
btrfs: Fix possible softlock on single core machines
by Nikolay Borisov
· 7 years ago
b98def7
Btrfs: bail out on error during replay_dir_deletes
by Liu Bo
· 7 years ago
80c0b42
Btrfs: fix NULL pointer dereference in log_dir_items
by Liu Bo
· 7 years ago
94514bbe
Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
ce6eba3
Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
57599c7
btrfs: lift errors from add_extent_changeset to the callers
by David Sterba
· 7 years ago
f50f435
Btrfs: print error messages when failing to read trees
by Liu Bo
· 7 years ago
38e82de
btrfs: user proper type for btrfs_mask_flags flags
by David Sterba
· 7 years ago
7e79cb8
btrfs: split dev-replace locking helpers for read and write
by David Sterba
· 7 years ago
e7ab0af
btrfs: remove stale comments about fs_mutex
by David Sterba
· 7 years ago
88c1459
btrfs: use RCU in btrfs_show_devname for device list traversal
by David Sterba
· 7 years ago
d198013
btrfs: update barrier in should_cow_block
by David Sterba
· 7 years ago
a32bf9a
btrfs: use lockdep_assert_held for mutexes
by David Sterba
· 7 years ago
a4666e6
btrfs: use lockdep_assert_held for spinlocks
by David Sterba
· 7 years ago
581c176
btrfs: Validate child tree block's level and first key
by Qu Wenruo
· 7 years ago
3c0efdf
btrfs: tests/qgroup: Fix wrong tree backref level
by Qu Wenruo
· 7 years ago
8434ec4
Btrfs: fix copy_items() return value when logging an inode
by Filipe Manana
· 7 years ago
4ee3fad
Btrfs: fix fsync after hole punching when using no-holes feature
by Filipe Manana
· 7 years ago
a1840b5
btrfs: use helper to set ulist aux from a qgroup
by David Sterba
· 7 years ago
0b78877
Revert "btrfs: qgroups: Retry after commit on getting EDQUOT"
by Qu Wenruo
· 7 years ago
4ee0d88
btrfs: qgroup: Update trace events for metadata reservation
by Qu Wenruo
· 7 years ago
8287475
btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved space
by Qu Wenruo
· 7 years ago
4f5427c
btrfs: delayed-inode: Use new qgroup meta rsv for delayed inode and item
by Qu Wenruo
· 7 years ago
43b1859
btrfs: qgroup: Use separate meta reservation type for delalloc
by Qu Wenruo
· 7 years ago
64cfaef
btrfs: qgroup: Introduce function to convert META_PREALLOC into META_PERTRANS
by Qu Wenruo
· 7 years ago
e1211d0
btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroup
by Qu Wenruo
· 7 years ago
733e03a
btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans
by Qu Wenruo
· 7 years ago
5c40507
btrfs: qgroup: Cleanup the remaining old reservation counters
by Qu Wenruo
· 7 years ago
64ee4e7
btrfs: qgroup: Update trace events to use new separate rsv types
by Qu Wenruo
· 7 years ago
429d627
btrfs: qgroup: Fix wrong qgroup reservation update for relationship modification
by Qu Wenruo
· 7 years ago
dba2132
btrfs: qgroup: Make qgroup_reserve and its callers to use separate reservation type
by Qu Wenruo
· 7 years ago
f59c034
btrfs: qgroup: Introduce helpers to update and access new qgroup rsv
by Qu Wenruo
· 7 years ago
d4e5c92
btrfs: qgroup: Skeleton to support separate qgroup reservation type
by Qu Wenruo
· 7 years ago
0a0d441
Btrfs: delete dead code in btrfs_orphan_add()
by Omar Sandoval
· 7 years ago
4408ea7
btrfs: ctree.h: Fix wrong comment position about csum size
by Misono, Tomohiro
· 7 years ago
75cb379
btrfs: defer adding raid type kobject until after chunk relocation
by Jeff Mahoney
· 7 years ago
dc2d300
btrfs: remove dead create_space_info calls
by Jeff Mahoney
· 7 years ago
580c6ef
Btrfs: replace: cache rbio when rebuild data on missing device
by Liu Bo
· 7 years ago
8a5a916
btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
by Jeff Mahoney
· 7 years ago
8ba0ae7
btrfs: drop optimal argument from find_live_mirror()
by Anand Jain
· 7 years ago
99f92a7
btrfs: drop num argument from find_live_mirror()
by Anand Jain
· 7 years ago
0a1e458
btrfs: Drop fs_info parameter from __btrfs_run_delayed_refs
by Nikolay Borisov
· 7 years ago
5ead2dd
btrfs: Drop fs_info parameter from btrfs_finish_extent_commit
by Nikolay Borisov
· 7 years ago
460fb20
btrfs: Drop fs_info parameter from btrfs_qgroup_account_extents
by Nikolay Borisov
· 7 years ago
c79a70b
btrfs: drop fs_info parameter from btrfs_run_delayed_refs
by Nikolay Borisov
· 7 years ago
39d7d09
btrfs: Remove unused flush var in shrink_delalloc
by Nikolay Borisov
· 7 years ago
101d2dc
btrfs: Remove unused extent_root var from caching_thread
by Nikolay Borisov
· 7 years ago
338dae1
btrfs: remove max_active var from open_ctree
by Nikolay Borisov
· 7 years ago
8535dc19
btrfs: Remove unused root var from relink_file_extents
by Nikolay Borisov
· 7 years ago
4eeb97c
btrfs: Remove unused tot_len var from lzo_decompress
by Nikolay Borisov
· 7 years ago
d6e823a
btrfs: Remove unused length var from scrub_handle_errored_block
by Nikolay Borisov
· 7 years ago
a6dbcea
btrfs: Remove unused op_key var from add_delayed_refs
by Nikolay Borisov
· 7 years ago
ba89b80
btrfs: volumes: Remove the meaningless condition of minimal nr_devs when allocating a chunk
by Qu Wenruo
· 7 years ago
6f47c70
btrfs: Document parameters of btrfs_reserve_extent
by Nikolay Borisov
· 7 years ago
d87ff75
btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_received_subvol
by Nikolay Borisov
· 7 years ago
776c4a7c
btrfs: Use sizeof directly instead of a constant variable
by Nikolay Borisov
· 7 years ago
d0ee393
btrfs: rename submit callbacks and drop double underscores
by David Sterba
· 7 years ago
6c55343
btrfs: remove unused parameters from extent_submit_bio_done_t
by David Sterba
· 7 years ago
d077929
btrfs: remove unused parameters from extent_submit_bio_start_t
by David Sterba
· 7 years ago
a758781
btrfs: separate types for submit_bio_start and submit_bio_done
by David Sterba
· 8 years ago
d9d19a0
btrfs: kill tree_mod_log_set_root_pointer helper
by David Sterba
· 7 years ago
0e82bcf
btrfs: kill tree_mod_log_set_node_key helper
by David Sterba
· 7 years ago
bf1d342
btrfs: kill trivial wrapper tree_mod_log_eb_move
by David Sterba
· 7 years ago
b1a09f1
btrfs: remove trivial locking wrappers of tree mod log
by David Sterba
· 7 years ago
bcd24da
btrfs: drop fs_info parameter from __tree_mod_log_oldest_root
by David Sterba
· 7 years ago
b6dfa35
btrfs: embed tree_mod_move structure to tree_mod_elem
by David Sterba
· 7 years ago
a446a97
btrfs: drop unused fs_info parameter from tree_mod_log_eb_move
by David Sterba
· 7 years ago
95b757c
btrfs: drop fs_info parameter from tree_mod_log_free_eb
by David Sterba
· 7 years ago
db7279a
btrfs: drop fs_info parameter from tree_mod_log_free_eb
by David Sterba
· 7 years ago
e09c2ef
btrfs: drop fs_info parameter from tree_mod_log_insert_key
by David Sterba
· 7 years ago
6074d45
btrfs: drop fs_info parameter from tree_mod_log_insert_move
by David Sterba
· 7 years ago
3ac6de1
btrfs: drop fs_info parameter from tree_mod_log_set_node_key
by David Sterba
· 7 years ago
b8b3d62
btrfs: document more parameters of submit_extent_page
by David Sterba
· 8 years ago
0c8508a
btrfs: cleanup merging conditions in submit_extent_page
by David Sterba
· 8 years ago
8eec829
btrfs: remove redundant variable in __do_readpage
by David Sterba
· 8 years ago
5c2b1fd
btrfs: assume that bio_ret is always valid in submit_extent_page
by David Sterba
· 8 years ago
6ca1765
Btrfs: scrub: batch rebuild for raid56
by Liu Bo
· 7 years ago
416a720
btrfs: sort and group mount option definitions
by David Sterba
· 7 years ago
62b8e07
btrfs: Add nossd_spread mount option
by Howard McLauchlan
· 7 years ago
92e2f7e
btrfs: Remove btrfs_fs_info::open_ioctl_trans
by Nikolay Borisov
· 7 years ago
Next »