Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
37db219ef9ccff280c83f10e5d7c1e5a1b6abc1b
/
fs
/
btrfs
/
ctree.h
1f250e9
Btrfs: fix log replay failure after unlink and link combination
by Filipe Manana
· 7 years ago
a8fd1f7
btrfs: use kvzalloc to allocate btrfs_fs_info
by Jeff Mahoney
· 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
203e02d
Btrfs: remove unused wait in btrfs_stripe_hash
by Liu Bo
· 7 years ago
bae15d9
btrfs: Cleanup existing name_len checks
by Qu Wenruo
· 7 years ago
f5c29bd
Btrfs: add __init macro to btrfs init functions
by Liu Bo
· 7 years ago
26cd947
Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
e3b8a48
Btrfs: fix reported number of inode blocks after buffered append writes
by Filipe Manana
· 7 years ago
69fe2d7
btrfs: make the delalloc block rsv per inode
by Josef Bacik
· 7 years ago
8b62f87
Btrfs: rework outstanding_extents
by Josef Bacik
· 7 years ago
f51d2b5
btrfs: allow to set compression level for zlib
by David Sterba
· 7 years ago
d4417e2
btrfs: Replace opencoded sizes with their symbolic constants
by Nikolay Borisov
· 7 years ago
fd708b8
Btrfs: add a extent ref verify tool
by Josef Bacik
· 7 years ago
84f7d8e
btrfs: pass root to various extent ref mod functions
by Josef Bacik
· 7 years ago
fb59237
btrfs: add ref-verify mount option
by Josef Bacik
· 7 years ago
736cd52
Btrfs: remove nr_async_submits and async_submit_draining
by Liu Bo
· 7 years ago
f851689
Btrfs: remove nr_async_bios
by Liu Bo
· 7 years ago
ee8c494
btrfs: Remove unused arguments from btrfs_changed_cb_t
by Nikolay Borisov
· 7 years ago
bf2db0b
Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
69ad597
Btrfs: fix overlap of fs_info::flags values
by Tsutomu Itoh
· 7 years ago
5ba88cd
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
c2faff7
btrfs: remove BTRFS_FS_QUOTA_DISABLING flag
by Misono, Tomohiro
· 7 years ago
e7cdb60
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 7 years ago
1cd5447
btrfs: pass fs_info to btrfs_del_root instead of tree_root
by Jeff Mahoney
· 7 years ago
4335958
Btrfs: remove BUG() in btrfs_extent_inline_ref_size
by Liu Bo
· 7 years ago
167ce95
Btrfs: add a helper to retrive extent inline ref type
by Liu Bo
· 7 years ago
0174484
btrfs: Remove chunk_objectid argument from btrfs_make_block_group
by Nikolay Borisov
· 7 years ago
583b723
btrfs: Do not use data_alloc_cluster in ssd mode
by Hans van Kranenburg
· 7 years ago
23b5ec7
btrfs: fix readdir deadlock with pagefault
by Josef Bacik
· 7 years ago
d3c0bab
btrfs: remove trivial wrapper btrfs_force_ra
by David Sterba
· 8 years ago
35dc313
btrfs: drop ancient page flag mappings
by David Sterba
· 8 years ago
ea14b57f
btrfs: fix spelling of snapshotting
by David Sterba
· 8 years ago
19aee8d
btrfs: btrfs_inherit_iflags() can be static
by Anand Jain
· 8 years ago
bc3cce2
btrfs: Cleanup num_tolerated_disk_barrier_failures
by Qu Wenruo
· 8 years ago
1cbb1f4
btrfs: struct-funcs, constify readers
by Jeff Mahoney
· 8 years ago
23d1f73
btrfs: remove unused sectorsize member
by Nikolay Borisov
· 8 years ago
5c1aab1
btrfs: Add zstd support
by Nick Terrell
· 7 years ago
8c27cb3
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 8 years ago
bc42bda
btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges
by Qu Wenruo
· 8 years ago
364ecf3
btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
by Qu Wenruo
· 8 years ago
e79a332
btrfs: Check name_len with boundary in verify dir_item
by Su Yue
· 8 years ago
19c6dcb
btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundary
by Su Yue
· 8 years ago
7dfb8be
btrfs: Round down values which are written for total_bytes_size
by Nikolay Borisov
· 8 years ago
eca152e
btrfs: Manually implement device_total_bytes getter/setter
by Nikolay Borisov
· 8 years ago
0d0c71b
btrfs: obsolete and remove mount option alloc_start
by David Sterba
· 8 years ago
fac03c8
btrfs: move fs_info::fs_frozen to the flags
by David Sterba
· 8 years ago
4b5faea
btrfs: use generic slab for for btrfs_transaction
by David Sterba
· 8 years ago
118c701
btrfs: remove __BTRFS_LEAF_DATA_SIZE
by Nikolay Borisov
· 8 years ago
3d9ec8c
btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET
by Nikolay Borisov
· 8 years ago
1b86826
btrfs: cleanup root usage by btrfs_get_alloc_profile
by Jeff Mahoney
· 8 years ago
c6100a4
Btrfs: replace tree->mapping with tree->private_data
by Josef Bacik
· 8 years ago
f29efe2
btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE
by Sargun Dhillon
· 8 years ago
a5ed45f
btrfs: Convert fs_info->free_chunk_space to atomic64_t
by Nikolay Borisov
· 8 years ago
8f66439
Merge tag 'v4.12-rc5' into for-4.13/block
by Jens Axboe
· 8 years ago
66cea28
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
70e7af2
Btrfs: fix delalloc accounting leak caused by u32 overflow
by Omar Sandoval
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
1176032
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
9e11cee
btrfs: Convert to separately allocated bdi
by Jan Kara
· 8 years ago
0966a7b
btrfs: scrub: Introduce full stripe lock for RAID56
by Qu Wenruo
· 8 years ago
171938e
btrfs: track exclusive filesystem operation in flags
by David Sterba
· 8 years ago
de47c9d
btrfs: replace hardcoded value with SEQ_LAST macro
by Edmund Nadolski
· 8 years ago
d48d71a
btrfs: remove redundant parameter from btree_readahead_hook
by David Sterba
· 8 years ago
0700cea
btrfs: convert btrfs_root.refs from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
1e4f471
btrfs: convert btrfs_caching_control.count from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
fe8e12b
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
ce0dcee
btrfs: Change qgroup_meta_rsv to 64bit
by Goldwyn Rodrigues
· 8 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
bbe08c0
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
db0a669
btrfs: Make btrfs_add_link take btrfs_inode
by Nikolay Borisov
· 8 years ago
fc4f21b
btrfs: Make get_extent_t take btrfs_inode
by Nikolay Borisov
· 8 years ago
9cdc512
btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode
by Nikolay Borisov
· 8 years ago
73f2e54
btrfs: Make btrfs_orphan_add take btrfs_inode
by Nikolay Borisov
· 8 years ago
7a6d706
btrfs: Make btrfs_mark_extent_written take btrfs_inode
by Nikolay Borisov
· 8 years ago
dcdbc05
btrfs: Make btrfs_drop_extent_cache take btrfs_inode
by Nikolay Borisov
· 8 years ago
6158e1c
btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inode
by Nikolay Borisov
· 8 years ago
691fa05
btrfs: all btrfs_delalloc_release_metadata take btrfs_inode
by Nikolay Borisov
· 8 years ago
9f3db42
btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inode
by Nikolay Borisov
· 8 years ago
703b391
btrfs: Make btrfs_orphan_release_metadata take btrfs_inode
by Nikolay Borisov
· 8 years ago
8ed7a2a
btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inode
by Nikolay Borisov
· 8 years ago
04f4f91
btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inode
by Nikolay Borisov
· 8 years ago
70ddc55
btrfs: make btrfs_is_free_space_inode take btrfs_inode
by Nikolay Borisov
· 8 years ago
8e7611c
btrfs: Make btrfs_insert_dir_item take btrfs_inode
by Nikolay Borisov
· 8 years ago
9003ed1
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
71367b3
btrfs: use btrfs_debug instead of pr_debug in transaction abort
by Jeff Mahoney
· 8 years ago
5e00f19
btrfs: convert btrfs_inc_block_group_ro to accept fs_info
by Jeff Mahoney
· 8 years ago
8b74c03
btrfs: remove unused parameter from btrfs_prepare_extent_commit
by David Sterba
· 8 years ago
7775c81
btrfs: remove unused parameter from btrfs_subvolume_release_metadata
by David Sterba
· 8 years ago
e4c3b2d
Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist
by Liu Bo
· 8 years ago
310712b
Btrfs: constify struct btrfs_{,disk_}key wherever possible
by Omar Sandoval
· 8 years ago
4ec5934
btrfs: Make btrfs_unlink_inode take btrfs_inode
by Nikolay Borisov
· 8 years ago
823bb20
btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZE
by David Sterba
· 8 years ago
0110c35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
a76b5b0
fs: try to clone files first in vfs_copy_file_range
by Christoph Hellwig
· 8 years ago
e5d6b12
Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors
by Chris Mason
· 8 years ago
Next »