summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-01-18[GFS2] Change memory allocations to GFP_NOFSSteven Whitehouse1-3/+3
2006-01-18[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structureSteven Whitehouse5-32/+24
2006-01-18[GFS2] Make the new argument to gfs2_trans_add_bh() actually do somethingSteven Whitehouse3-6/+9
2006-01-18[GFS2] Add an additional argument to gfs2_trans_add_bh()Steven Whitehouse17-85/+86
2006-01-18[GFS2] Update init_dinode() to reduce stack usageSteven Whitehouse2-18/+31
2006-01-18[GFS2] Remove unused code from ondisk.c/gfs2_ondisk.hSteven Whitehouse1-63/+0
2006-01-18[GFS2] Remove unused code from various filesSteven Whitehouse8-232/+1
2006-01-18[GFS2] Remove remains of the GFS2 identify ioctl()David Teigland1-7/+0
2006-01-18[GFS2] Only two args for kobject_uevent() in locking/dlm/mount.cDavid Teigland1-3/+3
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland37-0/+11782
2006-01-18Merge branch 'master'David Teigland12-216/+584
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[GFS2] An update of the GFS2 lock modulesDavid Teigland10-490/+752
2006-01-17[GFS2] Fix typo in GFS2 MakefileDavid Teigland1-2/+2
2006-01-16[PATCH] fuse: fix bitfield raceMiklos Szeredi2-3/+23
2006-01-16[PATCH] fuse: use asynchronous READ requests for readpagesMiklos Szeredi1-17/+27
2006-01-16[PATCH] fuse: READ request initializationMiklos Szeredi3-24/+18
2006-01-16[PATCH] fuse: move INIT handling to inode.cMiklos Szeredi3-50/+45
2006-01-16[PATCH] fuse: add asynchronous request supportMiklos Szeredi3-14/+43
2006-01-16[PATCH] fuse: add connection abortingMiklos Szeredi3-6/+88
2006-01-16[PATCH] fuse: add number of waiting requests attributeMiklos Szeredi3-3/+21
2006-01-16[PATCH] fuse: make fuse connection a kobjectMiklos Szeredi3-43/+164
2006-01-16[PATCH] fuse: extend semantics of connected flagMiklos Szeredi3-4/+6
2006-01-16[PATCH] fuse: introduce list for requests under I/OMiklos Szeredi3-6/+10
2006-01-16[PATCH] fuse: introduce unified request stateMiklos Szeredi2-11/+19
2006-01-16[PATCH] fuse: miscellaneous cleanupMiklos Szeredi3-15/+6
2006-01-16[PATCH] fuse: uninline some functionsMiklos Szeredi3-21/+17
2006-01-16[PATCH] fuse: handle error INIT replyMiklos Szeredi1-1/+1
2006-01-16[PATCH] fuse: fix request_end()Miklos Szeredi1-11/+7
2006-01-16[PATCH] fuse: fuse_copy_finish() order fixMiklos Szeredi1-1/+3
2006-01-16[PATCH] add /sys/fsMiklos Szeredi1-0/+5
2006-01-16[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-16[GFS2] The lock modules for GFS2David Teigland9-0/+1916
2006-01-16[GFS2] The core of GFS2David Teigland79-0/+28772
2006-01-16[GFS2] Hook GFS2 into the Kbuild systemDavid Teigland2-0/+2
2006-01-16[PATCH] Add fs_subsys to enable filesystems to use sysfsDavid Teigland1-0/+5
2006-01-15Merge 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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds9-210/+210
2006-01-14[PATCH] Mark some key VFS functions as __always_inlineArjan van de Ven1-4/+4
2006-01-14[PATCH] smbfs: remove kmalloc wrapperPekka Enberg3-34/+12
2006-01-14[PATCH] ncpfs: remove kmalloc wrapperPekka Enberg2-26/+13
2006-01-14[PATCH] quota: make useless quota error message informativeValdis.Kletnieks@vt.edu1-1/+2
2006-01-14[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg1-5/+1
2006-01-14[PATCH] isofs: remove d_splice_alias NULL check from isofs_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookupPekka Enberg1-4/+1