index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: drop unused parameter qgroup_reserved
Gu JinXiang
2018-05-30
1
-2
/
+1
*
btrfs: Remove fs_info argument from btrfs_uuid_tree_rem
Lu Fengqi
2018-05-30
1
-2
/
+1
*
btrfs: Remove fs_info argument from btrfs_uuid_tree_add
Lu Fengqi
2018-05-30
1
-2
/
+1
*
Btrfs: get rid of unused orphan infrastructure
Omar Sandoval
2018-05-28
1
-8
/
+0
*
btrfs: rename btrfs_update_iflags to reflect which flags it touches
David Sterba
2018-05-28
1
-1
/
+1
*
btrfs: Unexport and rename btrfs_invalidate_inodes
Nikolay Borisov
2018-05-28
1
-1
/
+0
*
btrfs: introduce conditional wakeup helpers
David Sterba
2018-05-28
1
-0
/
+22
*
btrfs: Remove fs_info argument from add_new_free_space
Nikolay Borisov
2018-05-28
1
-1
/
+1
*
btrfs: Unexport btrfs_alloc_delalloc_work
Nikolay Borisov
2018-05-28
1
-9
/
+0
*
btrfs: Remove delayed_iput member from btrfs_delalloc_work
Nikolay Borisov
2018-05-28
1
-3
/
+1
*
btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodes
Nikolay Borisov
2018-05-28
1
-1
/
+1
*
btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_roots
Nikolay Borisov
2018-05-28
1
-2
/
+1
*
btrfs: drop lock parameter from update_ioctl_balance_args and rename
David Sterba
2018-05-28
1
-1
/
+3
*
btrfs: track running balance in a simpler way
David Sterba
2018-05-28
1
-1
/
+6
*
btrfs: kill btrfs_fs_info::volume_mutex
David Sterba
2018-05-28
1
-1
/
+0
*
btrfs: Remove btrfs_wait_and_free_delalloc_work
Nikolay Borisov
2018-05-28
1
-1
/
+0
*
btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()
Misono Tomohiro
2018-05-28
1
-5
/
+1
*
btrfs: Move may_destroy_subvol() from ioctl.c to inode.c
Misono Tomohiro
2018-05-28
1
-0
/
+1
*
btrfs: rename btrfs_get_block_group_info and make it static
Su Yue
2018-05-28
1
-2
/
+0
*
btrfs: Split btrfs_del_delalloc_inode into 2 functions
Nikolay Borisov
2018-05-17
1
-0
/
+2
*
btrfs: qgroup: Use independent and accurate per inode qgroup rsv
Qu Wenruo
2018-04-18
1
-0
/
+19
*
btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT
Qu Wenruo
2018-04-18
1
-0
/
+6
*
btrfs: replace GPL boilerplate by SPDX -- headers
David Sterba
2018-04-12
1
-16
/
+4
*
btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved space
Qu Wenruo
2018-03-31
1
-0
/
+5
*
btrfs: qgroup: Use separate meta reservation type for delalloc
Qu Wenruo
2018-03-31
1
-3
/
+6
*
btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroup
Qu Wenruo
2018-03-31
1
-3
/
+0
*
btrfs: ctree.h: Fix wrong comment position about csum size
Misono, Tomohiro
2018-03-31
1
-1
/
+1
*
btrfs: defer adding raid type kobject until after chunk relocation
Jeff Mahoney
2018-03-31
1
-1
/
+5
*
btrfs: remove dead create_space_info calls
Jeff Mahoney
2018-03-31
1
-3
/
+3
*
btrfs: Drop fs_info parameter from btrfs_finish_extent_commit
Nikolay Borisov
2018-03-31
1
-2
/
+1
*
btrfs: drop fs_info parameter from btrfs_run_delayed_refs
Nikolay Borisov
2018-03-31
1
-1
/
+1
*
btrfs: Remove btrfs_fs_info::open_ioctl_trans
Nikolay Borisov
2018-03-31
1
-1
/
+0
*
btrfs: Remove btrfs_file_private::trans
Nikolay Borisov
2018-03-31
1
-1
/
+0
*
btrfs: Remove userspace transaction ioctls
Nikolay Borisov
2018-03-31
1
-1
/
+0
*
btrfs: add define for oldest generation
Anand Jain
2018-03-31
1
-0
/
+2
*
btrfs: move btrfs_listxattr prototype to xattr.h
David Sterba
2018-03-26
1
-3
/
+0
*
btrfs: unify types for metadata_ratio and data_chunk_allocations
Anand Jain
2018-03-26
1
-2
/
+2
*
btrfs: add more __cold annotations
David Sterba
2018-03-26
1
-4
/
+5
*
btrfs: Remove custom crc32c init code
Nikolay Borisov
2018-03-26
1
-0
/
+16
*
btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()
Qu Wenruo
2018-03-26
1
-2
/
+0
*
btrfs: Move qgroup rescan on quota enable to btrfs_quota_enable
Nikolay Borisov
2018-03-26
1
-1
/
+0
*
btrfs: manage commit mount option as %u
Anand Jain
2018-03-26
1
-1
/
+1
*
btrfs: manage thread_pool mount option as %u
Anand Jain
2018-03-26
1
-1
/
+1
*
btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groups
Nikolay Borisov
2018-03-26
1
-2
/
+1
*
btrfs: Remove fs_info argument from btrfs_create_pending_block_groups
Nikolay Borisov
2018-03-26
1
-2
/
+1
*
btrfs: Make btrfs_trans_release_metadata private to transaction.c
Nikolay Borisov
2018-03-26
1
-2
/
+0
*
Btrfs: fix log replay failure after unlink and link combination
Filipe Manana
2018-03-01
1
-1
/
+4
*
btrfs: use kvzalloc to allocate btrfs_fs_info
Jeff Mahoney
2018-03-01
1
-1
/
+1
*
Btrfs: move extent map specific code to extent_map.c
Liu Bo
2018-01-22
1
-2
/
+0
*
Btrfs: add helper for em merge logic
Liu Bo
2018-01-22
1
-0
/
+2
[next]