Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
eb55bbf865d9979098c6a7a17cbdb41237ece951
/
fs
/
btrfs
/
ctree.h
c4c129d
btrfs: drop unused parameter qgroup_reserved
by Gu JinXiang
· 7 years ago
d195779
btrfs: Remove fs_info argument from btrfs_uuid_tree_rem
by Lu Fengqi
· 7 years ago
cdb345a
btrfs: Remove fs_info argument from btrfs_uuid_tree_add
by Lu Fengqi
· 7 years ago
a575cee
Btrfs: get rid of unused orphan infrastructure
by Omar Sandoval
· 7 years ago
7b6a221
btrfs: rename btrfs_update_iflags to reflect which flags it touches
by David Sterba
· 7 years ago
20a6800
btrfs: Unexport and rename btrfs_invalidate_inodes
by Nikolay Borisov
· 7 years ago
110a21f
btrfs: introduce conditional wakeup helpers
by David Sterba
· 7 years ago
4457c1c
btrfs: Remove fs_info argument from add_new_free_space
by Nikolay Borisov
· 7 years ago
3a2f8c0
btrfs: Unexport btrfs_alloc_delalloc_work
by Nikolay Borisov
· 7 years ago
076da91
btrfs: Remove delayed_iput member from btrfs_delalloc_work
by Nikolay Borisov
· 7 years ago
76f32e2
btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodes
by Nikolay Borisov
· 7 years ago
82b3e53
btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_roots
by Nikolay Borisov
· 7 years ago
008ef09
btrfs: drop lock parameter from update_ioctl_balance_args and rename
by David Sterba
· 7 years ago
3009a62
btrfs: track running balance in a simpler way
by David Sterba
· 7 years ago
dccdb07
btrfs: kill btrfs_fs_info::volume_mutex
by David Sterba
· 7 years ago
40012f9
btrfs: Remove btrfs_wait_and_free_delalloc_work
by Nikolay Borisov
· 7 years ago
f60a236
btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()
by Misono Tomohiro
· 7 years ago
ec42f16
btrfs: Move may_destroy_subvol() from ioctl.c to inode.c
by Misono Tomohiro
· 7 years ago
c065f5b1
btrfs: rename btrfs_get_block_group_info and make it static
by Su Yue
· 7 years ago
2b87733
btrfs: Split btrfs_del_delalloc_inode into 2 functions
by Nikolay Borisov
· 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
9888c34
btrfs: replace GPL boilerplate by SPDX -- headers
by David Sterba
· 7 years ago
8287475
btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved space
by Qu Wenruo
· 7 years ago
43b1859
btrfs: qgroup: Use separate meta reservation type for delalloc
by Qu Wenruo
· 7 years ago
e1211d0
btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroup
by Qu Wenruo
· 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
5ead2dd
btrfs: Drop fs_info parameter from btrfs_finish_extent_commit
by Nikolay Borisov
· 7 years ago
c79a70b
btrfs: drop fs_info parameter from btrfs_run_delayed_refs
by Nikolay Borisov
· 7 years ago
92e2f7e
btrfs: Remove btrfs_fs_info::open_ioctl_trans
by Nikolay Borisov
· 7 years ago
859e682
btrfs: Remove btrfs_file_private::trans
by Nikolay Borisov
· 7 years ago
7a5a07a
btrfs: Remove userspace transaction ioctls
by Nikolay Borisov
· 7 years ago
7c829b7
btrfs: add define for oldest generation
by Anand Jain
· 7 years ago
738c93d
btrfs: move btrfs_listxattr prototype to xattr.h
by David Sterba
· 7 years ago
d612ac5
btrfs: unify types for metadata_ratio and data_chunk_allocations
by Anand Jain
· 7 years ago
e67c718
btrfs: add more __cold annotations
by David Sterba
· 7 years ago
9678c54
btrfs: Remove custom crc32c init code
by Nikolay Borisov
· 7 years ago
3e72ee8
btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()
by Qu Wenruo
· 7 years ago
5d23515
btrfs: Move qgroup rescan on quota enable to btrfs_quota_enable
by Nikolay Borisov
· 7 years ago
d374060
btrfs: manage commit mount option as %u
by Anand Jain
· 7 years ago
f7b885b
btrfs: manage thread_pool mount option as %u
by Anand Jain
· 7 years ago
2121705
btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groups
by Nikolay Borisov
· 7 years ago
6c686b3
btrfs: Remove fs_info argument from btrfs_create_pending_block_groups
by Nikolay Borisov
· 7 years ago
0e34693
btrfs: Make btrfs_trans_release_metadata private to transaction.c
by Nikolay Borisov
· 7 years ago
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
· 7 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
Next »