summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse38-268/+408
2006-02-27Merge branch 'master'Steven Whitehouse15-150/+271
2006-02-27[GFS2] Remove pointless comment from nolock/main.cSteven Whitehouse1-3/+0
2006-02-27[GFS2] 80 Column audit of locking modulesSteven Whitehouse2-4/+8
2006-02-27[GFS2] 80 Column audit of GFS2Steven Whitehouse20-72/+146
2006-02-27[GFS2] Use BUG_ON() rather then if (...) BUG();Steven Whitehouse1-2/+2
2006-02-27[GFS2] Audit printk and kmallocSteven Whitehouse10-66/+64
2006-02-26[PATCH] x86_64: Fix ioctl compat code for /dev/rtcAndi Kleen1-11/+2
2006-02-26[PATCH] x86_64: Check for bad elf entry address.Suresh Siddha1-0/+5
2006-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds11-137/+256
2006-02-24[PATCH] ramfs: update dir mtime and ctimeAndrew Morton1-0/+2
2006-02-24[PATCH] flags parameter for linkatUlrich Drepper1-2/+6
2006-02-24NTFS: Do more detailed reporting of why we cannot mount read-write byAnton Altaparmakov5-29/+47
2006-02-24NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov5-70/+121
2006-02-24Merge ../ntfs-2.6-develAnton Altaparmakov1-1/+1
2006-02-24NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov3-26/+76
2006-02-24Merge branch 'master' of /home/src/linux-2.6/Anton Altaparmakov105-995/+1525
2006-02-23[GFS2] Patch to remove stats counters from GFS2 (II)David Teigland4-6/+0
2006-02-23[GFS2] Patch to remove stats gathering from GFS2David Teigland12-226/+10
2006-02-23[DLM] Remove support for range locks (II)David Teigland3-7/+7
2006-02-23[DLM] Remove range locks from the DLMDavid Teigland8-157/+11
2006-02-23Merge branch 'master'Steven Whitehouse105-993/+1523
2006-02-22[PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e...Steve French2-7/+8
2006-02-22Revert mount/umount uevent removalGreg Kroah-Hartman1-1/+14
2006-02-22[GFS2] Missed deletion of debugging codeSteven Whitehouse1-1/+0
2006-02-22[GFS2] Add list empty test to databuf_lo_addSteven Whitehouse1-25/+8
2006-02-21[GFS2] Use mutices rather than semaphoresSteven Whitehouse17-118/+118
2006-02-20Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-12/+9
2006-02-20[PATCH] v9fs: update documentation and fix debug flagEric Van Hensbergen1-1/+1
2006-02-18[PATCH] fix handling of st_nlink on procfs rootAl Viro2-12/+9
2006-02-17[PATCH] select: time comparison fixesAndrew Morton2-6/+6
2006-02-17[PATCH] fuse: fix bug in aborted fuse_release_end()Miklos Szeredi2-3/+14
2006-02-17[PATCH] fix deadlock in ext2Peter Staubach1-2/+4
2006-02-16[PATCH] ocfs2: detach from heartbeat events before freeing mleKurt Hackel1-1/+6
2006-02-16[PATCH] ocfs2: only checkpoint journal when asked toMark Fasheh2-6/+3
2006-02-16[PATCH] ocfs2: manually grant remote recovery lockKurt Hackel1-0/+11
2006-02-16[PATCH] ocfs2: add dlm_wait_for_node_deathKurt Hackel4-1/+40
2006-02-16[PATCH] ocfs2: fix release of ast never reservedKurt Hackel1-3/+4
2006-02-16[PATCH] ocfs2: recheck recovery state after getting lockKurt Hackel1-0/+24
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov1-1/+1
2006-02-15[GFS2] Fix a case where we didn't get unstuffing rightSteven Whitehouse1-9/+9
2006-02-15[GFS2] Fix for lock recursion problem for internal filesSteven Whitehouse3-8/+25
2006-02-14[PATCH] CIFS: fix cifs_user_read oops when null SMB response on forcedirectio...Steve French1-6/+8
2006-02-14[PATCH] NLM: Fix the NLM_GRANTED callback checksTrond Myklebust3-12/+19
2006-02-14[PATCH] jbd: revert checkpoint list changesMark Fasheh2-243/+178
2006-02-14[GFS2] Fix the bugs I introduced in the last patch but oneSteven Whitehouse1-27/+29
2006-02-14[GFS2] Put back O_DIRECT supportSteven Whitehouse2-26/+75
2006-02-13[PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_aclJeff Mahoney1-1/+2
2006-02-13[GFS2] Change ondisk format (hopefully for the last time)Steven Whitehouse1-17/+19
2006-02-13[GFS2] Fix for root inode ref count bugSteven Whitehouse12-133/+103