aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-12-05[PATCH] smbfs : don't ignore uid/gid/mode mount opts w/ unix extensionsdann frazier3-12/+41
2006-11-25[PATCH] jfs: incorrect use of "&&" instead of "&"Willy Tarreau1-1/+1
2006-11-19[PATCH] EXT2: avoid crashing by not dividing by zero.Willy Tarreau1-18/+21
2006-11-19[PATCH] EXT3: avoid crashing by not dividing by zero.Willy Tarreau1-8/+17
2006-09-28[PATCH] really fix size display for sun partitions larger than 1TByteJurzitza, Dieter2-2/+4
2006-09-18Merge branch 'gcc4'Willy Tarreau2-5/+6
2006-08-30[PATCH] Fix possible UDF deadlock and memory corruption (CVE-2006-4145)dann frazier2-26/+40
2006-08-28[DISKLABEL] SUN: Fix signed int usage for sector countJeff Mahoney1-1/+1
2006-08-27[PATCH] binfmt_elf.c : fix checks for bad addressErnie Petrides1-6/+15
2006-08-13[GCC4] fix build error in fs/intermezzo/presto.cWilly Tarreau1-4/+4
2006-08-13[GCC4] add preliminary support for GCC 4 (Mikael Pettersson)Willy Tarreau1-1/+2
2006-08-02[PATCH] 2.4 NFS client - update d_cache when server reports ENOENT on an NFS ...Jeff Layton1-1/+4
2006-07-01[PATCH] EXT3: ext3 block bitmap leakageKirill Korotaev1-0/+1
2006-06-20[PATCH] Fix vfs_unlink/NFS NULL pointer dereferenceWilly Tarreau1-2/+8
2006-05-26[PATCH] Fix vfs_unlink issue introduced by link/unlink race correctionMarcelo Tosatti1-12/+13
2006-05-26[PATCH] JBD: avoid panic on corrupted journal superblock (from akpm)Willy TARREAU1-2/+5
2006-05-26[PATCH] Fix memory leak when the ext3's journal file is corruptedTheodore Ts'o1-0/+1
2006-05-12Vadim Egorov: ext3 link/unlink raceMarcelo Tosatti1-12/+14
2006-05-07[PATCH] ext2: update inode ctime on rename()Willy TARREAU1-0/+7
2006-05-07[PATCH] smbfs chroot issue (CVE-2006-1864)Olaf Kirch1-0/+5
2006-05-07[PATCH] fix /proc/partitions display with USB-FDD geometryWilly TARREAU1-0/+13
2006-05-01Fix printk length modifier of NFS mmap consistency patchv2.4.33-pre3Marcelo Tosatti1-1/+1
2006-04-15[PATCH] quota_v2 module taints the kernel (missing licence)Marek Szuba1-0/+4
2006-04-15[PATCH] 2.4 nfs cache consistency problem with mmap'ed filesJeff Layton1-0/+13
2006-03-04[PATCH] x86_64: Check for bad elf entry address.Andi Kleen1-0/+5
2006-02-17[PATCH] fix overflow in inode.cRik van Riel1-2/+2
2006-01-23[PATCH] proc_pid_cmdline() race fix (CAN-2004-1058)dann frazier1-2/+6
2005-12-23[PATCH] fs/smbfs/proc.c: fix data corruption in smb_proc_setattr_unix()Maciej W. Rozycki1-1/+1
2005-12-23[PATCH] x86-64: user code panics kernel in exec.c (CVE-2005-2708)Dave Anderson1-1/+1
2005-12-21[PATCH] local denial-of-service with file leaseHorms1-1/+0
2005-12-09[PATCH] dcache: avoid race when updating nr_unused count of unused dentriesNeilBrown1-1/+1
2005-11-28[PATCH] NFS server as a module with -mregparm=3Krzysztof Strasburger1-0/+5
2005-09-22NFS: dprintk on -ENAMETOOLONG error handlingMarcelo Tosatti2-2/+2
2005-09-22[PATCH] nfs client: handle long symlinks properlyAssar2-4/+10
2005-09-03[PATCH] Andrea Arcangeli: avoid size_buffers_type overflowMarcelo Tosatti1-5/+5
2005-08-18[PATCH] Remove isofs useless unsigned " < 0" comparisonAndrey J. Melnikoff (TEMHOTA1-2/+2
2005-08-16[PATCH] isofs driver ignore parametersHorms1-2/+2
2005-08-07[PATCH] PATCH: Fix outstanding gzip/zlib security issuesLinus Torvalds1-0/+6
2005-07-26[PATCH] workaround inode cache (prune_icache/__refile_inode) SMP racesLarry Woodman1-1/+3
2005-06-07[PATCH] Claim i_alloc_sem while changing file size in nfsdNeilBrown1-0/+2
2005-06-02[PATCH] Don't drop setuid on directories when ownership changed by NFSdNeilBrown1-4/+8
2005-06-02initial v2.4 GIT importMarcelo844-0/+445157