aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-06-01Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-41/+49
2005-06-01Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2-68/+39
2005-06-01[PATCH] ppc32/ppc64: cleanup /proc/device-treeBenjamin Herrenschmidt1-67/+38
2005-05-31[PATCH] UDF filesystem: array '__mon_yday' declared as not staticGoffredo Baroncelli1-1/+1
2005-05-31Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French10-22/+35
2005-05-28[PATCH] uml: remove 2_5compat.hJeff Dike1-1/+0
2005-05-27[XFS] remove an over-zealous WARN_ONChristoph Hellwig1-1/+0
2005-05-27Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitChristoph Hellwig8-14/+33
2005-05-21[PATCH] reiserfs: max_key fixVladimir Saveliev2-2/+3
2005-05-19Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-1/+9
2005-05-19[AF_UNIX]: Use lookup_create().Christoph Hellwig1-0/+1
2005-05-18[PATCH] Avoid console spam with ext3 aborted journal.Stephen Tweedie1-1/+9
2005-05-17[CIFS] fix casts of unicode strings to match function definitionSteve French2-29/+29
2005-05-17[CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over existing,Steve French2-10/+17
2005-05-17[CIFS] missing break needed to handle < when mount option "mapchars" specifiedSteve French2-2/+3
2005-05-17[PATCH] block_read_full_page() get_block() error handling fixAndrew Morton1-2/+6
2005-05-17[PATCH] fix impossible VmallocChunkHugh Dickins1-2/+12
2005-05-16[PATCH] fix Linux kernel ELF core dump privilege elevationGreg Kroah-Hartman1-2/+2
2005-05-09JFS: Remove redundant kfree() NULL pointer checksJesper Juhl2-8/+4
2005-05-06[PATCH] revert msdos partitioning fixAndrew Morton1-5/+0
2005-05-06[XFS] Fix directory inodes ioctl compat code, minor code consistency cleanupsNathan Scott4-17/+28
2005-05-06[XFS] Fix a bug in xfs_iomap for extent handling of write casesRussell Cattelan1-1/+3
2005-05-05[PATCH] fs/udf/udftime.c: fix off by one errorAdrian Bunk1-1/+1
2005-05-05[PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso1-1/+3
2005-05-05[PATCH] reiserfs: use NULL instead of 0Randy.Dunlap1-1/+1
2005-05-05[PATCH] make some things staticAdrian Bunk16-32/+45
2005-05-05[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton2-57/+1
2005-05-05[PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig2-19/+4
2005-05-05[PATCH] remove BK documentationAdrian Bunk1-3/+3
2005-05-05[PATCH] __block_write_full_page() simplificationAndrew Morton1-9/+1
2005-05-05[PATCH] __block_write_full_page speedupAndrew Morton1-5/+1
2005-05-05[PATCH] __block_write_full_page race fixNick Piggin1-5/+13
2005-05-05[PATCH] fix race in __block_prepare_writeNick Piggin1-4/+6
2005-05-05[PATCH] uml: hostfs failed mount handlingJeff Dike1-3/+7
2005-05-05[PATCH] avoid -ENOMEM due reclaimable slab cachesAndrea Arcangeli2-2/+2
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott4-19/+19
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though.Nathan Scott4-46/+56
2005-05-05[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott1-5/+3
2005-05-05[XFS] remove noisy printk at vnode trace allocationEric Sandeen1-1/+0
2005-05-05[XFS] stop background sync from waiting for in-use inodesDaniel Moore1-1/+4
2005-05-05[XFS] Disable the combination of XFS direct IO and AIO until the IO completionNathan Scott2-2/+44
2005-05-05[XFS] Resolve an issue with xfsbufd not getting along with swsusp.Nathan Scott1-2/+9
2005-05-05[XFS] Fix up warningsEric Sandeen2-4/+4
2005-05-05[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott2-25/+48
2005-05-05[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldDean Roehrich2-2/+10
2005-05-05[XFS] Enable XFS_VNODE_TRACEEric Sandeen2-2/+3
2005-05-05[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for some platformsNathan Scott6-7/+8
2005-05-05[XFS] Block mount attempts for filesystems with version 1 directories.Nathan Scott1-0/+9
2005-05-05[XFS] Move the XFS inode to the front of its hash list on a cache hitNathan Scott1-1/+50
2005-05-05Merge with /home/shaggy/git/linus-clean/Dave Kleikamp2-9/+13