You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/fs/btrfs
Linus Torvalds 03c751a5e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
..
tests Btrfs: remove empty block groups automatically 11 years ago
Kconfig
Makefile
acl.c
async-thread.c btrfs: remove unlikely from NULL checks 11 years ago
async-thread.h Btrfs: implement repair function when direct read fails 11 years ago
backref.c Btrfs: correctly get tree level in tree_backref_for_extent 10 years ago
backref.h Btrfs: make fiemap not blow when you have lots of snapshots 11 years ago
btrfs_inode.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
check-integrity.c Btrfs: include vmalloc.h in check-integrity.c 10 years ago
check-integrity.h
compression.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
compression.h btrfs: zero out left over bytes after processing compression streams 10 years ago
ctree.c Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus 10 years ago
ctree.h Btrfs: remove non-sense btrfs_error_discard_extent() function 10 years ago
delayed-inode.c Btrfs: don't delay inode ref updates during log replay 10 years ago
delayed-inode.h
delayed-ref.c
delayed-ref.h
dev-replace.c Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus 10 years ago
dev-replace.h
dir-item.c Btrfs: make xattr replace operations atomic 10 years ago
disk-io.c Btrfs: fix fs corruption on transaction abort if device supports discard 10 years ago
disk-io.h Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus 11 years ago
export.c btrfs: kill the key type accessor helpers 11 years ago
export.h
extent-tree.c Btrfs: abort transaction if we don't find the block group 10 years ago
extent_io.c Btrfs: avoid premature -ENOMEM in clear_extent_bit() 10 years ago
extent_io.h Btrfs: set page and mapping error on compressed write failure 10 years ago
extent_map.c Btrfs: do not move em to modified list when unpinning 10 years ago
extent_map.h Btrfs: fix NULL pointer crash when running balance and scrub concurrently 11 years ago
file-item.c Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup 10 years ago
file.c Btrfs: fix snapshot inconsistency after a file write followed by truncate 10 years ago
free-space-cache.c Btrfs: remove non-sense btrfs_error_discard_extent() function 10 years ago
free-space-cache.h Btrfs: fix race between writing free space cache and trimming 10 years ago
hash.c btrfs: LLVMLinux: Remove VLAIS 10 years ago
hash.h
inode-item.c btrfs: kill the key type accessor helpers 11 years ago
inode-map.c Btrfs: fix race between writing free space cache and trimming 10 years ago
inode-map.h
inode.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
ioctl.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
locking.c btrfs: fix lockups from btrfs_clear_path_blocking 10 years ago
locking.h btrfs: fix lockups from btrfs_clear_path_blocking 10 years ago
lzo.c btrfs: zero out left over bytes after processing compression streams 10 years ago
math.h
ordered-data.c Btrfs: collect only the necessary ordered extents on ranged fsync 10 years ago
ordered-data.h Btrfs: collect only the necessary ordered extents on ranged fsync 10 years ago
orphan.c btrfs: kill the key type accessor helpers 11 years ago
print-tree.c btrfs: remove parameter blocksize from read_tree_block 11 years ago
print-tree.h
props.c
props.h
qgroup.c btrfs: move checks for DUMMY_ROOT into a helper 11 years ago
qgroup.h btrfs: qgroup: account shared subtrees during snapshot delete 11 years ago
raid56.c Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56 10 years ago
raid56.h Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56 10 years ago
rcu-string.h
reada.c btrfs: use nodesize everywhere, kill leafsize 11 years ago
relocation.c Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus 11 years ago
root-tree.c
scrub.c Btrfs, scrub: uninitialized variable in scrub_extent_for_parity() 10 years ago
send.c Btrfs: ensure send always works on roots without orphans 10 years ago
send.h
struct-funcs.c
super.c Btrfs: make btrfs_abort_transaction consider existence of new block groups 10 years ago
sysfs.c btrfs: move commit out of sysfs when changing label 10 years ago
sysfs.h btrfs: code optimize: BTRFS_ATTR_RW could set the mode 11 years ago
transaction.c Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus 10 years ago
transaction.h Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus 10 years ago
tree-defrag.c
tree-log.c Btrfs: ensure ordered extent errors aren't missed on fsync 10 years ago
tree-log.h Btrfs: fix data corruption after fast fsync and writeback error 11 years ago
ulist.c
ulist.h Btrfs: Fix memory corruption by ulist_add_merge() on 32bit arch 11 years ago
uuid-tree.c Btrfs: make btrfs_search_forward return with nodes unlocked 11 years ago
volumes.c btrfs: filp_open() returns ERR_PTR() on failure, not NULL... 10 years ago
volumes.h Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus 10 years ago
xattr.c Btrfs: make xattr replace operations atomic 10 years ago
xattr.h
zlib.c btrfs: zero out left over bytes after processing compression streams 10 years ago