summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-04-30[CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French6-19/+25
2009-04-30Added loop check when mounting DFS tree.Igor Mammedov1-0/+13
2009-04-30Enable dfs submounts to handle remote referrals.Igor Mammedov1-18/+14
2009-04-30[CIFS] Remove older session setup implementationSteve French1-374/+7
2009-04-30cifs: change cifs_get_name_from_search_buf to use new unicode helperJeff Layton3-75/+13
2009-04-30cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton3-41/+20
2009-04-30cifs: fix session setup unicode string saving to use new unicode helpersJeff Layton1-58/+22
2009-04-30cifs: convert CIFSTCon to use new unicode helper functionsJeff Layton1-35/+14
2009-04-30cifs: rename cifs_strlcpy_to_host and make it use new functionsJeff Layton3-43/+52
2009-04-30cifs: add new function to get unicode string length in bytesJeff Layton3-23/+35
2009-04-30cifs: add replacement for cifs_strtoUCS_le called cifs_from_ucs2Jeff Layton2-0/+126
2009-04-30cifs: move #defines for mapchars into cifs_unicode.hJeff Layton2-11/+13
2009-04-30Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French66-1009/+1047
2009-04-27eCryptfs: Fix min function comparison warningTyler Hicks1-1/+1
2009-04-27ecryptfs: fix printk format warningRandy Dunlap1-1/+1
2009-04-28bio: fix memcpy corruption in bio_copy_user_iov()FUJITA Tomonori1-0/+3
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds17-337/+281
2009-04-27Btrfs: look for acls during btrfs_read_locked_inodeChris Mason1-0/+62
2009-04-27Btrfs: fix acl cachingChris Mason2-7/+15
2009-04-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-10/+3
2009-04-27ext2: missing unlock in ext2_quota_write()Dan Carpenter1-1/+3
2009-04-27quota: remove obsolete comments in fs/quota/MakefileChristoph Hellwig1-9/+0
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker5-23/+40
2009-04-27Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker1-1/+1
2009-04-27Btrfs: remove unused btrfs_bit_radix slabChris Mason1-8/+0
2009-04-27Btrfs: ratelimit IO error printksChris Mason2-17/+31
2009-04-27Btrfs: remove #if 0 codeChris Mason3-188/+1
2009-04-27Btrfs: When shrinking, only update disk size on successChris Ball2-11/+27
2009-04-24ext4: Do not try to validate extents on special filesTheodore Ts'o1-2/+6
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-24ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o1-3/+1
2009-04-24Btrfs: fix deadlocks and stalls on dead root removalChris Mason1-0/+6
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason5-17/+29
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig3-43/+28
2009-04-24Btrfs: don't export symbolsChristoph Hellwig1-6/+0
2009-04-24Btrfs: simplify makefileChristoph Hellwig1-17/+2
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik4-2/+42
2009-04-24ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o1-1/+11
2009-04-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds6-28/+42
2009-04-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus 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