.. |
Kconfig
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
Makefile
|
3ebe7d2d73
xfs: Inode create log items
|
12 years ago |
kmem.c
|
77ba78776e
xfs: switch to proper __bitwise type for KM_... flags
|
13 years ago |
kmem.h
|
77ba78776e
xfs: switch to proper __bitwise type for KM_... flags
|
13 years ago |
mrlock.h
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
time.h
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |
uuid.c
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |
uuid.h
|
bc02e8693d
xfs: add CRC infrastructure
|
12 years ago |
xfs.h
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
xfs_acl.c
|
0a8aa19397
xfs: increase number of ACL entries for V5 superblocks
|
12 years ago |
xfs_acl.h
|
0a8aa19397
xfs: increase number of ACL entries for V5 superblocks
|
12 years ago |
xfs_ag.h
|
983d09ffe3
xfs: add CRC checks to the AGI
|
12 years ago |
xfs_alloc.c
|
211d022c43
xfs: Avoid pathological backwards allocation
|
12 years ago |
xfs_alloc.h
|
1813dd6405
xfs: convert buffer verifiers to an ops structure.
|
12 years ago |
xfs_alloc_btree.c
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
xfs_alloc_btree.h
|
ee1a47ab0e
xfs: add support for large btree blocks
|
12 years ago |
xfs_aops.c
|
9e239bb939
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
12 years ago |
xfs_aops.h
|
0d882a360b
Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.
|
13 years ago |
xfs_attr.c
|
95920cd6ce
xfs: split remote attribute code out
|
12 years ago |
xfs_attr.h
|
95920cd6ce
xfs: split remote attribute code out
|
12 years ago |
xfs_attr_leaf.c
|
f3508bcddf
xfs: remove local fork format handling from xfs_bmapi_write()
|
12 years ago |
xfs_attr_leaf.h
|
5170711df7
xfs: fix implicit padding in directory and attr CRC formats
|
12 years ago |
xfs_attr_remote.c
|
7bc0dc271e
xfs: rework remote attr CRCs
|
12 years ago |
xfs_attr_remote.h
|
7bc0dc271e
xfs: rework remote attr CRCs
|
12 years ago |
xfs_attr_sf.h
|
a9273ca5c6
xfs: convert attr to use unsigned names
|
15 years ago |
xfs_bit.c
|
79071eb0b2
[XFS] Use the generic bitops rather than implementing them ourselves.
|
17 years ago |
xfs_bit.h
|
fb82557f16
[XFS] Remove macro-to-function indirections in the mask code
|
16 years ago |
xfs_bmap.c
|
f3508bcddf
xfs: remove local fork format handling from xfs_bmapi_write()
|
12 years ago |
xfs_bmap.h
|
f3508bcddf
xfs: remove local fork format handling from xfs_bmapi_write()
|
12 years ago |
xfs_bmap_btree.c
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
xfs_bmap_btree.h
|
427d9fe233
xfs: check on-disk (not incore) btree root size in dfrag.c
|
12 years ago |
xfs_btree.c
|
088c9f67c3
xfs: ensure btree root split sets blkno correctly
|
12 years ago |
xfs_btree.h
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
xfs_buf.c
|
7bc0dc271e
xfs: rework remote attr CRCs
|
12 years ago |
xfs_buf.h
|
d44d9bc68e
xfs: use b_maps[] for discontiguous buffers
|
12 years ago |
xfs_buf_item.c
|
ddf6ad0143
xfs: Use inode create transaction
|
12 years ago |
xfs_buf_item.h
|
5f6bed76c0
xfs: Introduce an ordered buffer item
|
12 years ago |
xfs_cksum.h
|
bc02e8693d
xfs: add CRC infrastructure
|
12 years ago |
xfs_da_btree.c
|
7ced60cae4
xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGIC
|
12 years ago |
xfs_da_btree.h
|
d75afeb3d3
xfs: add buffer types to directory and attribute buffers
|
12 years ago |
xfs_dfrag.c
|
427d9fe233
xfs: check on-disk (not incore) btree root size in dfrag.c
|
12 years ago |
xfs_dfrag.h
|
6bded0f383
xfs: clean up inconsistent variable naming in xfs_swap_extent
|
15 years ago |
xfs_dinode.h
|
a69c7c0772
xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJ
|
12 years ago |
xfs_dir2.c
|
b8227554c9
[readdir] convert xfs
|
12 years ago |
xfs_dir2.h
|
5792664070
xfs: reshuffle dir2 headers
|
14 years ago |
xfs_dir2_block.c
|
239dab4636
Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfs
|
12 years ago |
xfs_dir2_data.c
|
61fe135c1d
xfs: buffer type overruns blf_flags field
|
12 years ago |
xfs_dir2_format.h
|
5170711df7
xfs: fix implicit padding in directory and attr CRC formats
|
12 years ago |
xfs_dir2_leaf.c
|
da89bd213f
Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs
|
12 years ago |
xfs_dir2_node.c
|
e400d27d16
xfs: fix dir3 freespace block corruption
|
12 years ago |
xfs_dir2_priv.h
|
b8227554c9
[readdir] convert xfs
|
12 years ago |
xfs_dir2_sf.c
|
b8227554c9
[readdir] convert xfs
|
12 years ago |
xfs_discard.c
|
a672e1be30
xfs: check for possible overflow in xfs_ioc_trim
|
13 years ago |
xfs_discard.h
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |
xfs_dquot.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_dquot.h
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_dquot_item.c
|
ad1e95c54e
xfs: clean up xfs_bit.h includes
|
13 years ago |
xfs_dquot_item.h
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |
xfs_error.c
|
a2050646f6
xfs: increase hexdump output in xfs_corruption_error
|
12 years ago |
xfs_error.h
|
9130090b5f
xfs: kill support/debug.[ch]
|
14 years ago |
xfs_export.c
|
94e07a7590
fs: encode_fh: return FILEID_INVALID if invalid fid_type
|
12 years ago |
xfs_export.h
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |
xfs_extent_busy.c
|
e700a06c71
xfs: make xfs_extent_busy_trim not static
|
13 years ago |
xfs_extent_busy.h
|
e700a06c71
xfs: make xfs_extent_busy_trim not static
|
13 years ago |
xfs_extfree_item.c
|
509e708a89
xfs: Don't reference the EFI after it is freed
|
12 years ago |
xfs_extfree_item.h
|
666d644cd7
xfs: don't free EFIs before the EFDs are committed
|
12 years ago |
xfs_file.c
|
46a1c2c7ae
vfs: export lseek_execute() to modules
|
12 years ago |
xfs_filestream.c
|
3a75667e90
xfs: rename allocation range fields in struct xfs_bmalloca
|
13 years ago |
xfs_filestream.h
|
0664ce8d0f
xfs: clean up filestreams helpers
|
15 years ago |
xfs_fs.h
|
e7927e879d
xfs: add fsgeom flag for v5 superblock support.
|
12 years ago |
xfs_fsops.c
|
897366f0e4
xfs: Remove redundant error variable from xfs_growfs_data_private()
|
12 years ago |
xfs_fsops.h
|
c58efdb442
xfs: ensure log covering transactions are synchronous
|
14 years ago |
xfs_globals.c
|
579b62faa5
xfs: add background scanning to clear eofblocks inodes
|
12 years ago |
xfs_ialloc.c
|
ddf6ad0143
xfs: Use inode create transaction
|
12 years ago |
xfs_ialloc.h
|
28c8e41af6
xfs: Inode create item recovery
|
12 years ago |
xfs_ialloc_btree.c
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
xfs_ialloc_btree.h
|
ee1a47ab0e
xfs: add support for large btree blocks
|
12 years ago |
xfs_icache.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_icache.h
|
80a4049813
xfs: Remove dead function prototype xfs_sync_inode_grab()
|
12 years ago |
xfs_icreate_item.c
|
3ebe7d2d73
xfs: Inode create log items
|
12 years ago |
xfs_icreate_item.h
|
3ebe7d2d73
xfs: Inode create log items
|
12 years ago |
xfs_inode.c
|
a69c7c0772
xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJ
|
12 years ago |
xfs_inode.h
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_inode_item.c
|
93848a999c
xfs: add version 3 inode format with CRCs
|
12 years ago |
xfs_inode_item.h
|
ec47eb6b0b
xfs remove the XFS_TRANS_DEBUG routines
|
12 years ago |
xfs_inum.h
|
60a34607b2
xfs: move xfsagino_t to xfs_types.h
|
13 years ago |
xfs_ioctl.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_ioctl.h
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |
xfs_ioctl32.c
|
7dfbcbefad
xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handle
|
12 years ago |
xfs_ioctl32.h
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |
xfs_iomap.c
|
133eeb1747
xfs: don't use speculative prealloc for small files
|
12 years ago |
xfs_iomap.h
|
a206c817c8
xfs: kill xfs_iomap
|
14 years ago |
xfs_iops.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_iops.h
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |
xfs_itable.c
|
9cee4c5b7b
xfs: clean up unused codes at xfs_bulkstat()
|
12 years ago |
xfs_itable.h
|
7b6259e7a8
xfs: remove block number from inode lookup code
|
15 years ago |
xfs_linux.h
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
xfs_log.c
|
fd63875cc4
xfs: Introduce ordered log vector support
|
12 years ago |
xfs_log.h
|
3ebe7d2d73
xfs: Inode create log items
|
12 years ago |
xfs_log_cil.c
|
fd63875cc4
xfs: Introduce ordered log vector support
|
12 years ago |
xfs_log_priv.h
|
d4fd0e92fb
xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros
|
12 years ago |
xfs_log_recover.c
|
28c8e41af6
xfs: Inode create item recovery
|
12 years ago |
xfs_log_recover.h
|
c11554104f
xfs: Clean up XFS_BLI_* flag namespace
|
15 years ago |
xfs_message.c
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
xfs_message.h
|
742ae1e35b
xfs: introduce CONFIG_XFS_WARN
|
12 years ago |
xfs_mount.c
|
83e782e1a1
xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
|
12 years ago |
xfs_mount.h
|
39a45d8463
xfs: Remove XFS_MOUNT_RETERR
|
12 years ago |
xfs_mru_cache.c
|
83e759043a
xfs: convert to alloc_workqueue()
|
14 years ago |
xfs_mru_cache.h
|
b657fc82a3
xfs: Kill filestreams cache flush
|
15 years ago |
xfs_qm.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_qm.h
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_qm_bhv.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_qm_syscalls.c
|
c31ad439e8
xfs: Fix the logic check for all quotas being turned off
|
12 years ago |
xfs_quota.h
|
c31ad439e8
xfs: Fix the logic check for all quotas being turned off
|
12 years ago |
xfs_quota_priv.h
|
9f920f1164
xfs: use per-filesystem radix trees for dquot lookup
|
13 years ago |
xfs_quotaops.c
|
83e782e1a1
xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
|
12 years ago |
xfs_rename.c
|
60a34607b2
xfs: move xfsagino_t to xfs_types.h
|
13 years ago |
xfs_rtalloc.c
|
eab4e63368
xfs: uncached buffer reads need to return an error
|
12 years ago |
xfs_rtalloc.h
|
6292604447
xfs: Remove the macro XFS_BUF_PTR
|
14 years ago |
xfs_sb.h
|
9cad19d2cb
xfs: Define a new function xfs_is_quota_inode()
|
12 years ago |
xfs_stats.c
|
48776fd223
xfs: use common code for quota statistics
|
13 years ago |
xfs_stats.h
|
48776fd223
xfs: use common code for quota statistics
|
13 years ago |
xfs_super.c
|
83e782e1a1
xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
|
12 years ago |
xfs_super.h
|
9aa05000f2
xfs: xfs_sync_data is redundant.
|
12 years ago |
xfs_symlink.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_symlink.h
|
725eb1eb2a
xfs: fix the symbolic link assert in xfs_ifree
|
12 years ago |
xfs_sysctl.c
|
b2410e92b7
xfs: Convert use of typedef ctl_table to struct ctl_table
|
12 years ago |
xfs_sysctl.h
|
579b62faa5
xfs: add background scanning to clear eofblocks inodes
|
12 years ago |
xfs_trace.c
|
f5ea110044
xfs: add CRCs to dir2/da node blocks
|
12 years ago |
xfs_trace.h
|
da89bd213f
Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs
|
12 years ago |
xfs_trans.c
|
b8402b4729
xfs: Inode create transaction reservations
|
12 years ago |
xfs_trans.h
|
3ebe7d2d73
xfs: Inode create log items
|
12 years ago |
xfs_trans_ail.c
|
ec47eb6b0b
xfs remove the XFS_TRANS_DEBUG routines
|
12 years ago |
xfs_trans_buf.c
|
5f6bed76c0
xfs: Introduce an ordered buffer item
|
12 years ago |
xfs_trans_dquot.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_trans_extfree.c
|
60a34607b2
xfs: move xfsagino_t to xfs_types.h
|
13 years ago |
xfs_trans_inode.c
|
dc037ad7d2
xfs: implement inode change count
|
12 years ago |
xfs_trans_priv.h
|
8375f922aa
xfs: re-enable xfsaild idle mode and fix associated races
|
13 years ago |
xfs_trans_space.h
|
0d87e656dd
xfs: remove superflous inobt macros
|
16 years ago |
xfs_types.h
|
667a9291c5
xfs: Remove boolean_t typedef completely.
|
12 years ago |
xfs_utils.c
|
08358906ed
xfs: remove the alloc_done argument to xfs_dialloc
|
13 years ago |
xfs_utils.h
|
576b1d67ce
xfs: propagate umode_t
|
13 years ago |
xfs_vnode.h
|
6eb2466036
xfs: remove remaining scraps of struct xfs_iomap
|
13 years ago |
xfs_vnodeops.c
|
92f8ff73f1
xfs: Add pquota fields where gquota is used.
|
12 years ago |
xfs_vnodeops.h
|
b8227554c9
[readdir] convert xfs
|
12 years ago |
xfs_xattr.c
|
c59d87c460
xfs: remove subdirectories
|
14 years ago |