aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-05-13splice: fix repeated kmap()'s in default_file_splice_read()Gravatar Jens Axboe 1-6/+4
2009-05-11splice: implement default splice_write methodGravatar Miklos Szeredi 1-4/+138
2009-05-11splice: implement default splice_read methodGravatar Miklos Szeredi 4-14/+136
2009-05-11splice: implement pipe to pipe splicingGravatar Miklos Szeredi 1-11/+151
2009-05-11block: add rq->resid_lenGravatar Tejun Heo 1-2/+2
2009-04-28block: implement blkdev_readpagesGravatar Jeff Moyer 1-0/+7
2009-04-24ROMFS: Advance destination buffer pointer when reading from a blockdevGravatar David Howells 1-0/+1
2009-04-24ROMFS: romfs_lookup() shouldn't be doing a partial name comparisonGravatar David Howells 3-22/+53
2009-04-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 6-28/+42
2009-04-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 9-143/+90
2009-04-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-0/+5
2009-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesGravatar Linus Torvalds 1-3/+10
2009-04-24Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-67/+57
2009-04-24check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Gravatar Oleg Nesterov 1-4/+2
2009-04-24do_execve() must not clear fs->in_exec if it was set by another threadGravatar Oleg Nesterov 2-15/+15
2009-04-23[S390] /proc/stat idle field for idle cpusGravatar Martin Schwidefsky 1-0/+5
2009-04-23GFS2: Ensure that the inode goal block settings are updatedGravatar Steven Whitehouse 1-1/+9
2009-04-23GFS2: Fix bug in block allocationGravatar Steven Whitehouse 1-2/+1
2009-04-22ext4: Fix potential inode allocation soft lockup in Orlov allocatorGravatar Theodore Ts'o 1-1/+2
2009-04-22ext4: Make the extent validity check more paranoidGravatar Theodore Ts'o 1-6/+12
2009-04-22eCryptfs: Larger buffer for encrypted symlink targetsGravatar Tyler Hicks 1-6/+18
2009-04-22eCryptfs: Lock lower directory inode mutex during lookupGravatar Tyler Hicks 1-0/+4
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsGravatar Tyler Hicks 3-1/+8
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughGravatar Tyler Hicks 4-32/+41
2009-04-22eCryptfs: Print FNEK sig properly in /proc/mountsGravatar Tyler Hicks 1-1/+4
2009-04-22eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()Gravatar Tyler Hicks 2-99/+11
2009-04-22eCryptfs: Copy lower inode attrs before dentry instantiationGravatar Tyler Hicks 1-4/+4
2009-04-22bio: use bio_kmalloc() in copy/map functionsGravatar Tejun Heo 1-3/+3
2009-04-22bio: fix bio_kmalloc()Gravatar Tejun Heo 1-64/+54
2009-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 10-83/+272
2009-04-21hugetlbfs: return negative error code for bad mount optionGravatar Akinobu Mita 1-2/+1
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockGravatar Chris Mason 2-9/+31
2009-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesGravatar Linus Torvalds 2-1/+9
2009-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 19-287/+183
2009-04-21NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsGravatar Trond Myklebust 1-1/+2
2009-04-20fs: Mark get_filesystem_list() as __init function.Gravatar Tetsuo Handa 1-1/+1
2009-04-20kill vfs_stat_fd / vfs_lstat_fdGravatar Christoph Hellwig 2-71/+52
2009-04-20Separate out common fstatat code into vfs_fstatatGravatar Oleg Drokin 2-42/+33
2009-04-20ecryptfs: use memdup_user()Gravatar Li Zefan 1-10/+5
2009-04-20ncpfs: use memdup_user()Gravatar Li Zefan 1-14/+7
2009-04-20xfs: use memdup_user()Gravatar Li Zefan 2-24/+11
2009-04-20sysfs: use memdup_user()Gravatar Li Zefan 1-10/+3
2009-04-20btrfs: use memdup_user()Gravatar Li Zefan 2-46/+16
2009-04-20xattr: use memdup_user()Gravatar Li Zefan 1-7/+3
2009-04-20autofs4: use memchr() in invalid_string()Gravatar Al Viro 1-6/+4
2009-04-20Fix i_mutex vs. readdir handling in nfsdGravatar David Woodhouse 3-43/+30
2009-04-20fs/compat_ioctl: fix build when !BLOCKGravatar Alexander Beregalov 1-4/+3
2009-04-20Fix autofs_expire()Gravatar Al Viro 1-16/+18
2009-04-20No need for crossing to mountpoint in audit_tag_tree()Gravatar Al Viro 1-1/+0
2009-04-20Safer nfsd_cross_mnt()Gravatar Al Viro 1-2/+7