summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2013-08-15xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen5-34/+41
2013-08-15xfs: ioctl check for capabilities in the current user namespaceDwight Engen1-2/+9
2013-08-15xfs: convert kuid_t to/from uid_t in ACLsDwight Engen1-4/+16
2013-08-15xfs: create wrappers for converting kuid_t to/from uid_tDwight Engen1-0/+26
2013-08-13xfs: split the CIL lockDave Chinner2-23/+27
2013-08-13xfs: Combine CIL insert and prepare passesDave Chinner1-127/+100
2013-08-13xfs: avoid CIL allocation during insertDave Chinner2-20/+33
2013-08-13xfs: Reduce allocations during CIL insertionDave Chinner3-40/+57
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner7-73/+126
2013-08-13xfs:free bp in xlog_find_tail() error pathEric Sandeen1-0/+1
2013-08-13xfs: free bp in xlog_find_zeroed() error pathEric Sandeen1-1/+2
2013-08-13xfs: avoid double-free in xfs_attr_node_addnameEric Sandeen1-0/+1
2013-08-13xfs: call roundup_64() to calculate the min_logblksJie Liu1-3/+5
2013-08-12xfs: Validate log space at mount timeJie Liu2-2/+49
2013-08-12xfs: Add xfs_log_rlimit.cJie Liu3-1/+152
2013-08-12xfs: Refactor xfs_ticket_alloc() to extract a new helperJie Liu2-22/+42
2013-08-12xfs: Get rid of all XFS_XXX_LOG_RES() macroJie Liu1-36/+0
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu21-197/+150
2013-08-12xfs: Make writeid transaction use tr_writeidJie Liu1-1/+1
2013-08-12xfs: Introduce tr_fsyncts to m_reservationJie Liu2-1/+3
2013-08-12xfs: Introduce a new structure to hold transaction reservation itemsJie Liu4-87/+163
2013-08-12xfs: make struct xfs_perag kernel onlyDave Chinner4-53/+54
2013-08-12xfs: move kernel specific type definitions to xfs.hDave Chinner2-36/+32
2013-08-12xfs: xfs_filestreams.h doesn't need __KERNEL__Dave Chinner1-4/+0
2013-08-12xfs: remove __KERNEL__ check from xfs_dir2_leaf.cDave Chinner1-4/+0
2013-08-12xfs: remove __KERNEL__ from debug codeDave Chinner3-4/+4
2013-08-12xfs: kill __KERNEL__ check for debug code in allocation codeDave Chinner1-3/+3
2013-08-12xfs: don't special case shared superblock mountsDave Chinner1-7/+0
2013-08-12xfs: consolidate extent swap codeDave Chinner9-517/+436
2013-08-12xfs: consolidate xfs_utils.cDave Chinner18-358/+285
2013-08-12xfs: consolidate xfs_rename.cDave Chinner3-349/+307
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner29-1991/+1931
2013-08-12xfs: fix issues that cause userspace warningsDave Chinner6-13/+12
2013-08-12xfs: minor cleanupsDave Chinner4-14/+4
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner20-853/+957
2013-08-12xfs: introduce xfs_sb.c for sharing with libxfsDave Chinner5-797/+863
2013-08-12xfs: split out the remote symlink handlingDave Chinner5-214/+244
2013-08-12xfs: split out attribute fork truncation code into separate fileDave Chinner4-423/+455
2013-08-12xfs: split out attribute listing code into separate fileDave Chinner5-616/+658
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner22-64/+83
2013-08-12xfs: move getdents code into it's own fileDave Chinner7-616/+649
2013-08-12xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner5-454/+514
2013-08-12xfs: move unrelated definitions out of xfs_inode.hDave Chinner4-38/+16
2013-08-12xfs: move inode fork definitions to a new header fileDave Chinner5-2007/+2096
2013-08-12xfs: split out transaction reservation codeDave Chinner10-772/+851
2013-08-12xfs: sync minor header differences needed by userspace.Dave Chinner13-8/+42
2013-08-12xfs: introduce xfs_quota_defs.hDave Chinner2-131/+160
2013-08-12xfs: introduce xfs_rtalloc_defs.hDave Chinner4-52/+54
2013-08-12xfs: split out on-disk transaction definitionsDave Chinner3-207/+208
2013-08-12xfs: separate icreate log format definitions from xfs_icreate_item.hDave Chinner2-18/+18