aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-22[XFS] Make trivial extension to sync flag to implement dirsync,Nathan Scott1-0/+2
2005-03-22[XFS] Fix sync mount option to also do metadata updates synchronously.Nathan Scott1-0/+2
2005-03-11[XFS] reinstate missed copyright date updates.Nathan Scott2-2/+2
2005-03-11[XFS] Steve noticed we were duplicating some work the block layer can doNathan Scott1-8/+9
2005-03-11[XFS] remove non-helpful inode shakersNathan Scott2-29/+0
2005-03-11Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott6-95/+422
2005-03-07[PATCH] lib/sort: Replace qsort in XFSMatt Mackall1-0/+3
2005-03-08[XFS] fix DMAPI & NOSPACE data corruptionDean Roehrich1-0/+1
2005-03-08[XFS] Make XFS provide encoding and decoding callbacks from knfsd whichGreg Banks2-22/+219
2005-03-08[XFS] Update copyright to 2005Dean Roehrich1-1/+1
2005-03-08[XFS] dmapi - Execution of an offline script or binary fails. If a userDean Roehrich1-0/+35
2005-03-08[XFS] pagebuf_lock_value is also needed for trace buildsChristoph Hellwig1-1/+1
2005-03-08[XFS] Stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhereChristoph Hellwig1-1/+1
2005-03-08[XFS] Don't dereference user pointers in xattr by handle ioctlsChristoph Hellwig1-70/+164
2005-02-12Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott3-19/+29
2005-02-12[XFS] Fix problems with synchronous writes returning EAGAIN incorrectlyNathan Scott2-2/+8
2005-02-08[XFS] Prevent releasepage from releasing pages early, while they stillNathan Scott1-17/+19
2005-02-08[XFS] Reinstate missing frozen check on write, fixes snapshots andNathan Scott1-0/+2
2005-02-07[PATCH] add MAP_POPULATE/sys_remap_file_pages support to XFSChristoph Hellwig1-0/+1
2005-01-28[XFS] Fix NFS exporting with modular nfsdChristoph Hellwig1-1/+1
2005-01-26Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott15-245/+392
2005-01-20[PATCH] Lock initializer cleanup: FilesystemsThomas Gleixner2-3/+3
2005-01-20[PATCH] Convert XFS to unlocked_ioctl and compat_ioctlAndi Kleen4-103/+92
2005-01-20[XFS] Fix preempt-related warnings - based on a Chris Wedgwood patch.Nathan Scott3-9/+13
2005-01-20[XFS] Fix mapping gfp_flags used on metadata buffer inode.Nathan Scott2-5/+5
2005-01-20Merge nathans@oss.sgi.com:/oss/bitkeeper/xfs-linux-2.6Nathan Scott11-231/+374
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek2-7/+2
2005-01-14[XFS] Remove write congestion check during metadata readahead.Nathan Scott1-2/+0
2005-01-14[XFS] Fix page index to byte calculation result truncation in tracingNathan Scott1-1/+1
2005-01-14[XFS] Make AIO work again - wait on iocb completion for non-AIO only.Christoph Hellwig3-14/+15
2005-01-13[XFS] Switch to managing uptodate state on a region within a page, ratherNathan Scott1-42/+100
2005-01-12[XFS] Fix compilations for pariscChristoph Hellwig1-0/+2
2005-01-12[XFS] Move support code for NFS exporting to a conditionally built fileChristoph Hellwig3-98/+134
2005-01-12[XFS] Use generic_readlinkChristoph Hellwig1-28/+1
2005-01-12[XFS] Fix NFS inode data corruptionChristoph Hellwig1-0/+34
2005-01-12[XFS] Add sanity checks before use of attr_multi opcount parameter.Nathan Scott1-1/+6
2005-01-12[XFS] Move to per-device hash tables (scalability), and use Bill IrwinsNathan Scott2-103/+127
2005-01-12[XFS] Prevent attempts to mount 512 byte sector filesystems with 64KBNathan Scott1-0/+12
2005-01-07[PATCH] Lock initializer unifying: FilesystemsThomas Gleixner1-1/+1
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-0/+1
2004-12-14[XFS] Mark several functions as being static.Nathan Scott2-3/+3
2004-12-14[XFS] Low memory allocation improvements (quietness and blockdevNathan Scott3-14/+18
2004-12-14[XFS] Wait for all async buffers to complete before tearing down theEric Sandeen2-0/+29
2004-12-14[XFS] call the right function in pagebuf_readaheadChristoph Hellwig1-2/+2
2004-12-14[XFS] handle inode creating raceChristoph Hellwig2-1/+5
2004-12-14[XFS] split pagebuf_get into xfs_buf_get_flags and xfs_buf_read_flags.Christoph Hellwig2-59/+54
2004-12-14[XFS] remove useless S_ISREG check in ->mmap and ->mprotectChristoph Hellwig1-2/+2
2004-12-14[XFS] Add xfs_rotorstep sysctl for controlling placement of extents forGeoffrey Wehrman4-0/+9
2004-12-01[PATCH] Fix an XFS direct I/O deadlockNathan Scott1-6/+11
2004-10-14[XFS] fix a freeze/thaw deadlockChristoph Hellwig2-2/+8