aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-27quota: remove obsolete comments in fs/quota/MakefileChristoph Hellwig1-9/+0
2009-04-24ROMFS: Advance destination buffer pointer when reading from a blockdevDavid Howells1-0/+1
2009-04-24ROMFS: romfs_lookup() shouldn't be doing a partial name comparisonDavid Howells3-22/+53
2009-04-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds6-28/+42
2009-04-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds9-143/+90
2009-04-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-0/+5
2009-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-3/+10
2009-04-24Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-67/+57
2009-04-24check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov1-4/+2
2009-04-24do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov2-15/+15
2009-04-23[S390] /proc/stat idle field for idle cpusMartin Schwidefsky1-0/+5
2009-04-23GFS2: Ensure that the inode goal block settings are updatedSteven Whitehouse1-1/+9
2009-04-23GFS2: Fix bug in block allocationSteven Whitehouse1-2/+1
2009-04-22ext4: Fix potential inode allocation soft lockup in Orlov allocatorTheodore Ts'o1-1/+2
2009-04-22ext4: Make the extent validity check more paranoidTheodore Ts'o1-6/+12
2009-04-22eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks1-6/+18
2009-04-22eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks1-0/+4
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks3-1/+8
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks4-32/+41
2009-04-22eCryptfs: Print FNEK sig properly in /proc/mountsTyler Hicks1-1/+4
2009-04-22eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()Tyler Hicks2-99/+11
2009-04-22eCryptfs: Copy lower inode attrs before dentry instantiationTyler Hicks1-4/+4
2009-04-22bio: use bio_kmalloc() in copy/map functionsTejun Heo1-3/+3
2009-04-22bio: fix bio_kmalloc()Tejun Heo1-64/+54
2009-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds10-83/+272
2009-04-21hugetlbfs: return negative error code for bad mount optionAkinobu Mita1-2/+1
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockChris Mason2-9/+31
2009-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2-1/+9
2009-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds19-287/+183
2009-04-21NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust1-1/+2
2009-04-20fs: Mark get_filesystem_list() as __init function.Tetsuo Handa1-1/+1
2009-04-20kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2-71/+52
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin2-42/+33
2009-04-20ecryptfs: use memdup_user()Li Zefan1-10/+5
2009-04-20ncpfs: use memdup_user()Li Zefan1-14/+7
2009-04-20xfs: use memdup_user()Li Zefan2-24/+11
2009-04-20sysfs: use memdup_user()Li Zefan1-10/+3
2009-04-20btrfs: use memdup_user()Li Zefan2-46/+16
2009-04-20xattr: use memdup_user()Li Zefan1-7/+3
2009-04-20autofs4: use memchr() in invalid_string()Al Viro1-6/+4
2009-04-20Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse3-43/+30
2009-04-20fs/compat_ioctl: fix build when !BLOCKAlexander Beregalov1-4/+3
2009-04-20Fix autofs_expire()Al Viro1-16/+18
2009-04-20No need for crossing to mountpoint in audit_tag_tree()Al Viro1-1/+0
2009-04-20Safer nfsd_cross_mnt()Al Viro1-2/+7
2009-04-20Touch all affected namespaces on propagation of mountAl Viro1-1/+1
2009-04-20Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDAl Viro1-1/+1
2009-04-20Btrfs: use the right node in reada_for_balanceChris Mason1-5/+12
2009-04-20Btrfs: fix oops on page->mapping->host during writepageChris Mason1-8/+32
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason5-15/+56