| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/bad_inode.c 64bit fix | Adrian Bunk | 2007-03-02 | 1 | -4/+4 |
* | fix ext3 block bitmap leakage | Kirill Korotaev | 2007-02-26 | 1 | -0/+1 |
* | fix bad_inode_ops memory corruption (CVE-2006-5753) | Eric Sandeen | 2007-02-21 | 1 | -43/+287 |
* | Fix a free-wrong-pointer bug in nfs/acl server (CVE-2007-0772) | Greg Banks | 2007-02-21 | 1 | -5/+12 |
* | Fix up CIFS for "test_clear_page_dirty()" removal | Linus Torvalds | 2007-02-13 | 1 | -3/+23 |
* | fix umask when noACL kernel meets extN tuned for ACLs | Hugh Dickins | 2007-02-13 | 2 | -0/+8 |
* | reiserfs: avoid tail packing if an inode was ever mmapped | Vladimir Saveliev | 2007-02-03 | 2 | -1/+21 |
* | adfs: fix filename handling | James Bursa | 2007-01-22 | 1 | -1/+1 |
* | mm: fix bug in set_page_dirty_buffers | Nick Piggin | 2007-01-20 | 1 | -1/+4 |
* | skip data conversion in compat_sys_mount when data_page is NULL | Andrey Mirkin | 2007-01-09 | 1 | -1/+1 |
* | corrupted cramfs filesystems cause kernel oops (CVE-2006-5823) | Phillip Lougher | 2007-01-09 | 1 | -0/+2 |
* | handle ext3 directory corruption better (CVE-2006-6053) | Eric Sandeen | 2007-01-09 | 2 | -0/+12 |
* | ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054) | Eric Sandeen | 2007-01-09 | 1 | -0/+8 |
* | hfs_fill_super returns success even if no root inode (CVE-2006-6056) | Eric Sandeen | 2007-01-09 | 1 | -0/+2 |
* | grow_buffers() infinite loop fix (CVE-2006-5757/CVE-2006-6060) | Andrew Morton | 2007-01-09 | 1 | -2/+19 |
* | fuse: fix hang on SMP | Miklos Szeredi | 2007-01-04 | 3 | -13/+32 |
* | NFS: nfs_lookup - don't hash dentry when optimising away the lookup | Trond Myklebust | 2006-12-18 | 1 | -3/+11 |
* | binfmt_elf: fix checks for bad address | Chuck Ebbert | 2006-12-09 | 1 | -8/+7 |
* | fcntl(F_SETSIG) fix | Trond Myklebust | 2006-12-04 | 1 | -2/+4 |
* | JFS: pageno needs to be long | Dave Kleikamp | 2006-12-04 | 1 | -2/+2 |
* | freevxfs: Add missing lock_kernel() to vxfs_readdir | Josh Triplett | 2006-11-29 | 1 | -0/+2 |
* | add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable) | Al Viro | 2006-11-29 | 1 | -1/+1 |
* | CIFS: report rename failure when target file is locked by Windows | Steve French | 2006-11-25 | 1 | -5/+9 |
* | sysfs: remove duplicated dput in sysfs_update_file | Hidetoshi Seto | 2006-11-24 | 1 | -5/+0 |
* | Fix BeFS slab corruption | Diego Calleja | 2006-11-20 | 1 | -2/+9 |
* | ext3 -nobh option causes oops | Badari Pulavarty | 2006-11-17 | 1 | -3/+3 |
* | [DISKLABEL] SUN: Fix signed int usage for sector count | Jeff Mahoney | 2006-11-09 | 1 | -1/+1 |
* | Don't allow chmod() on the /proc/<pid>/ files | Marcel Holtmann | 2006-11-08 | 1 | -1/+32 |
* | [PATCH] md: Make sure bi_max_vecs is set properly in bio_split | Neil Brown | 2006-11-07 | 1 | -0/+3 |
* | [CIFS] Allow cifsd to suspend if connection is lost | Rafael J. Wysocki | 2006-10-14 | 1 | -0/+1 |
* | [CIFS] Fix typo in earlier cifs_unlink change and protect one extra path. | Steve French | 2006-10-14 | 1 | -5/+7 |
* | [CIFS] Fix unlink oops when indirectly called in rename error path under heav... | Steve French | 2006-10-14 | 1 | -1/+4 |
* | [CIFS] fs/cifs/dir.c: fix possible NULL dereference | Steve French | 2006-10-14 | 1 | -1/+2 |
* | fix fdset leakage | Kirill Korotaev | 2006-10-13 | 1 | -1/+3 |
* | Have ext2 reject file handles with bad inode numbers early. | Neil Brown | 2006-09-09 | 1 | -0/+41 |
* | fix struct file leakage | Kirill Korotaev | 2006-08-30 | 1 | -1/+7 |
* | Have ext3 reject file handles with bad inode numbers early | Eric Sandeen | 2006-08-30 | 1 | -0/+40 |
* | ext3: avoid triggering ext3_error on bad NFS file handle | Neil Brown | 2006-08-30 | 2 | -10/+20 |
* | Fix possible UDF deadlock and memory corruption (CVE-2006-4145) | Jan Kara | 2006-08-23 | 2 | -26/+40 |
* | fix debugfs inode leak | Jens Axboe | 2006-08-11 | 1 | -1/+2 |
* | Fix missing ret assignment in __bio_map_user() error path | Jens Axboe | 2006-08-11 | 1 | -2/+3 |
* | [PATCH] Relax /proc fix a bit | Linus Torvalds | 2006-07-15 | 1 | -1/+2 |
* | [PATCH] Fix nasty /proc vulnerability (CVE-2006-3626) | Linus Torvalds | 2006-07-14 | 1 | -0/+1 |
* | [PATCH] NTFS: Critical bug fix (affects MIPS and possibly others) | Anton Altaparmakov | 2006-06-22 | 1 | -6/+7 |
* | [PATCH] JFS: Fix multiple errors in metapage_releasepage | Dave Kleikamp | 2006-06-22 | 1 | -15/+5 |
* | [PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p... | Trond Myklebust | 2006-06-22 | 1 | -9/+10 |
* | [PATCH] Missed error checking for intent's filp in open_namei(). | Oleg Drokin | 2006-06-22 | 1 | -0/+6 |
* | [PATCH] fs/compat.c: fix 'if (a |= b )' typo | Alexey Dobriyan | 2006-05-20 | 1 | -1/+1 |
* | [PATCH] smbfs: Fix slab corruption in samba error path | Jan Niehusmann | 2006-05-20 | 1 | -1/+3 |
* | [PATCH] fs/locks.c: Fix sys_flock() race | Trond Myklebust | 2006-05-20 | 1 | -14/+16 |