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
Filipe David Borba Manana 5de865eebb Btrfs: fix tree mod logging 11 years ago
..
tests Btrfs: add a sanity test for a vacant extent at the front of a file 11 years ago
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 11 years ago
Makefile Btrfs: add tests for btrfs_get_extent 11 years ago
acl.c btrfs: remove dead code 11 years ago
async-thread.c Btrfs: fix __btrfs_start_workers retval 11 years ago
async-thread.h Btrfs: eliminate races in worker stopping code 11 years ago
backref.c Btrfs: fix deadlock when iterating inode refs and running delayed inodes 11 years ago
backref.h Btrfs: allocate prelim_ref with a slab allocater 12 years ago
btrfs_inode.h Btrfs: improve inode hash function/inode lookup 11 years ago
check-integrity.c Btrfs: fix check-integrity to look at the referenced data properly 11 years ago
check-integrity.h block: submit_bio_wait() conversions 11 years ago
compression.c btrfs: Fix checkpatch.pl warning of spacing issues 11 years ago
compression.h
ctree.c Btrfs: fix tree mod logging 11 years ago
ctree.h btrfs: Check read-only status of roots during send 11 years ago
delayed-inode.c btrfs: Replace kmalloc with kmalloc_array 11 years ago
delayed-inode.h
delayed-ref.c Btrfs: skip merge part for delayed data refs 11 years ago
delayed-ref.h Btrfs: introduce a head ref rbtree 11 years ago
dev-replace.c btrfs: fix typo in the log message 11 years ago
dev-replace.h
dir-item.c Btrfs: fix max dir item size calculation 11 years ago
disk-io.c Btrfs: move the extent buffer radix tree into the fs_info 11 years ago
disk-io.h Btrfs: add a sanity test for btrfs_split_item 11 years ago
export.c btrfs: remove fs/btrfs/compat.h 11 years ago
export.h
extent-tree.c Btrfs: fix double initialization of the raid kobject 11 years ago
extent_io.c Btrfs: move the extent buffer radix tree into the fs_info 11 years ago
extent_io.h Btrfs: move the extent buffer radix tree into the fs_info 11 years ago
extent_map.c Btrfs: fix extent_map block_len after merging 11 years ago
extent_map.h btrfs: Enclose macros with complex values within parenthesis 11 years ago
file-item.c btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) 11 years ago
file.c Btrfs: fix use of uninitialized err variable 11 years ago
free-space-cache.c btrfs: remove unused variable from setup_cluster_no_bitmap 11 years ago
free-space-cache.h Btrfs: remove path arg from btrfs_truncate_free_space_cache 11 years ago
hash.h
inode-item.c btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index' 11 years ago
inode-map.c btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) 11 years ago
inode-map.h
inode.c Btrfs: fix a warning when iput a file 11 years ago
ioctl.c btrfs: Check read-only status of roots during send 11 years ago
locking.c
locking.h
lzo.c Btrfs: return -1 when lzo compression makes data bigger 12 years ago
math.h
ordered-data.c Btrfs: avoid unnecessary ordered extent cache resets 11 years ago
ordered-data.h Btrfs: don't wait for the completion of all the ordered extents 11 years ago
orphan.c btrfs: expand btrfs_find_item() to include find_orphan_item functionality 11 years ago
print-tree.c btrfs: drop unused parameter from btrfs_item_nr 11 years ago
print-tree.h
qgroup.c btrfs: fix unused variables in qgroup.c 11 years ago
raid56.c btrfs: remove fs/btrfs/compat.h 11 years ago
raid56.h
rcu-string.h
reada.c
relocation.c Btrfs: remove unnecessary filemap writting and waiting after block group relocation 11 years ago
root-tree.c btrfs: expand btrfs_find_item() to include find_root_ref functionality 11 years ago
scrub.c Btrfs: wrap repeated code into scrub_blocked_if_needed() 11 years ago
send.c btrfs: check balance of send_in_progress 11 years ago
send.h
struct-funcs.c
super.c Btrfs: don't clear the default compression type 11 years ago
sysfs.c btrfs: fix leaks during sysfs teardown 11 years ago
sysfs.h btrfs: publish allocation data in sysfs 11 years ago
transaction.c Btrfs: wrap repeated code into scrub_blocked_if_needed() 11 years ago
transaction.h Btrfs: fix BUG_ON() casued by the reserved space migration 11 years ago
tree-defrag.c Btrfs: cleanup dead code of defragment 11 years ago
tree-log.c btrfs: expand btrfs_find_item() to include find_orphan_item functionality 11 years ago
tree-log.h
ulist.c
ulist.h
uuid-tree.c Btrfs: remove unused max_key arg from btrfs_search_forward 11 years ago
volumes.c btrfs: fix bio_size_ok() for max_sectors > 0xffff 11 years ago
volumes.h btrfs: Pack struct btrfs_device 11 years ago
xattr.c
xattr.h
zlib.c