summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-01-19[PATCH] hfs: set type/creator for symlinksRoman Zippel2-2/+10
2006-01-19[PATCH] hfs: set correct create date for linksRoman Zippel2-12/+22
2006-01-19[PATCH] hfs: set correct ctimeRoman Zippel3-6/+15
2006-01-19[PATCH] hfs: add HFSX supportDavid Elliott8-23/+90
2006-01-19[PATCH] hfs: cleanup HFS printsRoman Zippel10-53/+48
2006-01-19[PATCH] hfs: cleanup HFS+ printsRoman Zippel11-72/+55
2006-01-19[PATCH] add missing syscall declarationsArnd Bergmann1-0/+1
2006-01-19[PATCH] v9fs: add readpage supportEric Van Hensbergen5-0/+116
2006-01-19[PATCH] jbd: remove_transaction fixJan Kara1-1/+2
2006-01-19[PATCH] jbd: log_do_checkpoint fixJan Kara1-1/+1
2006-01-18[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner1-3/+26
2006-01-17[PATCH] fuse: fix bitfield raceMiklos Szeredi2-3/+23
2006-01-17[PATCH] fuse: use asynchronous READ requests for readpagesMiklos Szeredi1-17/+27
2006-01-17[PATCH] fuse: READ request initializationMiklos Szeredi3-24/+18
2006-01-17[PATCH] fuse: move INIT handling to inode.cMiklos Szeredi3-50/+45
2006-01-17[PATCH] fuse: add asynchronous request supportMiklos Szeredi3-14/+43
2006-01-17[PATCH] fuse: add connection abortingMiklos Szeredi3-6/+88
2006-01-17[PATCH] fuse: add number of waiting requests attributeMiklos Szeredi3-3/+21
2006-01-17[PATCH] fuse: make fuse connection a kobjectMiklos Szeredi3-43/+164
2006-01-17[PATCH] fuse: extend semantics of connected flagMiklos Szeredi3-4/+6
2006-01-17[PATCH] fuse: introduce list for requests under I/OMiklos Szeredi3-6/+10
2006-01-17[PATCH] fuse: introduce unified request stateMiklos Szeredi2-11/+19
2006-01-17[PATCH] fuse: miscellaneous cleanupMiklos Szeredi3-15/+6
2006-01-17[PATCH] fuse: uninline some functionsMiklos Szeredi3-21/+17
2006-01-17[PATCH] fuse: handle error INIT replyMiklos Szeredi1-1/+1
2006-01-17[PATCH] fuse: fix request_end()Miklos Szeredi1-11/+7
2006-01-17[PATCH] fuse: fuse_copy_finish() order fixMiklos Szeredi1-1/+3
2006-01-17[PATCH] add /sys/fsMiklos Szeredi1-0/+5
2006-01-17[PATCH] partitions: Read Rio Karma partition tableBob Copeland5-0/+77
2006-01-17Make alloc_page_buffers() initialise buffer_heads using init_buffer(),Nathan Scott1-1/+1
2006-01-16Merge 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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds9-210/+210
2006-01-15[PATCH] Mark some key VFS functions as __always_inlineArjan van de Ven1-4/+4
2006-01-15[PATCH] smbfs: remove kmalloc wrapperPekka Enberg3-34/+12
2006-01-15[PATCH] ncpfs: remove kmalloc wrapperPekka Enberg2-26/+13
2006-01-15[PATCH] quota: make useless quota error message informativeValdis.Kletnieks@vt.edu1-1/+2
2006-01-15[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg1-5/+1
2006-01-15[PATCH] isofs: remove d_splice_alias NULL check from isofs_lookupPekka Enberg1-4/+1
2006-01-15[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookupPekka Enberg1-4/+1
2006-01-15[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookupPekka Enberg1-4/+1
2006-01-15[PATCH] Add tmpfs options for memory placement policiesRobin Holt1-1/+1
2006-01-15[PATCH] Unlinline a bunch of other functionsArjan van de Ven16-48/+48
2006-01-15[PATCH] convert /proc/devices to use seq_file interfaceNeil Horman2-33/+223
2006-01-15[PATCH] autofs4 oops fixIan Kent1-0/+2
2006-01-15correct email address of Manfred SpraulChristian Kujau1-1/+1
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl8-209/+209
2006-01-14[PATCH] ufs cleanupEvgeniy5-55/+64