summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * [XFS] Switch over from linvfs names for file operations for consistentNathan Scott2006-03-144-76/+76
| * [XFS] Switch over from linvfs names for address space ops for consistentNathan Scott2006-03-144-38/+35
| * [XFS] Remove a couple of no-longer-used macros/types from XFS.Nathan Scott2006-03-141-5/+0
| * [XFS] Reduce stack usage within xfs_bmapi by rearranging some code,Nathan Scott2006-03-141-323/+345
| * [XFS] Reduce xfs_bmapi stack use by removing some local state variables,Nathan Scott2006-03-141-42/+37
| * [XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott2006-03-145-142/+209
| * [XFS] Take a dentry structure off the stack into the data segment.Nathan Scott2006-03-141-5/+2
| * [XFS] Reduce complexity in xfs_trans_init by pushing complex macros outNathan Scott2006-03-141-34/+153
| * [XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stackNathan Scott2006-03-141-14/+16
| * [XFS] Dynamically allocate local kiocb structures in readv/writev routinesNathan Scott2006-03-141-12/+22
| * [XFS] 929045 567344 This mod introduces multi-level in-core file extentMandy Kirkconnell2006-03-145-26/+826
| * [XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell2006-03-146-410/+597
| * [XFS] Additional mount time superblock validation checks.Nathan Scott2006-03-141-1/+4
| * [XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner2006-03-143-14/+28
| * [XFS] Add xfs_map_buffer helper, use it in a couple of places. Nathan Scott2006-03-141-24/+25
| * [XFS] Move some code around to avoid prototypes and prep for futureNathan Scott2006-03-141-184/+183
| * [XFS] Use XFS_VFSTOM in more places instead of open coding it. Nathan Scott2006-03-141-1/+1
| * [XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irixTim Shimmin2006-03-141-0/+2
| * [XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to beNathan Scott2006-03-141-8/+7
| * [XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner2006-03-143-2/+75
| * [XFS] Make headers compile for more compiler variants; minor cleanup.Nathan Scott2006-03-142-27/+24
| * [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are manyNathan Scott2006-03-141-1/+1
| * [XFS] Flag the XFS inode cache as in need of spreading also.Nathan Scott2006-03-141-1/+2
| * [XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy fromNathan Scott2006-03-141-3/+1
| * [XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott2006-03-145-72/+100
| * [XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner2006-03-145-17/+586
| * [XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott2006-03-144-13/+0
| * [XFS] find_exported_dentry(). XFS does not need to use this symbol as itDavid Chinner2006-03-141-1/+1
* | [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-232-7/+3
* | [PATCH] page migration reorgChristoph Lameter2006-03-221-0/+1
|/
* [XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixesEric Sandeen2006-02-281-1/+1
* [XFS] Reduce stack use during quota mounts (caused a panic). ThisNathan Scott2006-02-281-6/+5
* [XFS] Fix a realtime allocator regression introduced by an old iget raceNathan Scott2006-02-281-15/+14
* [XFS] Fix missing inode atime update from the utime syscall.Nathan Scott2006-02-071-0/+2
* [XFS] Account for the page we just wrote when we detect congestion duringDavid Chinner2006-02-071-1/+2
* [PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter2006-02-012-0/+2
* [XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, asNathan Scott2006-02-011-0/+7
* [XFS] Interim solution for attribute insertion failure during fileYingping Lu2006-02-011-18/+32
* [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner2006-01-181-3/+26
* Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-01-153-20/+10
|\
| * [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaroundNathan Scott2006-01-161-3/+0
| * [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment.Nathan Scott2006-01-162-12/+2
| * [XFS] Fix symlink creation too, with respect to initialising SELinuxNathan Scott2006-01-161-5/+8
* | return statement cleanup - kill pointless parenthesesJesper Juhl2006-01-157-207/+206
|/
* Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-01-1257-2572/+2717
|\
| * Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott2006-01-121-1/+0
| |\
| * | [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. Nathan Scott2006-01-121-4/+4
| * | [XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott2006-01-1211-141/+141
| * | [XFS] Fix compiler warnings from older gcc versions wrt printfalikeNathan Scott2006-01-111-12/+22
| * | [XFS] Fix some build fallout from atime changes.Nathan Scott2006-01-113-5/+21
OpenPOWER on IntegriCloud