aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2006-03-29[XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott3-31/+26
2006-03-29[XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents()Mandy Kirkconnell2-115/+0
2006-03-29[XFS] A change to inode chunk allocation to try allocating the new chunkGlen Overby1-40/+68
2006-03-29[XFS] Fix compiler warning and small code inconsistencies in compatNathan Scott1-9/+13
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott42-93/+93
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-6/+6
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-3/+3
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty1-2/+3
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-3/+2
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown1-2/+2
2006-03-24[PATCH] cpuset memory spread slab cache hooksPaul Jackson1-1/+1
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser2-2/+2
2006-03-23Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds68-3118/+4902
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton2-7/+3
2006-03-22[PATCH] page migration reorgChristoph Lameter1-0/+1
2006-03-22[XFS] Sync up one/two other minor changes missed in previous merges.Nathan Scott5-43/+18
2006-03-22[XFS] Reenable the noikeep (delete inode cluster space) option by default.Nathan Scott1-5/+3
2006-03-22[XFS] Check that a page has dirty buffers before finding it acceptable forDavid Chinner1-1/+1
2006-03-22[XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott4-20/+20
2006-03-22[XFS] Explain the race closed by the addition of vn_iowait() to the startDavid Chinner1-0/+10
2006-03-22[XFS] Fixing the error caused by the conflict between DIO Write'sYingping Lu2-1/+7
2006-03-22[XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu4-8/+8
2006-03-20[XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. Nathan Scott1-1/+1
2006-03-17[XFS] remove bogus INT_GET for u8 variables in xfs_dir_leaf.c Nathan Scott1-10/+9
2006-03-17[XFS] endianess annotations for xfs_da_node_hdr_t Nathan Scott6-85/+86
2006-03-17[XFS] endianess annotations for xfs_da_node_entry_t Nathan Scott6-60/+59
2006-03-17[XFS] store xfs_attr_inactive_list_t in native endian Nathan Scott1-9/+5
2006-03-17[XFS] store xfs_attr_sf_sort in native endian Nathan Scott1-10/+7
2006-03-17[XFS] endianess annotations for xfs_attr_shortform_t Nathan Scott3-35/+30
2006-03-17[XFS] endianess annotations for xfs_attr_leaf_name_remote_t Nathan Scott2-18/+14
2006-03-17[XFS] endianess annotations for xfs_attr_leaf_name_local_t Nathan Scott2-13/+11
2006-03-17[XFS] endianess annotations for xfs_attr_leaf_entry_t Nathan Scott3-92/+74
2006-03-17[XFS] endianess annotations for xfs_attr_leaf_hdr_t Nathan Scott3-237/+198
2006-03-17[XFS] remove bogus INT_GET on u8 variables in xfs_dir2_block.c Nathan Scott1-4/+4
2006-03-17[XFS] endianess annotations for xfs_da_blkinfo_t Nathan Scott9-245/+205
2006-03-17[XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P Nathan Scott5-28/+27
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_entry_t Nathan Scott7-87/+93
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_hdr_t Nathan Scott5-100/+100
2006-03-17[XFS] endianess annotations for xfs_dir2_block_tail_t Nathan Scott5-39/+38
2006-03-17[XFS] endianess annotations for XFS_DIR2_DATA_UNUSED_TAG_P Nathan Scott3-27/+24
2006-03-17[XFS] endianess annotations for xfs_dir2_data_unused_t Nathan Scott5-61/+58
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_tail_t Nathan Scott4-23/+23
2006-03-17[XFS] endianess annotations for XFS_DIR2_LEAF_BESTS_P Nathan Scott4-22/+21
2006-03-17[XFS] endianess annotations for xfs_dir2_free_hdr_t Nathan Scott4-54/+54
2006-03-17[XFS] endianess annotations for xfs_dir2_data_hdr structure.Nathan Scott6-93/+99
2006-03-17[XFS] Flush and invalidate dirty pages at the start of a direct read also,Nathan Scott1-0/+4
2006-03-17[XFS] Merge Yingpings fix for a vn_count assert failure during QA -Nathan Scott1-0/+2
2006-03-17[XFS] Make couple names consitent, be more defensive on releasepage (andNathan Scott1-4/+7
2006-03-17[XFS] Cleanup references to i_sem.Nathan Scott1-21/+20
2006-03-17[XFS] Fix an infinite loop issue in bulkstat when a corrupt inode isNathan Scott5-20/+24
2006-03-17[XFS] Correct the dquot reservation component for the link transation.Nathan Scott1-1/+1
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott20-122/+135
2006-03-17[XFS] There are a few problems with the newMandy Kirkconnell3-29/+102
2006-03-14[XFS] Revert kiocb and vattr stack changes, theory is the AIO rework willNathan Scott2-89/+42
2006-03-14[XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce ourNathan Scott1-9/+4
2006-03-14[XFS] Fix assert to check that in-core extents are inline only.Mandy Kirkconnell1-2/+2
2006-03-14[XFS] Switch over from linvfs names for sb/quotactl operations forNathan Scott5-69/+69
2006-03-14[XFS] Switch over from linvfs names for inode operations for consistentNathan Scott3-87/+87
2006-03-14[XFS] Switch over from linvfs names for file operations for consistentNathan Scott4-76/+76
2006-03-14[XFS] Switch over from linvfs names for address space ops for consistentNathan Scott4-38/+35
2006-03-14[XFS] Remove a couple of no-longer-used macros/types from XFS.Nathan Scott1-5/+0
2006-03-14[XFS] Reduce stack usage within xfs_bmapi by rearranging some code,Nathan Scott1-323/+345
2006-03-14[XFS] Reduce xfs_bmapi stack use by removing some local state variables,Nathan Scott1-42/+37
2006-03-14[XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott5-142/+209
2006-03-14[XFS] Take a dentry structure off the stack into the data segment.Nathan Scott1-5/+2
2006-03-14[XFS] Reduce complexity in xfs_trans_init by pushing complex macros outNathan Scott1-34/+153
2006-03-14[XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stackNathan Scott1-14/+16
2006-03-14[XFS] Dynamically allocate local kiocb structures in readv/writev routinesNathan Scott1-12/+22
2006-03-14[XFS] 929045 567344 This mod introduces multi-level in-core file extentMandy Kirkconnell5-26/+826
2006-03-14[XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell6-410/+597
2006-03-14[XFS] Additional mount time superblock validation checks.Nathan Scott1-1/+4
2006-03-14[XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner3-14/+28
2006-03-14[XFS] Add xfs_map_buffer helper, use it in a couple of places. Nathan Scott1-24/+25
2006-03-14[XFS] Move some code around to avoid prototypes and prep for futureNathan Scott1-184/+183
2006-03-14[XFS] Use XFS_VFSTOM in more places instead of open coding it. Nathan Scott1-1/+1
2006-03-14[XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irixTim Shimmin1-0/+2
2006-03-14[XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to beNathan Scott1-8/+7
2006-03-14[XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner3-2/+75
2006-03-14[XFS] Make headers compile for more compiler variants; minor cleanup.Nathan Scott2-27/+24
2006-03-14[XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are manyNathan Scott1-1/+1
2006-03-14[XFS] Flag the XFS inode cache as in need of spreading also.Nathan Scott1-1/+2
2006-03-14[XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy fromNathan Scott1-3/+1
2006-03-14[XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott5-72/+100
2006-03-14[XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner5-17/+586
2006-03-14[XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott4-13/+0
2006-03-14[XFS] find_exported_dentry(). XFS does not need to use this symbol as itDavid Chinner1-1/+1
2006-02-28[XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixesEric Sandeen1-1/+1
2006-02-28[XFS] Reduce stack use during quota mounts (caused a panic). ThisNathan Scott1-6/+5
2006-02-28[XFS] Fix a realtime allocator regression introduced by an old iget raceNathan Scott1-15/+14
2006-02-07[XFS] Fix missing inode atime update from the utime syscall.Nathan Scott1-0/+2
2006-02-07[XFS] Account for the page we just wrote when we detect congestion duringDavid Chinner1-1/+2
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter2-0/+2
2006-02-01[XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, asNathan Scott1-0/+7
2006-02-01[XFS] Interim solution for attribute insertion failure during fileYingping Lu1-18/+32
2006-01-18[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner1-3/+26
2006-01-15Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds3-20/+10
2006-01-16[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaroundNathan Scott1-3/+0
2006-01-16[XFS] mutex fallout - fix debug builds and remove no-longer-useful comment.Nathan Scott2-12/+2
2006-01-16[XFS] Fix symlink creation too, with respect to initialising SELinuxNathan Scott1-5/+8
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl7-207/+206
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds57-2572/+2717
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap6-0/+12
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-1/+3
2006-01-12Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott1-1/+0
2006-01-12[XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. Nathan Scott1-4/+4
2006-01-12[XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott11-141/+141
2006-01-11[XFS] Fix compiler warnings from older gcc versions wrt printfalikeNathan Scott1-12/+22
2006-01-11[XFS] Fix some build fallout from atime changes.Nathan Scott3-5/+21
2006-01-11[XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time toTim Shimmin3-28/+6
2006-01-11[XFS] xfssyncd is responsible for flushing inode or device's data byYingping Lu1-1/+1
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig10-41/+33
2006-01-11[XFS] Fix up offset type inconsistencies and gcc warnings from earlierNathan Scott1-8/+8
2006-01-11[XFS] fix up per-device xfsbufdChristoph Hellwig1-3/+2
2006-01-11[XFS] fix writeback control handling fix a reversed condition on where toChristoph Hellwig1-3/+12
2006-01-11[XFS] cluster rewrites We can cluster mapped pages aswell, this improvesChristoph Hellwig1-16/+47
2006-01-11[XFS] pass full 64bit offsets to xfs_add_to_ioendChristoph Hellwig1-12/+6
2006-01-11[XFS] consolidate some code in xfs_page_state_convert The unmapped bufferChristoph Hellwig1-57/+34
2006-01-11[XFS] various fixes for xfs_convert_page fix various bogusities inChristoph Hellwig1-37/+52
2006-01-11[XFS] clean up the xfs_offset_to_map interface Currently we pass a structChristoph Hellwig1-83/+53
2006-01-11[XFS] use pagevec lookups This reduces the time spend in the radix treeChristoph Hellwig1-56/+88
2006-01-11[XFS] Initial pass at going directly-to-bio on the buffered IO path. ThisChristoph Hellwig4-364/+431
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott10-1118/+895
2006-01-11[XFS] Fixed delayed_blks assert failure during umount. The delayed_blksYingping Lu2-3/+10
2006-01-11[XFS] Introduce per-filesystem delwri pagebuf flushing to reduceDavid Chinner2-44/+101
2006-01-11[XFS] take out the call to vn_mark_bad() used when acl inherit fails andTim Shimmin1-2/+0
2006-01-11[XFS] endianess annotations and tidying for the uuid codeChristoph Hellwig1-9/+14
2006-01-11[XFS] Fix a thinko when generating a forced shutdown stack trace.Nathan Scott1-2/+2
2006-01-11[XFS] Add a stack trace in the case of xfs_forced_shutdown.Ryan Hankins1-5/+7
2006-01-11[XFS] Fix quotaoff logitem for project quota, affects log recovery only.Nathan Scott1-1/+3
2006-01-11[XFS] Add an XFS callout to security_inode_init_security; SE Linux is notNathan Scott1-0/+37
2006-01-11[XFS] Fix v2 log bufsize reporting in /proc/mounts.Nathan Scott1-2/+3
2006-01-11[XFS] fix, speedup and simplify atime handling let the VFS handle atimeChristoph Hellwig8-54/+49
2006-01-11[XFS] turn xlog helper macros into real functionsChristoph Hellwig2-77/+93
2006-01-11[XFS] remove unused vars, args, & unneeded intermediate vars from zeroingEric Sandeen2-31/+12
2006-01-11[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recoverEric Sandeen3-9/+6
2006-01-11[XFS] Ensure max diosize reported is aligned with minimum diosize.Nathan Scott1-1/+1
2006-01-11[XFS] Fix an intermittent pquota panic caused by dodgey quota flags to anNathan Scott2-6/+7
2006-01-11[XFS] Sort out cosmetic differences between user and kernel copies of someNathan Scott10-42/+32
2006-01-11[XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dontNathan Scott1-2/+1
2006-01-11[XFS] Disable write barriers for now till intermittent IO errors areNathan Scott1-5/+3
2006-01-11[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott6-26/+23
2006-01-11[XFS] Write log dummy record when freezing filesystemChristoph Hellwig3-0/+29
2006-01-11[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven forChristoph Hellwig3-3/+3
2006-01-11[XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block.Yingping Lu1-1/+2
2006-01-11[XFS] do barrier checks earlier. quota initialization may write to theChristoph Hellwig1-3/+4
2006-01-11[XFS] Fix typo from when enabling write barriers by default, flags botchNathan Scott1-8/+2
2006-01-11[XFS] Implement the di_extsize allocator hint for non-realtime files asNathan Scott7-410/+547
2006-01-11[XFS] Do not inherit properties for the quota inodes from the root inode.Nathan Scott1-3/+5
2006-01-11[XFS] enable write barriers by defaultChristoph Hellwig2-1/+17
2006-01-11[XFS] merge xfs_arch.h userspace changes backChristoph Hellwig1-0/+16
2006-01-11[XFS] remove over-eager assertChristoph Hellwig1-1/+0
2006-01-11xfs: header included twiceNicolas Kaiser1-1/+0
2006-01-10Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-0/+6
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2006-01-10[PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig1-0/+3
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig1-1/+1
2006-01-10[PATCH] remove xfs xattr permission checksChristoph Hellwig2-26/+8
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen3-17/+17
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen10-26/+22
2006-01-09kbuild/xfs: introduce fs/xfs/KbuildSam Ravnborg1-0/+6
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton1-7/+1
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-2/+1
2005-12-15[PATCH] xfs: missing gfp_t annotationsAl Viro1-2/+2
2005-11-25[XFS] Resolve the xlog_grant_log_space hang, revert inline to macro.Nathan Scott1-24/+12
2005-11-25[XFS] Fix a case where attr2 format was being used unconditionally.Nathan Scott1-3/+8
2005-11-25[XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to runFelix Blyakher1-2/+3
2005-11-25[XFS] Fix a 32 bit value wraparound when providing a mapping for a largeNathan Scott1-7/+6
2005-11-25[XFS] handle error returns from freeze_bdevChristoph Hellwig1-1/+1
2005-11-25[XFS] Fix potential overflow in xfs_iomap_t delta for very large extentsEric Sandeen1-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering3-8/+1
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg1-2/+2
2005-11-04[XFS] Remove no-longer-used qsort source.Nathan Scott3-182/+4
2005-11-04[XFS] Fix an inode32 regression - if no options are presented, must stillNathan Scott1-2/+2
2005-11-03[XFS] Remove several no-longer-used files.Nathan Scott4-2300/+0
2005-11-03[XFS] Cleanup cosmetic differences between source trees.Nathan Scott4-35/+19
2005-11-03[XFS] fix XFS quota for modular XFS buildsNathan Scott1-1/+1
2005-11-03[XFS] Fixed the inconsistency between attribute b-tree intermidiate nodeYingping Lu1-1/+2
2005-11-02[XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Nathan Scott1-2/+3
2005-11-02[XFS] Fix calculation of reserved AGs for inodes in 32-bit inode modeEric Sandeen1-1/+1
2005-11-02[XFS] Fix boundary conditions when issuing direct IOs from large userspaceNathan Scott1-12/+16
2005-11-02[XFS] Remove an unhelpful ifdef, the comment above the routine explainsNathan Scott1-13/+1
2005-11-02[XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Nathan Scott4-168/+39
2005-11-02[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott6-12/+19
2005-11-02[XFS] Endianess annotations for various allocator data structuresChristoph Hellwig16-811/+794
2005-11-02[XFS] remove unused code from xfs_iomap_write_directEric Sandeen1-8/+0
2005-11-02[XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if notEric Sandeen1-3/+3
2005-11-02[XFS] Fixing size report discrepancy between ls and du caused by xfs_fsrYingping Lu1-1/+23
2005-11-02[XFS] Fixed a bug in reporting extent list for attribute fork runningYingping Lu1-6/+7
2005-11-02[XFS] Simplify pagebuf_rele Remove a conditional that can not be trueChristoph Hellwig1-25/+4
2005-11-02[XFS] Rework the final mount options flag bit to make room for more.Nathan Scott3-33/+42
2005-11-02[XFS] Rework the dquot hash sizing heuristics.Nathan Scott3-31/+20
2005-11-02[XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c changeEric Sandeen1-0/+1
2005-11-02[XFS] Disable attr2 by default, until a more appropriate time to enableNathan Scott1-1/+9
2005-11-02[XFS] Prevent data corruption on extending truncate case from cxfs clientEric Sandeen1-1/+3
2005-11-02[XFS] Fix sparse warnings in ktrace.[ch]Christoph Hellwig2-2/+2
2005-11-02[XFS] silence gcc4 warnings. the directory ones are wrong because ofChristoph Hellwig5-4/+20
2005-11-02[XFS] Remove unused type, xfs_gap_t.Nathan Scott1-18/+0
2005-11-02[XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig8-292/+271
2005-11-02[XFS] Show additional mount options in /proc/mounts, fix up some debugNathan Scott1-0/+4
2005-11-02[XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode.Nathan Scott2-11/+12