summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-11-21ocfs2: fix write() performance regressionMark Fasheh1-1/+23
2007-11-05minixfs: limit minixfs printks on corrupted dir i_size (CVE-2006-6058)Eric Sandeen2-4/+14
2007-10-10NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust1-1/+3
2007-10-10NLM: Fix a circular lock dependency in lockdTrond Myklebust1-11/+18
2007-09-26dir_index: error out instead of BUG on corrupt dx dirsEric Sandeen2-8/+60
2007-09-26nfs: fix oops re sysctls and V4 supportAlexey Dobriyan1-1/+1
2007-09-26ext34: ensure do_split leaves enough free space in both blocksEric Sandeen2-8/+70
2007-09-26Leases can be hidden by flocksPavel Emelyanov1-1/+1
2007-09-26afs: mntput called before dputAndreas Gruenbacher1-1/+1
2007-09-26splice: fix direct splice error handlingJens Axboe1-2/+2
2007-09-26JFFS2: fix write deadlock regressionJason Lunz1-1/+1
2007-08-31signalfd: make it group-wide, fix posix-timers schedulingOleg Nesterov2-11/+12
2007-08-31ocfs2: Fix bad source start calculation during kernel writesMark Fasheh1-1/+1
2007-08-23JFFS2 locking regression fix.David Woodhouse1-0/+3
2007-08-21Reset current->pdeath_signal on SUID binary execution (CVE-2007-3848)Marcel Holtmann1-4/+9
2007-08-15direct-io: fix error-path crashesBadari Pulavarty1-0/+1
2007-08-10sysfs: release mutex when kmalloc() failed in sysfs_open_file().YOSHIFUJI Hideaki1-0/+1
2007-08-10jbd2 commit: fix transaction droppingJan Kara1-1/+2
2007-08-10jbd commit: fix transaction droppingJan Kara1-1/+2
2007-08-10fs: 9p/conv.c error path fixMariusz Kozlowski1-0/+1
2007-08-10nfsd: fix possible read-ahead cache and export table corruptionJ. Bruce Fields1-1/+1
2007-08-10eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow1-2/+3
2007-08-10"ext4_ext_put_in_cache" uses __u32 to receive physical block numberMingming Cao1-1/+1
2007-08-10splice: fix double page unlockJens Axboe1-2/+3
2007-08-10make timerfd return a u64 and fix the __put_userDavide Libenzi1-3/+3
2007-07-08Fix permission checking for the new utimensat() system callLinus Torvalds1-3/+10
2007-07-08DLM must depend on SYSFSAdrian Bunk1-1/+1
2007-07-06Fix elf_core_dump() when writing arch specific notes (spu coredumps)Michael Ellerman1-1/+6
2007-07-04[JFFS2] Fix readinode failure when read_dnode() detects CRC failure.David Woodhouse1-14/+9
2007-07-04dio: remove bogus refcounting BUG_ONZach Brown1-1/+1
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse1-0/+8
2007-06-28ext2: fix return of uninitialised variableAndrew Morton1-0/+1
2007-06-28avoid spurious POLLIN returns in signalfdDavide Libenzi1-1/+2
2007-06-28zero out last page for llseek/writeMichael Halcrow1-0/+2
2007-06-28eCryptfs: initialize crypt_stat in setattrMichael Halcrow1-1/+46
2007-06-28eCryptfs: fix write zeros behaviorMichael Halcrow3-24/+50
2007-06-24ext4: lost brelse in ext4_read_inode()Kirill Korotaev1-1/+3
2007-06-24ext3: lost brelse in ext3_read_inode()Kirill Korotaev1-1/+3
2007-06-24ext2: disallow setting xip on remountCarsten Otte1-0/+8
2007-06-19[XFS] s/memclear_highpage_flush/zero_user_page/Christoph Hellwig1-1/+1
2007-06-17shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman1-5/+2
2007-06-17udf: fix possible leakage of blocksJan Kara3-17/+74
2007-06-17fuse: ->fs_flags fixletAlexey Dobriyan1-2/+1
2007-06-15splice: only check do_wakeup in splice_to_pipe() for a real pipeJens Axboe1-6/+7
2007-06-15splice: fix leak of pages on short splice to pipeJens Axboe1-1/+2
2007-06-15splice: adjust balance_dirty_pages_ratelimited() callJens Axboe1-2/+8
2007-06-13sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo3-3/+38
2007-06-13sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo1-1/+1
2007-06-13sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen4-5/+14
2007-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds10-267/+285