Linus Torvalds 429f731dea Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc 17 年之前
..
linux-2.6 429f731dea Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc 17 年之前
quota db7a19f2c8 [XFS] Ensure xfs_bawrite() errors are checked. 17 年之前
support d234154125 [XFS] Use power-of-2 sized buffers to reduce overhead 17 年之前
Kconfig f7d3c34788 [XFS] Remove CONFIG_XFS_SECURITY. 17 年之前
Makefile 269cdfaf76 [XFS] Added quota targets and removed dmapi directory 17 年之前
xfs.h e687330b5e [XFS] Remove unused HAVE_SPLICE macro. 17 年之前
xfs_acl.c 5ca1f261a0 [XFS] Catch errors from xfs_acl_vremove(). 17 年之前
xfs_acl.h 4576758db5 [XFS] use generic_permission 17 年之前
xfs_ag.h 64137e56d7 [XFS] Unwrap pagb_lock. 17 年之前
xfs_alloc.c e6430037e9 [XFS] fix logic error in xfs_alloc_ag_vextent_near() 17 年之前
xfs_alloc.h 92821e2ba4 [XFS] Lazy Superblock Counters 18 年之前
xfs_alloc_btree.c 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_alloc_btree.h 2c36ddeda7 [XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros. 18 年之前
xfs_arch.h 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_attr.c f7d3c34788 [XFS] Remove CONFIG_XFS_SECURITY. 17 年之前
xfs_attr.h 0a74cd1964 [XFS] kill struct bhv_vnode 17 年之前
xfs_attr_leaf.c cb49dbb130 [XFS] Always use di_forkoff when checking for attr space. 17 年之前
xfs_attr_leaf.h 726801ba06 [XFS] Add EA list callbacks for xfs kernel use. Cleanup some namespace 18 年之前
xfs_attr_sf.h 3b244aa81e [XFS] endianess annotations for xfs_attr_shortform_t 19 年之前
xfs_bit.c ef8ece55d9 [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac 17 年之前
xfs_bit.h ef8ece55d9 [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac 17 年之前
xfs_bmap.c 6d1337b29b [XFS] xfs_bmap_compute_maxlevels should be based on di_forkoff 17 年之前
xfs_bmap.h 34a622b2e1 [XFS] replace remaining __FUNCTION__ occurrences 17 年之前
xfs_bmap_btree.c 34a622b2e1 [XFS] replace remaining __FUNCTION__ occurrences 17 年之前
xfs_bmap_btree.h 6211870992 [XFS] remove shouting-indirection macros from xfs_sb.h 17 年之前
xfs_btree.c 8801bb99e4 [XFS] endianess annotations for xfs_bmbt_key Trivial as there are no 18 年之前
xfs_btree.h a8272ce0c1 [XFS] Fix up sparse warnings. 17 年之前
xfs_buf_item.c db7a19f2c8 [XFS] Ensure xfs_bawrite() errors are checked. 17 年之前
xfs_buf_item.h a8272ce0c1 [XFS] Fix up sparse warnings. 17 年之前
xfs_clnt.h 1bd960ee2b [XFS] If you mount an XFS filesystem with no mount options at all, then 17 年之前
xfs_da_btree.c 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_da_btree.h a8272ce0c1 [XFS] Fix up sparse warnings. 17 年之前
xfs_dfrag.c f6aa7f2184 [XFS] stop re-checking permissions in xfs_swapext 17 年之前
xfs_dfrag.h 3e57ecf640 [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report 19 年之前
xfs_dinode.h 45ba598e56 [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros. 17 年之前
xfs_dir2.c 556b8b166c [XFS] remove bhv_vname_t and xfs_rename code 17 年之前
xfs_dir2.h 556b8b166c [XFS] remove bhv_vname_t and xfs_rename code 17 年之前
xfs_dir2_block.c 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_dir2_block.h 051e7cd44a [XFS] use filldir internally 17 年之前
xfs_dir2_data.c 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_dir2_data.h bbaaf53808 [XFS] Reduce shouting by removing unnecessary macros from dir2 code. 18 年之前
xfs_dir2_leaf.c 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_dir2_leaf.h 051e7cd44a [XFS] use filldir internally 17 年之前
xfs_dir2_node.c 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_dir2_node.h bbaaf53808 [XFS] Reduce shouting by removing unnecessary macros from dir2 code. 18 年之前
xfs_dir2_sf.c 041388b54e [XFS] Put the correct offset in dirent d_off 17 年之前
xfs_dir2_sf.h 051e7cd44a [XFS] use filldir internally 17 年之前
xfs_dir2_trace.c f6c2d1fa63 [XFS] Remove version 1 directory code. Never functioned on Linux, just 19 年之前
xfs_dir2_trace.h 7b71876980 [XFS] Update license/copyright notices to match the prefered SGI 19 年之前
xfs_dmapi.h bd186aa901 [XFS] kill the vfs_flags member in struct bhv_vfs 17 年之前
xfs_dmops.c c8fcfac5a2 [XFS] fixups after behavior removal merge into mainline git 17 年之前
xfs_error.c d4f3cc016f [XFS] lose xfs_hex_dump in favor of print_hex_dump 17 年之前
xfs_error.h d4f3cc016f [XFS] lose xfs_hex_dump in favor of print_hex_dump 17 年之前
xfs_extfree_item.c 287f3dad14 [XFS] Unwrap AIL_LOCK 17 年之前
xfs_extfree_item.h 128dabc5e9 [XFS] cleanup the field types of some item format structures 18 年之前
xfs_filestream.c 34a622b2e1 [XFS] replace remaining __FUNCTION__ occurrences 17 年之前
xfs_filestream.h 2a82b8be8a [XFS] Concurrent Multi-File Data Streams 18 年之前
xfs_fs.h bc58f9bb6b [XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION 17 年之前
xfs_fsops.c 6211870992 [XFS] remove shouting-indirection macros from xfs_sb.h 17 年之前
xfs_fsops.h e13a73f025 [XFS] Write log dummy record when freezing filesystem 19 年之前
xfs_ialloc.c 75de2a91c9 [XFS] Account for inode cluster alignment in all allocations 17 年之前
xfs_ialloc.h 425f9ddd53 [XFS] Pick a single default inode cluster size. 17 年之前
xfs_ialloc_btree.c 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_ialloc_btree.h 91906a882a [XFS] kill XFS_INOBT_IS_FREE_DISK 17 年之前
xfs_iget.c bad5584332 [XFS] Remove the xfs_icluster structure 17 年之前
xfs_imap.h 7b71876980 [XFS] Update license/copyright notices to match the prefered SGI 19 年之前
xfs_inode.c f6485057c5 [XFS] Ensure the inode is joined in xfs_itruncate_finish 17 年之前
xfs_inode.h bad5584332 [XFS] Remove the xfs_icluster structure 17 年之前
xfs_inode_item.c db7a19f2c8 [XFS] Ensure xfs_bawrite() errors are checked. 17 年之前
xfs_inode_item.h 3354040897 [XFS] Use xfs_inode_clean() in more places 17 年之前
xfs_inum.h 7b71876980 [XFS] Update license/copyright notices to match the prefered SGI 19 年之前
xfs_iomap.c 7c9ef85c56 [XFS] Catch errors returned from xfs_bmap_last_offset(). 17 年之前
xfs_iomap.h 541d7d3c4b [XFS] kill unnessecary ioops indirection 17 年之前
xfs_itable.c 7b07339048 [XFS] xfs_bulkstat_one_dinode() never returns an error. 17 年之前
xfs_itable.h faa63e9584 [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode 18 年之前
xfs_log.c 1bb7d6b5a8 [XFS] Catch log unmount failures. 17 年之前
xfs_log.h b911ca0472 [XFS] Sanitise xfs_log_force error checking. 17 年之前
xfs_log_priv.h 4679b2d36d [XFS] Reorganise xlog_t for better cacheline isolation of contention 17 年之前
xfs_log_recover.c 234f56aca2 [XFS] Check for errors when changing buffer pointers. 17 年之前
xfs_log_recover.h 7b71876980 [XFS] Update license/copyright notices to match the prefered SGI 19 年之前
xfs_mount.c d64e31a2f5 [XFS] Ensure errors from xfs_bdstrat() are correctly checked. 17 年之前
xfs_mount.h 556b8b166c [XFS] remove bhv_vname_t and xfs_rename code 17 年之前
xfs_mru_cache.c a8272ce0c1 [XFS] Fix up sparse warnings. 17 年之前
xfs_mru_cache.h 65de556756 [XFS] On-demand reaping of the MRU cache 17 年之前
xfs_qmops.c 3685c2a1d7 [XFS] Unwrap XFS_SB_LOCK. 17 年之前
xfs_quota.h b09cc77109 [XFS] remove dependency of the quota module on behaviors 17 年之前
xfs_refcache.h 7f248a81c5 [XFS] Cleanup cosmetic differences between source trees. 19 年之前
xfs_rename.c 556b8b166c [XFS] remove bhv_vname_t and xfs_rename code 17 年之前
xfs_rtalloc.c e5720eec05 [XFS] Propagate errors from xfs_trans_commit(). 17 年之前
xfs_rtalloc.h 71ddabb94a [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config 17 年之前
xfs_rw.c b911ca0472 [XFS] Sanitise xfs_log_force error checking. 17 年之前
xfs_rw.h 71ddabb94a [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config 17 年之前
xfs_sb.h e6957ea484 [XFS] Ensure "both" features2 slots are consistent 17 年之前
xfs_trans.c 413d57c990 xfs: convert beX_add to beX_add_cpu (new common API) 17 年之前
xfs_trans.h 535f6b3735 [XFS] Replace custom AIL linked-list code with struct list_head 17 年之前
xfs_trans_ail.c 34a622b2e1 [XFS] replace remaining __FUNCTION__ occurrences 17 年之前
xfs_trans_buf.c d64e31a2f5 [XFS] Ensure errors from xfs_bdstrat() are correctly checked. 17 年之前
xfs_trans_extfree.c da353b0d64 [XFS] Radix tree based inode caching 17 年之前
xfs_trans_inode.c f6c2d1fa63 [XFS] Remove version 1 directory code. Never functioned on Linux, just 19 年之前
xfs_trans_item.c a8272ce0c1 [XFS] Fix up sparse warnings. 17 年之前
xfs_trans_priv.h 249a8c1124 [XFS] Move AIL pushing into it's own thread 17 年之前
xfs_trans_space.h f6c2d1fa63 [XFS] Remove version 1 directory code. Never functioned on Linux, just 19 年之前
xfs_types.h 556b8b166c [XFS] remove bhv_vname_t and xfs_rename code 17 年之前
xfs_utils.c 556b8b166c [XFS] remove bhv_vname_t and xfs_rename code 17 年之前
xfs_utils.h 556b8b166c [XFS] remove bhv_vname_t and xfs_rename code 17 年之前
xfs_vfsops.c 7e20694d91 [XFS] Remove periodic logging of in-core superblock counters. 17 年之前
xfs_vfsops.h cbc89dcfd2 [XFS] kill xfs_root 17 年之前
xfs_vnodeops.c 78e9da77f1 [XFS] Don't allow silent errors in xfs_inactive(). 17 年之前
xfs_vnodeops.h 556b8b166c [XFS] remove bhv_vname_t and xfs_rename code 17 年之前