summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* | [PATCH] JFS: Take logsync lock before testing mp->lsnDave Kleikamp2006-03-142-9/+4
* | [PATCH] NLM: Ensure we do not Oops in the case of an unlockTrond Myklebust2006-03-141-2/+7
* | [PATCH] NFSv4: fix mount segfault on errors returned that are < -1000Trond Myklebust2006-03-141-1/+1
* | [PATCH] NFS: Fix a potential panic in O_DIRECTTrond Myklebust2006-03-141-0/+10
|/
* [PATCH] ext3: fix nobh mode for chattr +j inodesBadari Pulavarty2006-03-111-9/+8
* [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations insideKirill Korotaev2006-03-112-3/+13
* [PATCH] mtd: 64 bit fixesAtsushi Nemoto2006-03-092-2/+3
* [NET] compat ifconf: fix limitsRandy Dunlap2006-03-081-1/+1
* [PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov2006-03-084-7/+4
* [PATCH] s390: dasd partition detectionHorst Hummel2006-03-081-6/+10
* [PATCH] jffs2: avoid divide-by-zeroDavid Woodhouse2006-03-081-1/+1
* [PATCH] fix file countingDipankar Sarma2006-03-082-33/+56
* [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi2006-03-083-5/+33
* Mark the pipe file operations staticLinus Torvalds2006-03-081-3/+3
* Simplify fifo_open() locking logicLinus Torvalds2006-03-071-6/+1
* [PATCH] smaps: shared fixNick Piggin2006-03-061-5/+4
* [PATCH] smaps: hugepages fixNick Piggin2006-03-061-1/+1
* [PATCH] ramfs needs to update directory m/ctime on symlinkPeter Staubach2006-03-061-0/+1
* [PATCH] cramfs mounts provide corrupted content since 2.6.15Dave Johnson2006-03-061-31/+29
* [CIFS] Always match oplock break (cache notification) to the right tcpSteve French2006-03-053-4/+4
* [PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney2006-03-021-4/+4
* [PATCH] reiserfs: do not check if unsigned < 0Vladimir V. Saveliev2006-03-023-15/+10
* [PATCH] v9fs: simplify fid mappingEric Van Hensbergen2006-03-024-126/+15
* [PATCH] v9fs: fix bug in atomic create open fixEric Van Hensbergen2006-03-021-2/+5
* [PATCH] v9fs: fix atomic create openLatchesar Ionkov2006-03-026-296/+379
* [PATCH] ocfs2: use hlists for lockres hashMark Fasheh2006-03-015-45/+41
* [PATCH] ocfs2: added source addr to bind() in o2net_start_connect()Sunil Mushran2006-03-011-2/+12
* ocfs2: Respond to on-disk corruption in the extent map code.Joel Becker2006-03-011-2/+36