index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
btrfs: update the number of bytes used by an inode atomically
Filipe Manana
1
-0
/
+8
2020-12-08
btrfs: refactor btrfs_drop_extents() to make it easier to extend
Filipe Manana
1
-9
/
+54
2020-12-08
btrfs: don't miss async discards after scheduled work override
Pavel Begunkov
1
-0
/
+1
2020-12-08
btrfs: discard: store async discard delay as ns not as jiffies
Pavel Begunkov
1
-1
/
+1
2020-12-08
btrfs: make buffer_radix take sector size units
Qu Wenruo
1
-0
/
+1
2020-12-08
btrfs: update last_byte_to_unpin in switch_commit_roots
Josef Bacik
1
-1
/
+0
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
1
-1
/
+0
2020-12-08
btrfs: precalculate checksums per leaf once
David Sterba
1
-1
/
+12
2020-12-08
btrfs: store precalculated csum_size in fs_info
David Sterba
1
-0
/
+1
2020-12-08
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
David Sterba
1
-1
/
+1
2020-12-08
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
1
-0
/
+2
2020-12-08
btrfs: add set/get accessors for root_item::drop_level
David Sterba
1
-0
/
+1
2020-12-08
btrfs: remove dio iomap DSYNC workaround
Goldwyn Rodrigues
1
-1
/
+0
2020-12-08
btrfs: introduce btrfs_inode_lock()/unlock()
Goldwyn Rodrigues
1
-0
/
+7
2020-12-08
btrfs: split btrfs_direct_IO to read and write
Goldwyn Rodrigues
1
-1
/
+4
2020-12-08
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
1
-0
/
+1
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
1
-0
/
+1
2020-12-08
btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()
Goldwyn Rodrigues
1
-1
/
+1
2020-11-23
btrfs: fix lockdep splat when enabling and disabling qgroups
Filipe Manana
1
-1
/
+4
2020-10-26
btrfs: fix readahead hang and use-after-free after removing a device
Filipe Manana
1
-0
/
+2
2020-10-07
btrfs: remove struct extent_io_ops
Nikolay Borisov
1
-2
/
+0
2020-10-07
btrfs: stop calling submit_bio_hook for data inodes
Nikolay Borisov
1
-0
/
+2
2020-10-07
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
1
-0
/
+2
2020-10-07
btrfs: use unaligned helpers for stack and header set/get helpers
David Sterba
1
-6
/
+14
2020-10-07
btrfs: sink total_data parameter in setup_items_for_insert
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: eliminate total_size parameter from setup_items_for_insert
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: rename btrfs_punch_hole_range() to a more generic name
Filipe Manana
1
-1
/
+1
2020-10-07
btrfs: rename struct btrfs_clone_extent_info to a more generic name
Filipe Manana
1
-2
/
+6
2020-10-07
btrfs: remove item_size member of struct btrfs_clone_extent_info
Filipe Manana
1
-1
/
+1
2020-10-07
btrfs: fix metadata reservation for fallocate that leads to transaction aborts
Filipe Manana
1
-0
/
+16
2020-10-07
btrfs: enumerate the type of exclusive operation in progress
Goldwyn Rodrigues
1
-5
/
+19
2020-10-07
btrfs: convert btrfs_inode_sectorsize to take btrfs_inode
Nikolay Borisov
1
-4
/
+0
2020-10-07
btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks
Josef Bacik
1
-2
/
+4
2020-10-07
btrfs: introduce btrfs_path::recurse
Josef Bacik
1
-2
/
+1
2020-10-07
btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations
Qu Wenruo
1
-1
/
+1
2020-10-07
btrfs: switch to iomap for direct IO
Goldwyn Rodrigues
1
-0
/
+1
2020-10-07
btrfs: do async reclaim for data reservations
Josef Bacik
1
-1
/
+2
2020-10-07
btrfs: add flushing states for handling data reservations
Josef Bacik
1
-0
/
+2
2020-10-07
btrfs: change nr to u64 in btrfs_start_delalloc_roots
Josef Bacik
1
-1
/
+1
2020-08-21
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
1
-2
/
+2
2020-08-19
btrfs: use the correct const function attribute for btrfs_get_num_csums
David Sterba
1
-1
/
+1
2020-07-27
btrfs: don't WARN if we abort a transaction with EROFS
Josef Bacik
1
-1
/
+1
2020-07-27
btrfs: add comments for btrfs_reserve_flush_enum
Qu Wenruo
1
-2
/
+32
2020-07-27
btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...
Qu Wenruo
1
-5
/
+0
2020-07-27
btrfs: qgroup: try to flush qgroup space when we get -EDQUOT
Qu Wenruo
1
-0
/
+3
2020-07-27
btrfs: add multi-statement protection to btrfs_set/clear_and_info macros
Marcos Paulo de Souza
1
-4
/
+4
2020-07-27
btrfs: remove no longer needed use of log_writers for the log root tree
Filipe Manana
1
-0
/
+1
2020-07-27
btrfs: stop incremening log_batch for the log root tree when syncing log
Filipe Manana
1
-0
/
+1
2020-07-27
btrfs: qgroup: export qgroups in sysfs
Qu Wenruo
1
-0
/
+1
2020-07-27
btrfs: make btrfs_dirty_pages take btrfs_inode
Nikolay Borisov
1
-1
/
+1
[next]