index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-22
[XFS] Make trivial extension to sync flag to implement dirsync,
Nathan Scott
1
-0
/
+2
2005-03-22
[XFS] Fix sync mount option to also do metadata updates synchronously.
Nathan Scott
1
-0
/
+2
2005-03-11
[XFS] reinstate missed copyright date updates.
Nathan Scott
2
-2
/
+2
2005-03-11
[XFS] Steve noticed we were duplicating some work the block layer can do
Nathan Scott
1
-8
/
+9
2005-03-11
[XFS] remove non-helpful inode shakers
Nathan Scott
2
-29
/
+0
2005-03-11
Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6
Nathan Scott
6
-95
/
+422
2005-03-07
[PATCH] lib/sort: Replace qsort in XFS
Matt Mackall
1
-0
/
+3
2005-03-08
[XFS] fix DMAPI & NOSPACE data corruption
Dean Roehrich
1
-0
/
+1
2005-03-08
[XFS] Make XFS provide encoding and decoding callbacks from knfsd which
Greg Banks
2
-22
/
+219
2005-03-08
[XFS] Update copyright to 2005
Dean Roehrich
1
-1
/
+1
2005-03-08
[XFS] dmapi - Execution of an offline script or binary fails. If a user
Dean Roehrich
1
-0
/
+35
2005-03-08
[XFS] pagebuf_lock_value is also needed for trace builds
Christoph Hellwig
1
-1
/
+1
2005-03-08
[XFS] Stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere
Christoph Hellwig
1
-1
/
+1
2005-03-08
[XFS] Don't dereference user pointers in xattr by handle ioctls
Christoph Hellwig
1
-70
/
+164
2005-02-12
Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6
Nathan Scott
3
-19
/
+29
2005-02-12
[XFS] Fix problems with synchronous writes returning EAGAIN incorrectly
Nathan Scott
2
-2
/
+8
2005-02-08
[XFS] Prevent releasepage from releasing pages early, while they still
Nathan Scott
1
-17
/
+19
2005-02-08
[XFS] Reinstate missing frozen check on write, fixes snapshots and
Nathan Scott
1
-0
/
+2
2005-02-07
[PATCH] add MAP_POPULATE/sys_remap_file_pages support to XFS
Christoph Hellwig
1
-0
/
+1
2005-01-28
[XFS] Fix NFS exporting with modular nfsd
Christoph Hellwig
1
-1
/
+1
2005-01-26
Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6
Nathan Scott
15
-245
/
+392
2005-01-20
[PATCH] Lock initializer cleanup: Filesystems
Thomas Gleixner
2
-3
/
+3
2005-01-20
[PATCH] Convert XFS to unlocked_ioctl and compat_ioctl
Andi Kleen
4
-103
/
+92
2005-01-20
[XFS] Fix preempt-related warnings - based on a Chris Wedgwood patch.
Nathan Scott
3
-9
/
+13
2005-01-20
[XFS] Fix mapping gfp_flags used on metadata buffer inode.
Nathan Scott
2
-5
/
+5
2005-01-20
Merge nathans@oss.sgi.com:/oss/bitkeeper/xfs-linux-2.6
Nathan Scott
11
-231
/
+374
2005-01-14
[PATCH] swsusp: refrigerator cleanups
Pavel Machek
2
-7
/
+2
2005-01-14
[XFS] Remove write congestion check during metadata readahead.
Nathan Scott
1
-2
/
+0
2005-01-14
[XFS] Fix page index to byte calculation result truncation in tracing
Nathan Scott
1
-1
/
+1
2005-01-14
[XFS] Make AIO work again - wait on iocb completion for non-AIO only.
Christoph Hellwig
3
-14
/
+15
2005-01-13
[XFS] Switch to managing uptodate state on a region within a page, rather
Nathan Scott
1
-42
/
+100
2005-01-12
[XFS] Fix compilations for parisc
Christoph Hellwig
1
-0
/
+2
2005-01-12
[XFS] Move support code for NFS exporting to a conditionally built file
Christoph Hellwig
3
-98
/
+134
2005-01-12
[XFS] Use generic_readlink
Christoph Hellwig
1
-28
/
+1
2005-01-12
[XFS] Fix NFS inode data corruption
Christoph Hellwig
1
-0
/
+34
2005-01-12
[XFS] Add sanity checks before use of attr_multi opcount parameter.
Nathan Scott
1
-1
/
+6
2005-01-12
[XFS] Move to per-device hash tables (scalability), and use Bill Irwins
Nathan Scott
2
-103
/
+127
2005-01-12
[XFS] Prevent attempts to mount 512 byte sector filesystems with 64KB
Nathan Scott
1
-0
/
+12
2005-01-07
[PATCH] Lock initializer unifying: Filesystems
Thomas Gleixner
1
-1
/
+1
2005-01-04
[PATCH] Sync in core time granuality with filesystems
Andi Kleen
1
-0
/
+1
2004-12-14
[XFS] Mark several functions as being static.
Nathan Scott
2
-3
/
+3
2004-12-14
[XFS] Low memory allocation improvements (quietness and blockdev
Nathan Scott
3
-14
/
+18
2004-12-14
[XFS] Wait for all async buffers to complete before tearing down the
Eric Sandeen
2
-0
/
+29
2004-12-14
[XFS] call the right function in pagebuf_readahead
Christoph Hellwig
1
-2
/
+2
2004-12-14
[XFS] handle inode creating race
Christoph Hellwig
2
-1
/
+5
2004-12-14
[XFS] split pagebuf_get into xfs_buf_get_flags and xfs_buf_read_flags.
Christoph Hellwig
2
-59
/
+54
2004-12-14
[XFS] remove useless S_ISREG check in ->mmap and ->mprotect
Christoph Hellwig
1
-2
/
+2
2004-12-14
[XFS] Add xfs_rotorstep sysctl for controlling placement of extents for
Geoffrey Wehrman
4
-0
/
+9
2004-12-01
[PATCH] Fix an XFS direct I/O deadlock
Nathan Scott
1
-6
/
+11
2004-10-14
[XFS] fix a freeze/thaw deadlock
Christoph Hellwig
2
-2
/
+8
[next]