summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [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
* Have ext3 reject file handles with bad inode numbers earlyEric Sandeen2006-08-301-0/+40
* ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown2006-08-302-10/+20
* Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara2006-08-232-26/+40
* fix debugfs inode leakJens Axboe2006-08-111-1/+2
* Fix missing ret assignment in __bio_map_user() error pathJens Axboe2006-08-111-2/+3
* [PATCH] Relax /proc fix a bitLinus Torvalds2006-07-151-1/+2
* [PATCH] Fix nasty /proc vulnerability (CVE-2006-3626)Linus Torvalds2006-07-141-0/+1
* [PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)Anton Altaparmakov2006-06-221-6/+7
* [PATCH] JFS: Fix multiple errors in metapage_releasepageDave Kleikamp2006-06-221-15/+5
* [PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...Trond Myklebust2006-06-221-9/+10
* [PATCH] Missed error checking for intent's filp in open_namei().Oleg Drokin2006-06-221-0/+6
* [PATCH] fs/compat.c: fix 'if (a |= b )' typoAlexey Dobriyan2006-05-201-1/+1
* [PATCH] smbfs: Fix slab corruption in samba error pathJan Niehusmann2006-05-201-1/+3
* [PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust2006-05-201-14/+16
* [PATCH] fs/locks.c: Fix lease_init (CVE-2006-1860)Trond Myklebust2006-05-101-9/+12
* [PATCH] smbfs chroot issue (CVE-2006-1864)Olaf Kirch2006-05-041-0/+5
* [PATCH] LSM: add missing hook to do_compat_readv_writev()James Morris2006-05-011-0/+4
* [PATCH] Fix reiserfs deadlockJan Kara2006-05-011-2/+3
* [PATCH] Simplify proc/devices and fix early termination regressionAndrew Morton2006-05-012-203/+47
* [PATCH] Don't allow a backslash in a path component (CVE-2006-1863)Steve French2006-04-241-0/+14
* [PATCH] Fix file lookup without refDipankar Sarma2006-04-242-8/+22
* [PATCH] x86: be careful about tailcall breakage for sys_open[at] tooLinus Torvalds2006-04-241-2/+14
* [PATCH] x86: don't allow tail-calls in sys_ftruncate[64]()Linus Torvalds2006-04-241-2/+6
* [PATCH] Incorrect signature sent on SMB ReadSteve French2006-04-171-13/+23
* [PATCH] Fix utime(2) in the case that no times parameter was passed in.Nathan Scott2006-04-171-2/+1
* [PATCH] ext3: Fix missed mutex unlockAnaniev, Leonid I2006-04-171-0/+1
* [PATCH] Fix block device symlink nameStephen Rothwell2006-04-171-0/+5
* [PATCH] fuse: fix oops in fuse_send_readpages()Miklos Szeredi2006-04-171-2/+6
* [PATCH] kdump proc vmcore size oveflow fixVivek Goyal2006-04-071-2/+2
* [PATCH] knfsd: Correct reserved reply space for read requests.NeilBrown2006-04-073-3/+3
* [PATCH] sysfs: zero terminate sysfs write buffers (CVE-2006-1055)Greg Kroah-Hartman2006-04-071-1/+1
* [PATCH] proc: fix duplicate line in /proc/devicesNeil Horman2006-03-271-1/+1
* [PATCH] v9fs: assign dentry ops to negative dentriesLatchesar Ionkov2006-03-271-2/+1
* [PATCH] XFS writeout fixNathan Scott2006-03-271-1/+1
* [PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman2006-03-271-0/+1
* [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2006-03-272-1/+6
* [PATCH] nfsservctl(): remove user-triggerable printkPeter Staubach2006-03-171-3/+1
* [PATCH] v9fs: fix overzealous dropping of dentry which breaks dcacheEric Van Hensbergen2006-03-171-1/+0
* [PATCH] Fix ext2 readdir f_pos re-validation logicAl Viro2006-03-151-16/+12
* [PATCH] fs/namespace.c:dup_namespace(): fix a use after freeAdrian Bunk2006-03-151-3/+2
* [PATCH] page migration: fail if page is in a vma flagged VM_LOCKEDChristoph Lameter2006-03-141-2/+4
* Merge git://oss.sgi.com:8090/oss/git/rc-fixesLinus Torvalds2006-03-141-9/+12
|\
| * Fix a direct I/O locking issue revealed by the new mutex code.Nathan Scott2006-03-151-9/+12