aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 26-1145/+1096
2007-07-09sched: scheduler debugging, coreGravatar Ingo Molnar 1-0/+69
2007-07-09sched: update delay-accounting to use CFS's precise statsGravatar Balbir Singh 1-1/+1
2007-07-09sched: make use of precise accounting for /proc task statsGravatar Ingo Molnar 1-10/+47
2007-07-09sched: remove the SleepAVG fieldGravatar Ingo Molnar 1-2/+0
2007-07-08Fix permission checking for the new utimensat() system callGravatar Linus Torvalds 1-3/+10
2007-07-07DLM must depend on SYSFSGravatar Adrian Bunk 1-1/+1
2007-07-06Fix elf_core_dump() when writing arch specific notes (spu coredumps)Gravatar Michael Ellerman 1-1/+6
2007-07-04[JFFS2] Fix readinode failure when read_dnode() detects CRC failure.Gravatar David Woodhouse 1-14/+9
2007-07-03dio: remove bogus refcounting BUG_ONGravatar Zach Brown 1-1/+1
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMGravatar David Woodhouse 1-0/+8
2007-06-28ext2: fix return of uninitialised variableGravatar Andrew Morton 1-0/+1
2007-06-28avoid spurious POLLIN returns in signalfdGravatar Davide Libenzi 1-1/+2
2007-06-28zero out last page for llseek/writeGravatar Michael Halcrow 1-0/+2
2007-06-28eCryptfs: initialize crypt_stat in setattrGravatar Michael Halcrow 1-1/+46
2007-06-28eCryptfs: fix write zeros behaviorGravatar Michael Halcrow 3-24/+50
2007-06-24ext4: lost brelse in ext4_read_inode()Gravatar Kirill Korotaev 1-1/+3
2007-06-24ext3: lost brelse in ext3_read_inode()Gravatar Kirill Korotaev 1-1/+3
2007-06-24ext2: disallow setting xip on remountGravatar Carsten Otte 1-0/+8
2007-06-19[XFS] s/memclear_highpage_flush/zero_user_page/Gravatar Christoph Hellwig 1-1/+1
2007-06-16shm: fix the filename of hugetlb sysv shared memoryGravatar Eric W. Biederman 1-5/+2
2007-06-16udf: fix possible leakage of blocksGravatar Jan Kara 3-17/+74
2007-06-16fuse: ->fs_flags fixletGravatar Alexey Dobriyan 1-2/+1
2007-06-15splice: only check do_wakeup in splice_to_pipe() for a real pipeGravatar Jens Axboe 1-6/+7
2007-06-15splice: fix leak of pages on short splice to pipeGravatar Jens Axboe 1-1/+2
2007-06-15splice: adjust balance_dirty_pages_ratelimited() callGravatar Jens Axboe 1-2/+8
2007-06-13JFS: Update print_hex_dump() syntaxGravatar Dave Kleikamp 5-29/+28
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Gravatar Tejun Heo 3-3/+38
2007-06-12sysfs: fix condition check in sysfs_drop_dentry()Gravatar Tejun Heo 1-1/+1
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesGravatar Eric Sandeen 4-5/+14
2007-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 10-267/+285
2007-06-11Merge branch 'splice-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 1-35/+35
2007-06-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-12/+11
2007-06-08nommu: report correct errno in messageGravatar Greg Ungerer 1-1/+1
2007-06-08[CIFS] CIFS should honour umaskGravatar Steve French 2-4/+7
2007-06-08splice: __generic_file_splice_read: fix read/truncate raceGravatar Jens Axboe 1-23/+23
2007-06-08splice: __generic_file_splice_read: fix i_size_read() length checksGravatar Hugh Dickins 1-8/+10
2007-06-08splice: move balance_dirty_pages_ratelimited() outside of splice actorGravatar Jens Axboe 1-1/+2
2007-06-08splice: remove do_splice_direct() symbol exportGravatar Jens Axboe 1-2/+0
2007-06-08splice: move inode size check into generic_file_splice_read()Gravatar Jens Axboe 1-10/+9
2007-06-07RAMFS NOMMU: missed POSIX UID/GID inode attribute checkingGravatar Bryan Wu 1-0/+5
2007-06-06ocfs2: Fix invalid assertion during write on 64k pagesGravatar Mark Fasheh 1-10/+10
2007-06-06ocfs2: Fix masklog breakageGravatar Tiger Yang 1-2/+1
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionGravatar Dave Kleikamp 7-45/+29
2007-06-06JFS: Whitespace cleanup and remove some dead codeGravatar Dave Kleikamp 23-1098/+1066
2007-06-05[CIFS] Missing flag on negprot needed for some servers to force packet signingGravatar Yehuda Sadeh Weinraub 1-2/+2
2007-06-05[CIFS] whitespace cleanup part 2Gravatar Steve French 3-132/+138
2007-06-05[CIFS] whitespace cleanupGravatar Steve French 4-125/+124
2007-06-04Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 3-182/+40
2007-06-04vanishing ioctl handler debuggingGravatar Andrew Morton 1-3/+11