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