Linus Torvalds af0b3152bb Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
..
tests 442244c963 btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism. 10 years ago
Kconfig 83fe27ea53 rcu: Make SRCU optional by using CONFIG_SRCU 10 years ago
Makefile faa2dbf004 Btrfs: add sanity tests for new qgroup accounting code 11 years ago
acl.c 776e4aae55 btrfs: remove useless ACL check 11 years ago
async-thread.c 20b2e3029e btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx() 10 years ago
async-thread.h 20b2e3029e btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx() 10 years ago
backref.c 21633fc603 btrfs: backref: Add special time_seq == (u64)-1 case for 10 years ago
backref.h 14692cc150 btrfs: cleanup, remove inode_item_info helper 10 years ago
btrfs_inode.h ddba1bfc23 Btrfs: fix warning of bytes_may_use 10 years ago
check-integrity.c fc4c3c872f Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 10 years ago
check-integrity.h c170bbb45f block: submit_bio_wait() conversions 11 years ago
compression.c fc4c3c872f Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 10 years ago
compression.h e8c9f18603 btrfs: constify structs with op functions or static definitions 10 years ago
ctree.c 64c043de46 Btrfs: fix up read_tree_block to return proper error 10 years ago
ctree.h 67c5e7d464 Btrfs: fix race between balance and unused block group deletion 10 years ago
delayed-inode.c 6e17d30bfa Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode. 10 years ago
delayed-inode.h 67de11769b Btrfs: introduce the delayed inode ref deletion for the single link inode 11 years ago
delayed-ref.c 5a5003df98 btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref() 10 years ago
delayed-ref.h 9086db86e0 btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots. 10 years ago
dev-replace.c 3e303ea60d btrfs: its btrfs_err() instead of btrfs_error() 10 years ago
dev-replace.h e93c89c1aa Btrfs: add new sources for device replace code 12 years ago
dir-item.c 5f5bc6b1e2 Btrfs: make xattr replace operations atomic 10 years ago
disk-io.c acea568fa9 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
disk-io.h 01d58472a8 Btrfs: disk-io: replace root args iff only fs_info used 10 years ago
export.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
export.h be6e8dc0ba NFS support for btrfs - v3 17 years ago
extent-tree.c 00d80e342c Btrfs: fix quick exhaustion of the system array in the superblock 10 years ago
extent-tree.h 550d7a2ed5 btrfs: qgroup: Add new qgroup calculation function 10 years ago
extent_io.c 043cd04950 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
extent_io.h e8c9f18603 btrfs: constify structs with op functions or static definitions 10 years ago
extent_map.c a28046956c Btrfs: do not move em to modified list when unpinning 10 years ago
extent_map.h 298a8f9cf1 Btrfs: fix NULL pointer crash when running balance and scrub concurrently 11 years ago
file-item.c fc4c3c872f Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 10 years ago
file.c 1dc51b8288 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
free-space-cache.c 35c766425a Btrfs: fix mutex unlock without prior lock on space cache truncation 10 years ago
free-space-cache.h 1bbc621ef2 Btrfs: allow block group cache writeout outside critical section in commit 10 years ago
hash.c 0458a953d8 btrfs: LLVMLinux: Remove VLAIS 11 years ago
hash.h 14a958e678 Btrfs: fix btrfs boot when compiled as built-in 11 years ago
inode-item.c df8d116ffa Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefs 10 years ago
inode-map.c ae9d8f1711 Btrfs: fix race between caching kthread and returning inode to inode cache 10 years ago
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 years ago
inode.c c1aa45759e Btrfs: fix shrinking truncate when the no_holes feature is enabled 10 years ago
ioctl.c ed95876264 Btrfs: fix file corruption after cloning inline extents 10 years ago
locking.c f82c458a2c btrfs: fix lockups from btrfs_clear_path_blocking 10 years ago
locking.h f82c458a2c btrfs: fix lockups from btrfs_clear_path_blocking 10 years ago
lzo.c e8c9f18603 btrfs: constify structs with op functions or static definitions 10 years ago
math.h f8c269d722 btrfs: cleanup 64bit/32bit divs, compile time constants 10 years ago
ordered-data.c 61de718fce Btrfs: fix memory corruption on failure to submit bio for direct IO 10 years ago
ordered-data.h b659ef0277 Btrfs: avoid syncing log in the fast fsync path when not necessary 10 years ago
orphan.c 962a298f35 btrfs: kill the key type accessor helpers 11 years ago
print-tree.c ce86cd5917 btrfs: remove parameter blocksize from read_tree_block 11 years ago
print-tree.h 48a3b6366f btrfs: make static code static & remove dead code 12 years ago
props.c e8c9f18603 btrfs: constify structs with op functions or static definitions 10 years ago
props.h 63541927c8 Btrfs: add support for inode properties 11 years ago
qgroup.c c05f9429e1 btrfs: qgroup: Fix a regression in qgroup reserved space. 10 years ago
qgroup.h e69bcee376 btrfs: qgroup: Cleanup the old ref_node-oriented mechanism. 10 years ago
raid56.c fc4c3c872f Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 10 years ago
raid56.h 8e5cfb55d3 Btrfs: Make raid_map array be inlined in btrfs_bio structure 10 years ago
rcu-string.h 606686eeac Btrfs: use rcu to protect device->name 13 years ago
reada.c 6e9606d2a2 Btrfs: add ref_count and free function for btrfs_bio 10 years ago
relocation.c 9689457b5b Btrfs: fix wrong check for btrfs_force_chunk_alloc() 10 years ago
root-tree.c 27cdeb7096 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root 11 years ago
scrub.c e82afc52ab btrfs: add error handling for scrub_workers_get() 10 years ago
send.c 37b8d27de5 Btrfs: use received_uuid of parent during send 10 years ago
send.h 48a3b6366f btrfs: make static code static & remove dead code 12 years ago
struct-funcs.c 18077bb413 Btrfs: rewrite BTRFS_SETGET_FUNCS 13 years ago
super.c c8d3fe028f Btrfs: show subvol= and subvolid= in /proc/mounts 10 years ago
sysfs.c f90fc54728 Btrfs: Check if kobject is initialized before put 10 years ago
sysfs.h 1d1c1be372 Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non static 10 years ago
transaction.c 8a73301304 btrfs: Fix lockdep warning of btrfs_run_delayed_iputs() 10 years ago
transaction.h 9086db86e0 btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots. 10 years ago
tree-defrag.c 13028901a4 btrfs: let tree defrag work in SSD mode 10 years ago
tree-log.c a89ca6f24f Btrfs: fix fsync after truncate when no_holes feature is enabled 10 years ago
tree-log.h 2f2ff0ee5e Btrfs: fix metadata inconsistencies after directory fsync 10 years ago
ulist.c d4b8040459 btrfs: ulist: Add ulist_del() function. 10 years ago
ulist.h d4b8040459 btrfs: ulist: Add ulist_del() function. 10 years ago
uuid-tree.c f98de9b9c0 Btrfs: make btrfs_search_forward return with nodes unlocked 11 years ago
volumes.c 31b7a57c9e Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
volumes.h 043cd04950 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 10 years ago
xattr.c 9ec3a646fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
xattr.h 996a710d46 btrfs: use generic posix ACL infrastructure 11 years ago
zlib.c e8c9f18603 btrfs: constify structs with op functions or static definitions 10 years ago