Linus Torvalds ac4de9543a Merge branch 'akpm' (patches from Andrew Morton) 12 年 前
..
tests dc11dd5d70 Btrfs: separate out tests into their own directory 12 年 前
Kconfig 2e17c7c65e Btrfs: add support for asserts 12 年 前
Makefile 07b30a49da Btrfs: introduce a tree for items that map UUIDs to something 12 年 前
acl.c 755ac67f83 Btrfs: skip adding an acl attribute if we don't have to 13 年 前
async-thread.c e9fbcb4220 Btrfs: call the ordered free operation without any locks held 13 年 前
async-thread.h 143bede527 btrfs: return void in functions without error conditions 13 年 前
backref.c b9e9a6cbc6 Btrfs: allocate prelim_ref with a slab allocater 12 年 前
backref.h b9e9a6cbc6 Btrfs: allocate prelim_ref with a slab allocater 12 年 前
btrfs_inode.h facc8a2247 Btrfs: don't cache the csum value into the extent state tree 12 年 前
check-integrity.c 8d78eb1663 Btrfs: Use %z to format size_t 12 年 前
check-integrity.h 5db0276014 Btrfs: add optional integrity check code 14 年 前
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 17 年 前
compression.c c1c9ff7c94 Btrfs: Remove superfluous casts from u64 to unsigned long long 12 年 前
compression.h 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
ctree.c d7396f0735 Btrfs: optimize key searches in btrfs_search_slot 12 年 前
ctree.h d8f980391f Btrfs: fix memory leak of uuid_root in free_fs_info 12 年 前
delayed-inode.c bdab49d760 Btrfs: fix printing of non NULL terminated string 12 年 前
delayed-inode.h 9cdda8d31f [readdir] convert btrfs 12 年 前
delayed-ref.c 35a3621beb Btrfs: get rid of sparse warnings 12 年 前
delayed-ref.h b1c79e0947 Btrfs: handle running extent ops with skinny metadata 12 年 前
dev-replace.c b7c09ad401 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 年 前
dev-replace.h e93c89c1aa Btrfs: add new sources for device replace code 13 年 前
dir-item.c 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
disk-io.c 45d5fd14d2 Btrfs: don't use an async starter for most of our workers 12 年 前
disk-io.h b0feb9d96e Btrfs: introduce grab/put functions for the root of the fs/file tree 12 年 前
export.c 3c64a1aba7 Btrfs: cleanup: don't check the same thing twice 12 年 前
export.h be6e8dc0ba NFS support for btrfs - v3 17 年 前
extent-tree.c b8d0c69b94 Btrfs: remove ourselves from the cluster list under lock 12 年 前
extent_io.c 778746b53b Btrfs: PAGE_CACHE_SIZE is already unsigned long 12 年 前
extent_io.h 171170c1c5 btrfs: mark some local function as 'static' 12 年 前
extent_map.c 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
extent_map.h 09a2a8f96e Btrfs: fix bad extent logging 12 年 前
file-item.c c1c9ff7c94 Btrfs: Remove superfluous casts from u64 to unsigned long long 12 年 前
file.c b7c09ad401 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 年 前
free-space-cache.c ac4de9543a Merge branch 'akpm' (patches from Andrew Morton) 12 年 前
free-space-cache.h dc11dd5d70 Btrfs: separate out tests into their own directory 12 年 前
hash.h f186373fef btrfs: extended inode refs 13 年 前
inode-item.c 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
inode-map.c 7b61cd9224 Btrfs: don't use global block reservation for inode cache truncation 12 年 前
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 年 前
inode.c ac4de9543a Merge branch 'akpm' (patches from Andrew Morton) 12 年 前
ioctl.c e57138b3e9 btrfs: return btrfs error code for dev excl ops err 12 年 前
locking.c 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
locking.h d340d2475c Btrfs: remove btrfs_try_spin_lock 12 年 前
lzo.c 59516f6017 Btrfs: return -1 when lzo compression makes data bigger 12 年 前
math.h 3fed40cc97 Btrfs: cleanup duplicated division functions 13 年 前
ordered-data.c 77cef2ec54 Btrfs: allow partial ordered extent completion 12 年 前
ordered-data.h 77cef2ec54 Btrfs: allow partial ordered extent completion 12 年 前
orphan.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 年 前
print-tree.c c1c9ff7c94 Btrfs: Remove superfluous casts from u64 to unsigned long long 12 年 前
print-tree.h 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
qgroup.c c1c9ff7c94 Btrfs: Remove superfluous casts from u64 to unsigned long long 12 年 前
raid56.c 3cd846d1d7 Btrfs, raid56: fix memory leak when allocating pages for p/q stripes failed 12 年 前
raid56.h 53b381b3ab Btrfs: RAID5 and RAID6 13 年 前
rcu-string.h 606686eeac Btrfs: use rcu to protect device->name 13 年 前
reada.c 3c59ccd32a Btrfs: fix reada debug code compilation 12 年 前
relocation.c 23fa76b0ba Btrf: cleanup: don't check for root_refs == 0 twice 12 年 前
root-tree.c c1c9ff7c94 Btrfs: Remove superfluous casts from u64 to unsigned long long 12 年 前
scrub.c 23fa76b0ba Btrf: cleanup: don't check for root_refs == 0 twice 12 年 前
send.c b7c09ad401 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 年 前
send.h 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
struct-funcs.c 18077bb413 Btrfs: rewrite BTRFS_SETGET_FUNCS 13 年 前
super.c b9e9a6cbc6 Btrfs: allocate prelim_ref with a slab allocater 12 年 前
sysfs.c 180e001cd5 btrfs: fixup/remove module.h usage as required 13 年 前
transaction.c c1c9ff7c94 Btrfs: Remove superfluous casts from u64 to unsigned long long 12 年 前
transaction.h 171170c1c5 btrfs: mark some local function as 'static' 12 年 前
tree-defrag.c de78b51a28 btrfs: remove cache only arguments from defrag path 13 年 前
tree-log.c ada9af215c Btrfs: don't ignore errors from btrfs_run_delayed_items 12 年 前
tree-log.h 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
ulist.c 35f0399db6 Btrfs: fix crash regarding to ulist_add_merge 12 年 前
ulist.h f7f82b81d2 Btrfs: add a rb_tree to improve performance of ulist search 12 年 前
uuid-tree.c 70f8017547 Btrfs: check UUID tree during mount if required 12 年 前
volumes.c b7c09ad401 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 年 前
volumes.h 12bd2fc0d2 Btrfs: add btrfs_alloc_device and switch to it 12 年 前
xattr.c 48a3b6366f btrfs: make static code static & remove dead code 12 年 前
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 15 年 前
zlib.c 489406626c btrfs: fix message printing 13 年 前