Liu Bo 46d8bc3424 Btrfs: fix a bug in checking whether a inode is already in log 13 年之前
..
Kconfig c975dd469d Btrfs: add config option to enable btrfs integrity check 13 年之前
Makefile 113c1cb530 Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus 13 年之前
acl.c 30f8fe3e47 Btrfs: cache no acl on new inodes 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 995e01b7af Btrfs: fix gcc warnings for 32bit compiles 13 年之前
backref.h 113c1cb530 Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus 13 年之前
btrfs_inode.h 46d8bc3424 Btrfs: fix a bug in checking whether a inode is already in log 13 年之前
check-integrity.c 8ea05e3a42 Btrfs: introduce subvol uuids and times 13 年之前
check-integrity.h 5db0276014 Btrfs: add optional integrity check code 13 年之前
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 年之前
compression.c 66657b318e Btrfs: barrier before waitqueue_active 13 年之前
compression.h 143bede527 btrfs: return void in functions without error conditions 13 年之前
ctree.c 74dd17fbe3 Btrfs: fix btrfs send for inline items and compression 13 年之前
ctree.h ca7e70f590 Btrfs: do not needlessly restart the transaction for enospc 13 年之前
delayed-inode.c 66657b318e Btrfs: barrier before waitqueue_active 13 年之前
delayed-inode.h 96c3f4331a Btrfs: flush delayed inodes if we're short on space 13 年之前
delayed-ref.c ae1e206b80 Btrfs: allow delayed refs to be merged 13 年之前
delayed-ref.h ae1e206b80 Btrfs: allow delayed refs to be merged 13 年之前
dir-item.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 年之前
disk-io.c 318e151019 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 年之前
disk-io.h 68ce9682a4 Btrfs: remove superblock writing after fatal error 13 年之前
export.c b0b0382bb4 ->encode_fh() API change 13 年之前
export.h be6e8dc0ba NFS support for btrfs - v3 17 年之前
extent-tree.c ca7e70f590 Btrfs: do not needlessly restart the transaction for enospc 13 年之前
extent_io.c 74dd17fbe3 Btrfs: fix btrfs send for inline items and compression 13 年之前
extent_io.h 1e20932a23 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus 13 年之前
extent_map.c 4e2f84e63d Btrfs: improve fsync by filtering extents that we want 13 年之前
extent_map.h 4e2f84e63d Btrfs: improve fsync by filtering extents that we want 13 年之前
file-item.c 995e01b7af Btrfs: fix gcc warnings for 32bit compiles 13 年之前
file.c 5dc562c541 Btrfs: turbo charge fsync 13 年之前
free-space-cache.c f6175efab1 Btrfs: do not count in readonly bytes 13 年之前
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 年之前
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 年之前
inode-item.c 1d4284bd6e Merge branch 'error-handling' into for-linus 13 年之前
inode-map.c 2bcc0328c3 Btrfs: show useful info in space reservation tracepoint 13 年之前
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 年之前
inode.c 46d8bc3424 Btrfs: fix a bug in checking whether a inode is already in log 13 年之前
ioctl.c 5dc562c541 Btrfs: turbo charge fsync 13 年之前
ioctl.h 113c1cb530 Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus 13 年之前
locking.c aa2ffd0616 Btrfs: fix a misplaced address operator in a condition 13 年之前
locking.h 143bede527 btrfs: return void in functions without error conditions 13 年之前
lzo.c 7ac687d9e0 btrfs: remove the second argument of k[un]map_atomic() 13 年之前
ordered-data.c b257031408 btrfs: nuke pdflush from comments 13 年之前
ordered-data.h 5fd0204355 Btrfs: finish ordered extents in their own thread 13 年之前
orphan.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 年之前
print-tree.c 733f4fbbc1 Btrfs: read device stats on mount, write modified ones during commit 13 年之前
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 年之前
qgroup.c 995e01b7af Btrfs: fix gcc warnings for 32bit compiles 13 年之前
rcu-string.h 606686eeac Btrfs: use rcu to protect device->name 13 年之前
reada.c 3d136a1131 Btrfs: set ioprio of scrub readahead to idle 13 年之前
relocation.c 533574c6bc btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout 13 年之前
root-tree.c dadd1105ca Btrfs: fix some endian bugs handling the root times 13 年之前
scrub.c 606686eeac Btrfs: use rcu to protect device->name 13 年之前
send.c 995e01b7af Btrfs: fix gcc warnings for 32bit compiles 13 年之前
send.h 31db9f7c23 Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive 13 年之前
struct-funcs.c 18077bb413 Btrfs: rewrite BTRFS_SETGET_FUNCS 13 年之前
super.c 318e151019 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 年之前
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code 14 年之前
transaction.c 318e151019 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 年之前
transaction.h 46d8bc3424 Btrfs: fix a bug in checking whether a inode is already in log 13 年之前
tree-defrag.c b3b4aa74b5 btrfs: drop unused parameter from btrfs_release_path 14 年之前
tree-log.c 46d8bc3424 Btrfs: fix a bug in checking whether a inode is already in log 13 年之前
tree-log.h 143bede527 btrfs: return void in functions without error conditions 13 年之前
ulist.c 34d73f54e2 Btrfs: make aux field of ulist 64 bit 13 年之前
ulist.h 34d73f54e2 Btrfs: make aux field of ulist 64 bit 13 年之前
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 年之前
volumes.c 318e151019 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 年之前
volumes.h 5ee0844d64 Btrfs: revert checksum error statistic which can cause a BUG() 13 年之前
xattr.c 0c4d2d95d0 Btrfs: use i_version instead of our own sequence 13 年之前
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 年之前
zlib.c 7ac687d9e0 btrfs: remove the second argument of k[un]map_atomic() 13 年之前