summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* limit minixfs printks on corrupted dir i_size (CVE-2006-6058)Eric Sandeen2008-01-162-4/+14
* fix messages in fs/minixDenis Vlasenko2008-01-164-22/+22
* Use access mode instead of open flags to determine needed permissions (CVE-20...Linus Torvalds2008-01-161-2/+2
* knfsd: allow nfsd READDIR to return 64bit cookiesNeil Brown2007-11-031-3/+3
* buffer: memorder fixNick Piggin2007-11-031-0/+1
* CIFS should honour umask (CVE-2007-3740)Steve French2007-11-022-4/+7
* hugetlb: fix size=4G parsingHugh Dickins2007-10-281-1/+0
* hugetlb: fix prio_tree unit (CVE-2007-4133)Hugh Dickins2007-10-191-13/+11
* hugetlbfs: add Kconfig help textArthur Othieno2007-10-191-0/+6
* sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses (CVE-2007-3104)Eric Sandeen2007-10-073-5/+13
* Reset current->pdeath_signal on SUID binary execution (CVE-2007-3848)Marcel Holtmann2007-10-071-4/+9
* coda: wrong order of arguments of ->readdir()Al Viro2007-07-221-1/+1
* ntfs_init_locked_inode(): fix array indexingAndrew Morton2007-07-221-1/+1
* aio: remove bare user-triggerable error printkZach Brown2007-04-261-1/+0
* fs/bad_inode.c 64bit fixAdrian Bunk2007-03-021-4/+4
* fix ext3 block bitmap leakageKirill Korotaev2007-02-261-0/+1
* fix bad_inode_ops memory corruption (CVE-2006-5753)Eric Sandeen2007-02-211-43/+287
* Fix a free-wrong-pointer bug in nfs/acl server (CVE-2007-0772)Greg Banks2007-02-211-5/+12
* Fix up CIFS for "test_clear_page_dirty()" removalLinus Torvalds2007-02-131-3/+23
* fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins2007-02-132-0/+8
* reiserfs: avoid tail packing if an inode was ever mmappedVladimir Saveliev2007-02-032-1/+21
* adfs: fix filename handlingJames Bursa2007-01-221-1/+1
* mm: fix bug in set_page_dirty_buffersNick Piggin2007-01-201-1/+4
* skip data conversion in compat_sys_mount when data_page is NULLAndrey Mirkin2007-01-091-1/+1
* corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)Phillip Lougher2007-01-091-0/+2
* handle ext3 directory corruption better (CVE-2006-6053)Eric Sandeen2007-01-092-0/+12
* ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054)Eric Sandeen2007-01-091-0/+8
* hfs_fill_super returns success even if no root inode (CVE-2006-6056)Eric Sandeen2007-01-091-0/+2
* grow_buffers() infinite loop fix (CVE-2006-5757/CVE-2006-6060)Andrew Morton2007-01-091-2/+19
* fuse: fix hang on SMPMiklos Szeredi2007-01-043-13/+32
* NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust2006-12-181-3/+11
* binfmt_elf: fix checks for bad addressChuck Ebbert2006-12-091-8/+7
* fcntl(F_SETSIG) fixTrond Myklebust2006-12-041-2/+4
* JFS: pageno needs to be longDave Kleikamp2006-12-041-2/+2
* freevxfs: Add missing lock_kernel() to vxfs_readdirJosh Triplett2006-11-291-0/+2
* add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro2006-11-291-1/+1
* CIFS: report rename failure when target file is locked by WindowsSteve French2006-11-251-5/+9
* sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto2006-11-241-5/+0
* Fix BeFS slab corruptionDiego Calleja2006-11-201-2/+9
* ext3 -nobh option causes oopsBadari Pulavarty2006-11-171-3/+3
* [DISKLABEL] SUN: Fix signed int usage for sector countJeff Mahoney2006-11-091-1/+1
* Don't allow chmod() on the /proc/<pid>/ filesMarcel Holtmann2006-11-081-1/+32
* [PATCH] md: Make sure bi_max_vecs is set properly in bio_splitNeil Brown2006-11-071-0/+3
* [CIFS] Allow cifsd to suspend if connection is lostRafael J. Wysocki2006-10-141-0/+1
* [CIFS] Fix typo in earlier cifs_unlink change and protect one extra path.Steve French2006-10-141-5/+7
* [CIFS] Fix unlink oops when indirectly called in rename error path under heav...Steve French2006-10-141-1/+4
* [CIFS] fs/cifs/dir.c: fix possible NULL dereferenceSteve French2006-10-141-1/+2
* fix fdset leakageKirill Korotaev2006-10-131-1/+3
* Have ext2 reject file handles with bad inode numbers early.Neil Brown2006-09-091-0/+41
* fix struct file leakageKirill Korotaev2006-08-301-1/+7