aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-02[XFS] Remove dead code in xfs_iomap_write_direct; save some stackEric Sandeen1-8/+4
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott12-312/+132
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott157-4056/+1762
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott93-3093/+1567
2005-11-02[XFS] remove unused struct xfs_ail_ticketChristoph Hellwig1-13/+0
2005-11-02[XFS] Track external log/realtime device names for correct reporting inNathan Scott5-13/+29
2005-11-02[XFS] Improve buffered read throughput by removing unnecessary timer callsNathan Scott5-84/+140
2005-11-02[XFS] Remove a null CELL macro and its one caller, not useful to anyone.Nathan Scott2-6/+0
2005-11-02[XFS] Fix up an internal sort function name collision issue.Nathan Scott5-7/+7
2005-11-02[XFS] Make some extended attributes routines take const parameters, forNathan Scott5-18/+19
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott1-1/+1
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott1-1/+1
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott13-114/+354
2005-11-02[XFS] Move some code around to prepare for the upcoming extendedNathan Scott4-99/+90
2005-11-02[XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner6-35/+43
2005-11-02[XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott5-4/+23
2005-11-02[XFS] Fix signedness issues in dquot ID handling, allowing uids/gids aboveNathan Scott3-10/+4
2005-11-02[XFS] Add a comment about the use of XFS_SIZE_TOKEN_WANT.Nathan Scott1-1/+2
2005-11-02[XFS] only mark buffers done when all pages are uptodate in additionChristoph Hellwig2-8/+8
2005-11-02[XFS] Stack footprint reduction for xfs_swapext (used from xfs_fsr)Eric Sandeen1-31/+40
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig12-59/+190
2005-11-02[XFS] fix PBF_NONE handlingChristoph Hellwig1-1/+2
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig7-11/+18
2005-11-02[XFS] remove unused pagebuf flagsChristoph Hellwig2-33/+13
2005-11-02[XFS] Make sure the threads and shaker in xfs_buf are de-initialized inChristoph Hellwig1-62/+25
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-3/+4
2005-10-28[PATCH] gfp_t: fs/*Al Viro4-25/+25
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro2-12/+11
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan3-11/+10
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09[XFS] Revert recent quota Makefile change, not in a fit state for merging.Nathan Scott1-2/+13
2005-09-08[XFS] Fix modular XFS builds (Makefile botch).Nathan Scott2-5/+5
2005-09-08[XFS] Remove special Kconfig XFS menu, make XFS options "inline".Nathan Scott1-24/+21
2005-09-08[XFS] Cleanup some -Wundef flag warnings in the endian macros (thanksNathan Scott6-30/+32
2005-09-05[XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott8-161/+217
2005-09-05[XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott2-4/+3
2005-09-05[XFS] replace "extern inline" with "static inline" Patch from Adrian BunkChristoph Hellwig1-1/+1
2005-09-05[XFS] Switch kernel thread handling to the kthread_ APIChristoph Hellwig4-46/+17
2005-09-05[XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags afterDavid Chinner2-18/+51
2005-09-05[XFS] Retry linux inode cacech lookup if we found a stale inode. ThisChristoph Hellwig1-12/+16
2005-09-05[XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin3-7/+60
2005-09-05[XFS] remove some dead code from pagebufChristoph Hellwig2-37/+0
2005-09-05[XFS] allow a null behaviour pointer in linvfs_clear_inodeChristoph Hellwig1-3/+6
2005-09-05[XFS] Manage spinlock differences between kernel versions a bit.Nathan Scott1-0/+3
2005-09-05[XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctlsEric Sandeen1-3/+62
2005-09-05[XFS] Check if there is first behavior before calling VOP_RECLAIM fromFelix Blyakher1-3/+5
2005-09-05[XFS] Need to be able to reset sb_qflags if not mounting with quotasTim Shimmin6-76/+95
2005-09-05[XFS] streamline the clear_inode pathChristoph Hellwig3-156/+25
2005-09-05[XFS] Delay I/O completion for unwritten extents after conversionChristoph Hellwig2-2/+26
2005-09-05[XFS] Delay direct I/O completion to a workqueue This is nessecaryChristoph Hellwig2-29/+48
2005-09-05[XFS] Add in the new xfs_aops.h header file for I/O completion struct.Christoph Hellwig1-0/+49
2005-09-02[XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig4-85/+132
2005-09-02[XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig4-58/+32
2005-09-02[XFS] remove unessecary vnode flagsChristoph Hellwig3-73/+1
2005-09-02[XFS] Fix sparse warnings in kmem_* functions Patch from Victor FuscoChristoph Hellwig3-23/+25
2005-09-02[XFS] Need to unlock the AIL before calling xfs_force_shutdown() becauseTim Shimmin1-1/+1
2005-09-02[XFS] remove struct vnode::v_typeChristoph Hellwig8-85/+68
2005-09-02[XFS] Remove extraneous quotacheck diagnostics.Nathan Scott1-10/+2
2005-09-02[XFS] Add in grpid/nogrpid mount option parsing, actual code was alwaysNathan Scott1-1/+15
2005-09-02[XFS] 929956 add log debugging and tracing infoTim Shimmin9-22/+265
2005-09-02[XFS] Fix up the calculation of the reservation overhead to hopefullyTim Shimmin1-13/+41
2005-09-02[XFS] Fix regression in transaction reserved-block accounting for directNathan Scott1-9/+8
2005-09-02[XFS] Fix check for writeable file in xfs_ioc_space ioctl codeEric Sandeen1-1/+1
2005-09-02[XFS] Prevent the incore superblock sb_fdblocks count from leaking when weDavid Chinner1-1/+11
2005-09-02[XFS] Add a chunk of tracing code to diagnose truncate related issues.Nathan Scott2-3/+15
2005-09-02[XFS] Make metadata IO completion consistent with other IO completionNathan Scott1-6/+11
2005-09-02[XFS] replace vn_get usage by iholdChristoph Hellwig4-82/+15
2005-09-02[XFS] send dmapi events from nopage for mmapped filesDean Roehrich1-58/+32
2005-09-02[XFS] upate copyrightsDean Roehrich1-1/+1
2005-09-02[XFS] Update copyrightsDean Roehrich1-1/+1
2005-08-19[PATCH] Fix up symlink function pointersAl Viro1-5/+5
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter2-3/+3
2005-06-24[PATCH] pass iocb to dio_iodone_tChristoph Hellwig1-1/+2
2005-06-21Merge rsync://oss.sgi.com/git/xfs-2.6Linus Torvalds73-1107/+957
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-3/+3
2005-06-22[XFS] Handle inode semaphores properly for dmapi queuesDean Roehrich2-13/+20
2005-06-21[XFS] Remove some debugging code from quota syscalls.Nathan Scott1-3/+0
2005-06-21[XFS] Merge a few minor fixes to the quota warning code.Nathan Scott3-4/+32
2005-06-21[XFS] Merge fixes into realtime quota code, since one/two reported, stillNathan Scott8-141/+143
2005-06-21[XFS] Makes more sense to use the fsxattr interface instead of adding newNathan Scott3-30/+10
2005-06-21[XFS] (mostly) remove xfs_inval_cached_pages Since the last round ofChristoph Hellwig4-32/+17
2005-06-21[XFS] simplify ASSERTChristoph Hellwig2-7/+1
2005-06-21[XFS] consolidate extent item freeingChristoph Hellwig3-103/+35
2005-06-21[XFS] quiesce the filesystem proper when freezingChristoph Hellwig3-27/+40
2005-06-21[XFS] add XFS_INOBT_IS_FREE_DISKChristoph Hellwig2-2/+11
2005-06-21[XFS] Fix up some warning fallout from functions made staticEric Sandeen2-2/+2