Wang Sheng-Hui 477d7eafa9 Btrfs: fix the comment for find_first_extent_bit 13 yıl önce
..
Kconfig c975dd469d Btrfs: add config option to enable btrfs integrity check 13 yıl önce
Makefile c126dea771 Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration 13 yıl önce
acl.c cfbffc39ac Btrfs: fix return value of btrfs_get_acl() 13 yıl önce
async-thread.c 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
async-thread.h 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
backref.c b916a59adf Btrfs: add missing read locks in backref.c 13 yıl önce
backref.h 7a3ae2f8c8 Btrfs: fix regression in scrub path resolving 13 yıl önce
btrfs_inode.h f248679e86 Btrfs: add a delalloc mutex to inodes for delalloc reservations 13 yıl önce
check-integrity.c 69a7aebcf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 13 yıl önce
check-integrity.h 5db0276014 Btrfs: add optional integrity check code 13 yıl önce
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 yıl önce
compression.c 659e45d8a0 Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 yıl önce
compression.h 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
ctree.c f775738f6f btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search 13 yıl önce
ctree.h f7b0069317 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 yıl önce
delayed-inode.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 yıl önce
delayed-inode.h 60063497a9 atomic: use <linux/atomic.h> 14 yıl önce
delayed-ref.c 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
delayed-ref.h a168650c08 Btrfs: add waitqueue instead of doing busy waiting for more delayed refs 13 yıl önce
dir-item.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 yıl önce
disk-io.c b9fab919b7 Btrfs: avoid sleeping in verify_parent_transid while atomic 13 yıl önce
disk-io.h b9fab919b7 Btrfs: avoid sleeping in verify_parent_transid while atomic 13 yıl önce
export.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 yıl önce
export.h be6e8dc0ba NFS support for btrfs - v3 17 yıl önce
extent-tree.c b9fab919b7 Btrfs: avoid sleeping in verify_parent_transid while atomic 13 yıl önce
extent_io.c 477d7eafa9 Btrfs: fix the comment for find_first_extent_bit 13 yıl önce
extent_io.h 5cf1ab5613 Btrfs: always store the mirror we read the eb from 13 yıl önce
extent_map.c 4d2c8f62f1 Btrfs: clean up code for merging extent maps 14 yıl önce
extent_map.h c08782dacd btrfs: fix structs where bitfields and spinlock/atomic share 8B word 13 yıl önce
file-item.c 9613bebb22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 yıl önce
file.c dc7fdde39e Btrfs: reduce lock contention during extent insertion 13 yıl önce
free-space-cache.c 659e45d8a0 Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 yıl önce
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 yıl önce
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 yıl önce
inode-item.c 1d4284bd6e Merge branch 'error-handling' into for-linus 13 yıl önce
inode-map.c 2bcc0328c3 Btrfs: show useful info in space reservation tracepoint 13 yıl önce
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 yıl önce
inode.c f7b0069317 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 yıl önce
ioctl.c 99ba55ad69 Btrfs: fix btrfs_ioctl_dev_info() crash on missing device 13 yıl önce
ioctl.h d04b1debc9 btrfs: Fix mismatching struct members in ioctl.h 13 yıl önce
locking.c 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
locking.h 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
lzo.c 7ac687d9e0 btrfs: remove the second argument of k[un]map_atomic() 13 yıl önce
ordered-data.c 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
ordered-data.h 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
orphan.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 yıl önce
print-tree.c 068132bad1 btrfs: fix oops on failure path 13 yıl önce
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 yıl önce
reada.c 207a232cca btrfs: don't add both copies of DUP to reada extent tree 13 yıl önce
relocation.c 7654b72417 Btrfs: Fix space checking during fs resize 13 yıl önce
root-tree.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 yıl önce
scrub.c 271fd5d728 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 yıl önce
struct-funcs.c cfed81a04e Btrfs: add the ability to cache a pointer into the eb 13 yıl önce
super.c f7b0069317 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 yıl önce
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code 14 yıl önce
transaction.c 871383be59 btrfs: add missing unlocks to transaction abort paths 13 yıl önce
transaction.h 49b25e0540 btrfs: enhance transaction abort infrastructure 13 yıl önce
tree-defrag.c b3b4aa74b5 btrfs: drop unused parameter from btrfs_release_path 14 yıl önce
tree-log.c b9fab919b7 Btrfs: avoid sleeping in verify_parent_transid while atomic 13 yıl önce
tree-log.h 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
ulist.c da5c813564 Btrfs: generic data structure to build unique lists 13 yıl önce
ulist.h da5c813564 Btrfs: generic data structure to build unique lists 13 yıl önce
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 yıl önce
volumes.c 3e74317ad7 Btrfs: fix repair code for RAID10 13 yıl önce
volumes.h 143bede527 btrfs: return void in functions without error conditions 13 yıl önce
xattr.c 7ad85bb76a Btrfs: do not use btrfs_end_transaction_throttle everywhere 13 yıl önce
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 yıl önce
zlib.c 7ac687d9e0 btrfs: remove the second argument of k[un]map_atomic() 13 yıl önce