summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-05-25Merge branch 'master'Steven Whitehouse31-372/+576
2006-05-24[GFS2] Casts for printing 64bit numbersSteven Whitehouse5-24/+27
2006-05-24[GFS2] Cast 64 bit printk args to unsigned long long.David Teigland3-22/+26
2006-05-24JFS: Fix multiple errors in metapage_releasepageDave Kleikamp1-15/+5
2006-05-23[PATCH] md: Make sure bi_max_vecs is set properly in bio_splitNeilBrown1-0/+3
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown1-1/+3
2006-05-22[GFS2] Flag up issue in selinux codeSteven Whitehouse1-7/+4
2006-05-22[GFS2] selinux supportRyan O'Hara4-6/+69
2006-05-21[PATCH] fix NULL dereference in inotify_ignoreAmy Griffis1-2/+1
2006-05-21[PATCH] fix race in inotify_releaseAmy Griffis1-1/+5
2006-05-21[PATCH] binfmt_flat: don't check for EMFILEAndrew Morton1-21/+9
2006-05-21[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()Florin Malita1-4/+3
2006-05-21[PATCH] NFS server subtree_check returns dubious valuePeter Staubach1-1/+1
2006-05-21[PATCH] NFS: fix error handling on access_ok in compat_sys_nfsservctlLin Feng Shen1-85/+92
2006-05-19[GFS2] setup lock_dlm kobject earlierDavid Teigland1-7/+7
2006-05-19[GFS2] glock debugging and inode cache changesSteven Whitehouse6-43/+92
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse71-71/+71
2006-05-18[GFS2] Remove semaphore.h from C filesSteven Whitehouse33-33/+0
2006-05-18[GFS2] Drop log lock on I/O error & tidy upSteven Whitehouse4-16/+17
2006-05-18[GFS2] Remove bits.c from the MakefileSteven Whitehouse1-1/+1
2006-05-18[GFS2] Make newly moved functions staticSteven Whitehouse1-9/+10
2006-05-18[GFS2] Merge bits.[ch] into rgrp.cSteven Whitehouse3-211/+161
2006-05-18configfs: Make sure configfs_init() is called before consumers.Joel Becker1-1/+1
2006-05-18configfs: configfs_mkdir() failed to cleanup linkage.Joel Becker1-32/+72
2006-05-18configfs: Fix a reference leak in configfs_mkdir().Joel Becker1-11/+26
2006-05-18ocfs2: fix gfp mask in some file system pathsSunil Mushran4-10/+10
2006-05-18ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal()Mark Fasheh1-1/+3
2006-05-18ocfs2: take meta data lock in ocfs2_file_aio_read()Mark Fasheh1-0/+16
2006-05-18ocfs2: take data locks around extendMark Fasheh3-33/+87
2006-05-16[GFS2] Fix ref count bug that used to bite us on umountSteven Whitehouse1-16/+6
2006-05-15[PATCH] jffs2 warning fixesAndrew Morton1-2/+4
2006-05-15[PATCH] revert "vfs: propagate mnt_flags into do_loopback/vfsmount"Andrew Morton1-5/+2
2006-05-15[PATCH] fs/compat.c: fix 'if (a |= b )' typoAlexey Dobriyan1-1/+1
2006-05-15[PATCH] v9fs: signal handling fixesLatchesar Ionkov4-100/+158
2006-05-15[PATCH] v9fs: Twalk memory leakLatchesar Ionkov1-12/+9
2006-05-15[PATCH] smbfs: Fix slab corruption in samba error pathJan Niehusmann1-1/+3
2006-05-15[PATCH] smbfs chroot issue (CVE-2006-1864)Olaf Kirch1-0/+5
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent3-34/+58
2006-05-15[PATCH] fs/open.c: unexport sys_openatAdrian Bunk1-1/+0
2006-05-13Alternative fix for MMC oops on unmount after removalLinus Torvalds1-1/+2
2006-05-13[GFS2] Fix attributes setting logicSteven Whitehouse1-3/+10
2006-05-12[GFS2] Remove incorrect initialisation of gh_ownerSteven Whitehouse2-6/+0
2006-05-12[GFS2] Reverse block order in build_heightSteven Whitehouse1-56/+46
2006-05-12Merge branch 'master'Steven Whitehouse11-205/+395
2006-05-09Merge git://oss.sgi.com:8090/xfs-2.6Linus Torvalds4-20/+26
2006-05-08[PATCH] fs/locks.c: Fix lease_initTrond Myklebust1-9/+12
2006-05-08[XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing anNathan Scott1-1/+4
2006-05-08[XFS] Fix a project quota space accounting leak on rename.Nathan Scott2-1/+13
2006-05-08[XFS] Fix a possible forced shutdown due to mishandling write barriersNathan Scott1-18/+9
2006-05-06[GFS2] Readpages supportSteven Whitehouse13-129/+254