Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6dfef396ea13873ae9066ee2e0ad6ee364031fe2
/
fs
/
btrfs
f877987
Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
431d398
btrfs: silence maybe-uninitialized warning in clone_range
by Austin Kim
· 5 years ago
c5f4987
btrfs: fix uninitialized ret in ref-verify
by Josef Bacik
· 5 years ago
11a19a9
btrfs: allocate new inode in NOFS context
by Josef Bacik
· 5 years ago
7a54789
btrfs: fix balance convert to single on 32-bit host CPUs
by Zygo Blaxell
· 5 years ago
4203e96
btrfs: fix incorrect updating of log root tree
by Josef Bacik
· 5 years ago
c67d970
Btrfs: fix memory leak due to concurrent append writes with fiemap
by Filipe Manana
· 5 years ago
bb48a59
Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
d4e2049
btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls
by Qu Wenruo
· 5 years ago
bab32fc
btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space
by Qu Wenruo
· 5 years ago
fab2735
btrfs: Fix a regression which we can't convert to SINGLE profile
by Qu Wenruo
· 5 years ago
1fac4a5
btrfs: relocation: fix use-after-free on dead relocation roots
by Qu Wenruo
· 5 years ago
13fc1d2
Btrfs: fix race setting up and completing qgroup rescan workers
by Filipe Manana
· 5 years ago
0607eb1d
Btrfs: fix missing error return if writeback for extent buffer never started
by Filipe Manana
· 5 years ago
eb5b64f
btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer
by Dennis Zhou
· 5 years ago
9f7fec0
Btrfs: fix selftests failure due to uninitialized i_mode in test inodes
by Filipe Manana
· 5 years ago
7d14df2
Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
1b304a1
Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
18dfa71
Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
by Filipe Manana
· 5 years ago
410f954
Btrfs: fix assertion failure during fsync and use of stale transaction
by Filipe Manana
· 5 years ago
6af112b
btrfs: Relinquish CPUs in btrfs_compare_trees
by Nikolay Borisov
· 5 years ago
65e99c4
btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_atomic
by Nikolay Borisov
· 5 years ago
af024ed
btrfs: create structure to encode checksum type and length
by Johannes Thumshirn
· 5 years ago
84fe47a
btrfs: add enospc debug messages for ticket failure
by Josef Bacik
· 5 years ago
0096420
btrfs: do not account global reserve in can_overcommit
by Josef Bacik
· 5 years ago
426551f
btrfs: use btrfs_try_granting_tickets in update_global_rsv
by Josef Bacik
· 5 years ago
d792b0f
btrfs: always reserve our entire size for the global reserve
by Josef Bacik
· 5 years ago
3593ce3
btrfs: change the minimum global reserve size
by Josef Bacik
· 5 years ago
d05e464
btrfs: rename btrfs_space_info_add_old_bytes
by Josef Bacik
· 5 years ago
def936e
btrfs: remove orig_bytes from reserve_ticket
by Josef Bacik
· 5 years ago
00c0135
btrfs: fix may_commit_transaction to deal with no partial filling
by Josef Bacik
· 5 years ago
2341ccd
btrfs: rework wake_all_tickets
by Josef Bacik
· 5 years ago
18fa228
btrfs: refactor the ticket wakeup code
by Josef Bacik
· 5 years ago
9118264
btrfs: stop partially refilling tickets when releasing space
by Josef Bacik
· 5 years ago
a43c383
btrfs: add space reservation tracepoint for reserved bytes
by Josef Bacik
· 5 years ago
f3e75e3
btrfs: roll tracepoint into btrfs_space_info_update helper
by Josef Bacik
· 5 years ago
ef1317a
btrfs: do not allow reservations if we have pending tickets
by Josef Bacik
· 5 years ago
e182163
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
by Omar Sandoval
· 5 years ago
f50cb7a
btrfs: treat RWF_{,D}SYNC writes as sync for CRCs
by Omar Sandoval
· 5 years ago
c09767a
btrfs: use correct count in btrfs_file_write_iter()
by Omar Sandoval
· 5 years ago
c82f823
btrfs: tie extent buffer and it's token together
by David Sterba
· 5 years ago
48bc395
btrfs: assume valid token for btrfs_set/get_token helpers
by David Sterba
· 5 years ago
cb49511
btrfs: define separate btrfs_set/get_XX helpers
by David Sterba
· 5 years ago
6ff49c6
btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref
by Nikolay Borisov
· 5 years ago
9bb8407
btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct
by Nikolay Borisov
· 5 years ago
1dc990d
btrfs: move dev_stats helpers to volumes.c
by David Sterba
· 5 years ago
67b61ae
btrfs: move struct io_ctl to free-space-cache.h
by David Sterba
· 5 years ago
18d0f5c
btrfs: move functions for tree compare to send.c
by David Sterba
· 5 years ago
4b231ae
btrfs: rename and export read_node_slot
by David Sterba
· 5 years ago
8a95334
btrfs: move private raid56 definitions from ctree.h
by David Sterba
· 5 years ago
784352f
btrfs: move math functions to misc.h
by David Sterba
· 5 years ago
602cbe9
btrfs: move cond_wake_up functions out of ctree
by David Sterba
· 5 years ago
d2979aa
btrfs: use proper error values on allocation failure in clone_fs_devices
by Anand Jain
· 5 years ago
a06dee4d
btrfs: proper error handling when invalid device is found in find_next_devid
by Anand Jain
· 5 years ago
3acd485
btrfs: fix allocation of free space cache v1 bitmap pages
by Christophe Leroy
· 5 years ago
62fdaa5
btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
by Qu Wenruo
· 5 years ago
ebc8735
btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag
by Nikolay Borisov
· 5 years ago
762bf09
btrfs: improve error handling in run_delalloc_nocow
by Nikolay Borisov
· 5 years ago
e8e2100
btrfs: comment and minor simplifications in run_delalloc_nocow
by Nikolay Borisov
· 5 years ago
922f051
btrfs: streamline code in run_delalloc_nocow in case of inline extents
by Nikolay Borisov
· 5 years ago
bb55f62
btrfs: simplify extent type checks in run_delalloc_nocow
by Nikolay Borisov
· 5 years ago
a6bd9cd
btrfs: improve comments around nocow path
by Nikolay Borisov
· 5 years ago
3e02484
btrfs: refactor variable scope in run_delalloc_nocow
by Nikolay Borisov
· 5 years ago
bcacf5f3
btrfs: only reserve metadata_size for inodes
by Josef Bacik
· 5 years ago
2bd36e7
btrfs: rename the btrfs_calc_*_metadata_size helpers
by Josef Bacik
· 5 years ago
0785a9a
btrfs: tree-checker: Add EXTENT_DATA_REF check
by Qu Wenruo
· 5 years ago
e2406a6
btrfs: tree-checker: Add simple keyed refs check
by Qu Wenruo
· 5 years ago
f82d1c7c
btrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM check
by Qu Wenruo
· 5 years ago
f113698
btrfs: fix error pointer check in __btrfs_map_block()
by Dan Carpenter
· 5 years ago
3b80a984
btrfs: dev stat drop useless goto
by Anand Jain
· 5 years ago
440630e
btrfs: dev stats item key conversion per cpu type is not needed
by Anand Jain
· 5 years ago
4f84bd7
btrfs: Make reada_tree_block_flagged private
by Nikolay Borisov
· 5 years ago
b0c1fe1
btrfs: compression: replace set_level callbacks by a common helper
by David Sterba
· 5 years ago
e18333a
btrfs: define compression levels statically
by David Sterba
· 5 years ago
efad8a8
Btrfs: fix use-after-free when using the tree modification log
by Filipe Manana
· 5 years ago
27e022a
btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should go
by Anand Jain
· 5 years ago
d3984c9
btrfs: introduce an evict flushing state
by Josef Bacik
· 5 years ago
9ce2f42
btrfs: refactor priority_reclaim_metadata_space
by Josef Bacik
· 5 years ago
0323527
btrfs: factor out the ticket flush handling
by Josef Bacik
· 5 years ago
374bf9c
btrfs: unify error handling for ticket flushing
by Josef Bacik
· 5 years ago
844245b
btrfs: add a flush step for delayed iputs
by Josef Bacik
· 5 years ago
e11c040
btrfs: unexport the temporary exported functions
by Josef Bacik
· 6 years ago
3e43c27
btrfs: migrate the block group cleanup code
by Josef Bacik
· 6 years ago
878d7b6
btrfs: migrate the alloc_profile helpers
by Josef Bacik
· 6 years ago
07730d8
btrfs: migrate the chunk allocation code
by Josef Bacik
· 6 years ago
606d1bf
btrfs: migrate the block group space accounting helpers
by Josef Bacik
· 6 years ago
ade4b51
btrfs: export block group accounting helpers
by Josef Bacik
· 6 years ago
77745c0
btrfs: migrate the dirty bg writeout code
by Josef Bacik
· 6 years ago
26ce209
btrfs: migrate inc/dec_block_group_ro code
by Josef Bacik
· 6 years ago
8484764
btrfs: temporarily export btrfs_get_restripe_target
by Josef Bacik
· 6 years ago
4358d963
btrfs: migrate the block group read/creation code
by Josef Bacik
· 6 years ago
e3e0520
btrfs: migrate the block group removal code
by Josef Bacik
· 6 years ago
3b2a78f
btrfs: temporarily export inc_block_group_ro
by Josef Bacik
· 6 years ago
9f21246
btrfs: migrate the block group caching code
by Josef Bacik
· 5 years ago
9188db6
btrfs: sysfs: move helper macros to sysfs.c
by David Sterba
· 5 years ago
8f52316
btrfs: sysfs: move type conversion helpers to sysfs.c
by David Sterba
· 5 years ago
67715b2
btrfs: cleanup kobject.h includes
by David Sterba
· 5 years ago
f93c399
btrfs: factor out sysfs code for updating sprout fsid
by David Sterba
· 5 years ago
b5865ba
btrfs: factor out sysfs code for deleting block group and space infos
by David Sterba
· 5 years ago
5b28692
btrfs: factor out sysfs code for sending device uevent
by David Sterba
· 5 years ago
Next »