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 15fc5deb1f Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 years ago
..
Kconfig Btrfs: add config option to enable btrfs integrity check 13 years ago
Makefile Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus 13 years ago
acl.c Btrfs: cache no acl on new inodes 13 years ago
async-thread.c Btrfs: call the ordered free operation without any locks held 13 years ago
async-thread.h btrfs: return void in functions without error conditions 13 years ago
backref.c Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus 13 years ago
backref.h Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus 13 years ago
btrfs_inode.h Btrfs: kill free_space pointer from inode structure 13 years ago
check-integrity.c Btrfs: introduce subvol uuids and times 13 years ago
check-integrity.h Btrfs: add optional integrity check code 13 years ago
compat.h
compression.c Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 years ago
compression.h btrfs: return void in functions without error conditions 13 years ago
ctree.c Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus 13 years ago
ctree.h btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout 13 years ago
delayed-inode.c Btrfs: zero unused bytes in inode item 13 years ago
delayed-inode.h Btrfs: flush delayed inodes if we're short on space 13 years ago
delayed-ref.c Btrfs: hooks for qgroup to record delayed refs 13 years ago
delayed-ref.h Btrfs: hooks for qgroup to record delayed refs 13 years ago
dir-item.c btrfs: replace many BUG_ONs with proper error handling 13 years ago
disk-io.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 13 years ago
disk-io.h Btrfs: added helper to create new trees 13 years ago
export.c ->encode_fh() API change 13 years ago
export.h
extent-tree.c Btrfs: add a barrier before a waitqueue_active check 13 years ago
extent_io.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 years ago
extent_io.h Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus 13 years ago
extent_map.c Btrfs: clean up code for merging extent maps 14 years ago
extent_map.h btrfs: fix structs where bitfields and spinlock/atomic share 8B word 13 years ago
file-item.c Btrfs: kill root from btrfs_is_free_space_inode 13 years ago
file.c btrfs: Convert to new freezing mechanism 13 years ago
free-space-cache.c Btrfs: do not count in readonly bytes 13 years ago
free-space-cache.h btrfs: remove all unused functions 14 years ago
hash.h
inode-item.c Merge branch 'error-handling' into for-linus 13 years ago
inode-map.c Btrfs: show useful info in space reservation tracepoint 13 years ago
inode-map.h Btrfs: Support reading/writing on disk free ino cache 14 years ago
inode.c btrfs: nuke pdflush from comments 13 years ago
ioctl.c Btrfs: remove mnt_want_write call in btrfs_mksubvol 13 years ago
ioctl.h Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus 13 years ago
locking.c Btrfs: reduce calls to wake_up on uncontended locks 13 years ago
locking.h btrfs: return void in functions without error conditions 13 years ago
lzo.c btrfs: remove the second argument of k[un]map_atomic() 13 years ago
ordered-data.c btrfs: nuke pdflush from comments 13 years ago
ordered-data.h Btrfs: finish ordered extents in their own thread 13 years ago
orphan.c btrfs: replace many BUG_ONs with proper error handling 13 years ago
print-tree.c Btrfs: read device stats on mount, write modified ones during commit 13 years ago
print-tree.h
qgroup.c Btrfs: qgroup implementation and prototypes 13 years ago
rcu-string.h Btrfs: use rcu to protect device->name 13 years ago
reada.c Btrfs: set ioprio of scrub readahead to idle 13 years ago
relocation.c btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout 13 years ago
root-tree.c Btrfs: introduce subvol uuids and times 13 years ago
scrub.c Btrfs: use rcu to protect device->name 13 years ago
send.c Btrfs: using vmalloc and friends needs vmalloc.h 13 years ago
send.h Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive 13 years ago
struct-funcs.c Btrfs: rewrite BTRFS_SETGET_FUNCS 13 years ago
super.c btrfs: nuke write_super from comments 13 years ago
sysfs.c btrfs: Remove unused sysfs code 14 years ago
transaction.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 13 years ago
transaction.h Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus 13 years ago
tree-defrag.c btrfs: drop unused parameter from btrfs_release_path 14 years ago
tree-log.c Btrfs: return error of btrfs_update_inode() to caller 13 years ago
tree-log.h btrfs: return void in functions without error conditions 13 years ago
ulist.c Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus 13 years ago
ulist.h Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus 13 years ago
version.h
volumes.c btrfs: nuke write_super from comments 13 years ago
volumes.h Btrfs: add DEVICE_READY ioctl 13 years ago
xattr.c Btrfs: use i_version instead of our own sequence 13 years ago
xattr.h fs/vfs/security: pass last path component to LSM on inode creation 14 years ago
zlib.c btrfs: remove the second argument of k[un]map_atomic() 13 years ago