summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe4-14/+15
2007-07-10Remove remnants of sendfile()Jens Axboe1-15/+11
2007-07-10xip sendfile removalCarsten Otte1-1/+0
2007-07-10splice: completely document external interface with kerneldocJens Axboe1-24/+85
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe1-7/+0
2007-07-10pipe: allow passing around of ops private pointerJens Axboe1-0/+1
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe4-24/+8
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe1-16/+31
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe1-6/+9
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe37-131/+43
2007-07-10sys_sendfile: switch to using ->splice_read, if availableJens Axboe1-4/+20
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe2-29/+151
2007-07-10splice: abstract out actor dataJens Axboe2-32/+78
2007-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds26-1145/+1096
2007-07-09sched: scheduler debugging, coreIngo Molnar1-0/+69
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh1-1/+1
2007-07-09sched: make use of precise accounting for /proc task statsIngo Molnar1-10/+47
2007-07-09sched: remove the SleepAVG fieldIngo Molnar1-2/+0
2007-07-08Fix permission checking for the new utimensat() system callLinus Torvalds1-3/+10
2007-07-07DLM 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-03dio: 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-16shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman1-5/+2
2007-06-16udf: fix possible leakage of blocksJan Kara3-17/+74
2007-06-16fuse: ->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-13JFS: Update print_hex_dump() syntaxDave Kleikamp5-29/+28
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo3-3/+38
2007-06-12sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo1-1/+1
2007-06-12sysfs: 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
2007-06-11Merge branch 'splice-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-35/+35
2007-06-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-12/+11
2007-06-08nommu: report correct errno in messageGreg Ungerer1-1/+1
2007-06-08[CIFS] CIFS should honour umaskSteve French2-4/+7
2007-06-08splice: __generic_file_splice_read: fix read/truncate raceJens Axboe1-23/+23
2007-06-08splice: __generic_file_splice_read: fix i_size_read() length checksHugh Dickins1-8/+10