aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-04-27eCryptfs: Fix min function comparison warningGravatar Tyler Hicks 1-1/+1
2009-04-27ecryptfs: fix printk format warningGravatar Randy Dunlap 1-1/+1
2009-04-28bio: fix memcpy corruption in bio_copy_user_iov()Gravatar FUJITA Tomonori 1-0/+3
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 17-337/+281
2009-04-27Btrfs: look for acls during btrfs_read_locked_inodeGravatar Chris Mason 1-0/+62
2009-04-27Btrfs: fix acl cachingGravatar Chris Mason 2-7/+15
2009-04-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-10/+3
2009-04-27ext2: missing unlock in ext2_quota_write()Gravatar Dan Carpenter 1-1/+3
2009-04-27quota: remove obsolete comments in fs/quota/MakefileGravatar Christoph Hellwig 1-9/+0
2009-04-27Btrfs: Fix a bunch of printk() warnings.Gravatar Joel Becker 5-23/+40
2009-04-27Btrfs: Fix a trivial warning using max() of u64 vs ULL.Gravatar Joel Becker 1-1/+1
2009-04-27Btrfs: remove unused btrfs_bit_radix slabGravatar Chris Mason 1-8/+0
2009-04-27Btrfs: ratelimit IO error printksGravatar Chris Mason 2-17/+31
2009-04-27Btrfs: remove #if 0 codeGravatar Chris Mason 3-188/+1
2009-04-27Btrfs: When shrinking, only update disk size on successGravatar Chris Ball 2-11/+27
2009-04-24ext4: Do not try to validate extents on special filesGravatar Theodore Ts'o 1-2/+6
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-24ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentGravatar Theodore Ts'o 1-3/+1
2009-04-24Btrfs: fix deadlocks and stalls on dead root removalGravatar Chris Mason 1-0/+6
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockGravatar Chris Mason 5-17/+29
2009-04-24Btrfs: kill btrfs_cache_createGravatar Christoph Hellwig 3-43/+28
2009-04-24Btrfs: don't export symbolsGravatar Christoph Hellwig 1-6/+0
2009-04-24Btrfs: simplify makefileGravatar Christoph Hellwig 1-17/+2
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsGravatar Josef Bacik 4-2/+42
2009-04-24ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeGravatar Theodore Ts'o 1-1/+11
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