summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-08-23[GFS2] Another list_del bugSteven Whitehouse2-8/+5
2006-08-22Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara2-26/+40
2006-08-22[GFS2] Fix to list_del in lops.cSteven Whitehouse1-1/+1
2006-08-21[DLM] dump rsb and locks on assertDavid Teigland3-11/+34
2006-08-21[PATCH] uninline ioprio_best()Oleg Nesterov1-0/+23
2006-08-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov1-0/+3
2006-08-21[PATCH] sys_ioprio_set: minor do_each_thread+break fixOleg Nesterov1-2/+2
2006-08-18[GFS2] Fix leak of gfs2_bufdataSteven Whitehouse4-11/+6
2006-08-16[CIFS] Do not send Query All EAs SMB when mount option nouser_xattrSteve French3-3/+8
2006-08-15Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman7-62/+263
2006-08-15[CIFS] endian errors in lanman protocol supportSteve French3-3/+3
2006-08-15[CIFS] Fix oops in cifs_close due to unitialized lock sem and list inSteve French3-7/+16
2006-08-15[PATCH] fcntl(F_SETSIG) fixTrond Myklebust1-2/+4
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev1-2/+8
2006-08-14[PATCH] initialize parts of udf inode earlier in createDan Bastone1-0/+7
2006-08-14[PATCH] adfs error message fixAndrew Morton1-1/+1
2006-08-12[CIFS] Fix oops when negotiating lanman and no password specifiedSteve French1-1/+2
2006-08-12[CIFS]Jeremy Allison7-296/+512
2006-08-12[CIFS] Allow cifsd to suspend if connection is lostSteve French1-0/+1
2006-08-12[CIFS] Make midState usage more consistentSteve French1-6/+6
2006-08-12[CIFS] spinlock protect read of last srv response time in timeout pathSteve French1-23/+76
2006-08-12[CIFS] Do not time out posix brl requests when using new posix setfileinfoSteve French8-18/+49
2006-08-11[DLM] move kmap to after spin_unlockDavid Teigland1-1/+1
2006-08-11[GFS2] Fix a couple of refcount leaks.Russell Cattelan3-4/+12
2006-08-10Merge git://oss.sgi.com:8090/nathans/xfs-rc-2.6Greg Kroah-Hartman1-49/+54
2006-08-10[XFS] Fix xfs_free_extent related NULL pointer dereference.Nathan Scott1-49/+54
2006-08-10[DLM] reject replies to old requestsDavid Teigland2-4/+17
2006-08-09[DLM] show nodeid for recovery messageDavid Teigland4-1/+16
2006-08-09[DLM] break from snprintf loopDavid Teigland1-4/+7
2006-08-09[DLM] abort recovery more quicklyDavid Teigland2-5/+20
2006-08-09[DLM] print bad length in assertionDavid Teigland1-1/+2
2006-08-08[GFS2] Fix lack of buffers in writepage bugSteven Whitehouse1-2/+6
2006-08-08[DLM] fix userland unlockPatrick Caulfield1-0/+1
2006-08-07ocfs2: allocation hintsMark Fasheh4-13/+145
2006-08-07ocfs2: better group descriptor consistency checksMark Fasheh1-20/+94
2006-08-07ocfs2: limit cluster bitmap information saved at mountMark Fasheh2-3/+6
2006-08-07[PATCH] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockresAdrian Bunk1-1/+0
2006-08-07ocfs2: fix check for locally granted state during dlmunlock()Kurt Hackel1-1/+1
2006-08-07ocfs2: do not modify lksb->status in the unlock astKurt Hackel1-25/+12
2006-08-07ocfs2: Fix lvb corruptionKurt Hackel1-0/+6
2006-08-07[GFS2] Fix gfs_ prefix in locking.cSteven Whitehouse1-8/+8
2006-08-07Merge branch 'master'Steven Whitehouse28-88/+155
2006-08-07[GFS2] match plock result with correct requestDavid Teigland1-1/+2
2006-08-07[GFS2] lockproto api prefixDavid Teigland3-13/+8
2006-08-07Merge branch 'master' of /home/greg/linux/git/torvalds-2.6/Greg Kroah-Hartman7-30/+41
2006-08-06[PATCH] udf: initialize parts of inode earlier in createEric Sandeen1-5/+6
2006-08-06[PATCH] reiserfs_write_full_page() should not get_block past eofChris Mason1-2/+12
2006-08-06[PATCH] fix reiserfs lock inversion of bkl vs inode semaphoreChris Mason2-2/+2
2006-08-06[PATCH] Fix BeFS slab corruptionDiego Calleja1-2/+9
2006-08-06[PATCH] i_mutex does not need to be locked in reiserfs_delete_inode()Alexander Zarochentsev1-10/+2