summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French2009-04-306-19/+25
* Added loop check when mounting DFS tree.Igor Mammedov2009-04-301-0/+13
* Enable dfs submounts to handle remote referrals.Igor Mammedov2009-04-301-18/+14
* [CIFS] Remove older session setup implementationSteve French2009-04-301-374/+7
* cifs: change cifs_get_name_from_search_buf to use new unicode helperJeff Layton2009-04-303-75/+13
* cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton2009-04-303-41/+20
* cifs: fix session setup unicode string saving to use new unicode helpersJeff Layton2009-04-301-58/+22
* cifs: convert CIFSTCon to use new unicode helper functionsJeff Layton2009-04-301-35/+14
* cifs: rename cifs_strlcpy_to_host and make it use new functionsJeff Layton2009-04-303-43/+52
* cifs: add new function to get unicode string length in bytesJeff Layton2009-04-303-23/+35
* cifs: add replacement for cifs_strtoUCS_le called cifs_from_ucs2Jeff Layton2009-04-302-0/+126
* cifs: move #defines for mapchars into cifs_unicode.hJeff Layton2009-04-302-11/+13
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2009-04-3066-1009/+1047
|\
| * eCryptfs: Fix min function comparison warningTyler Hicks2009-04-271-1/+1
| * ecryptfs: fix printk format warningRandy Dunlap2009-04-271-1/+1
| * bio: fix memcpy corruption in bio_copy_user_iov()FUJITA Tomonori2009-04-281-0/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-2717-337/+281
| |\
| | * Btrfs: look for acls during btrfs_read_locked_inodeChris Mason2009-04-271-0/+62
| | * Btrfs: fix acl cachingChris Mason2009-04-272-7/+15
| | * Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-275-23/+40
| | * Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker2009-04-271-1/+1
| | * Btrfs: remove unused btrfs_bit_radix slabChris Mason2009-04-271-8/+0
| | * Btrfs: ratelimit IO error printksChris Mason2009-04-272-17/+31
| | * Btrfs: remove #if 0 codeChris Mason2009-04-273-188/+1
| | * Btrfs: When shrinking, only update disk size on successChris Ball2009-04-272-11/+27
| | * Btrfs: fix deadlocks and stalls on dead root removalChris Mason2009-04-241-0/+6
| | * Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-245-17/+29
| | * Btrfs: kill btrfs_cache_createChristoph Hellwig2009-04-243-43/+28
| | * Btrfs: don't export symbolsChristoph Hellwig2009-04-241-6/+0
| | * Btrfs: simplify makefileChristoph Hellwig2009-04-241-17/+2
| | * Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-244-2/+42
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-04-272-10/+3
| |\ \
| | * | ext2: missing unlock in ext2_quota_write()Dan Carpenter2009-04-271-1/+3
| | * | quota: remove obsolete comments in fs/quota/MakefileChristoph Hellwig2009-04-271-9/+0
| * | | ext4: Do not try to validate extents on special filesTheodore Ts'o2009-04-241-2/+6
| * | | ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o2009-04-241-3/+1
| * | | ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o2009-04-241-1/+11
| |/ /
| * | ROMFS: Advance destination buffer pointer when reading from a blockdevDavid Howells2009-04-241-0/+1
| * | ROMFS: romfs_lookup() shouldn't be doing a partial name comparisonDavid Howells2009-04-243-22/+53
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-246-28/+42
| |\ \
| | * | ext4: Fix potential inode allocation soft lockup in Orlov allocatorTheodore Ts'o2009-04-221-1/+2
| | * | ext4: Make the extent validity check more paranoidTheodore Ts'o2009-04-221-6/+12
| | * | jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-142-10/+12
| | * | jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-142-10/+14
| | * | ext4: really print the find_group_flex fallback warning only onceChuck Ebbert2009-04-141-1/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2009-04-249-143/+90
| |\ \ \
| | * | | eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks2009-04-221-6/+18
| | * | | eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks2009-04-221-0/+4
| | * | | eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks2009-04-223-1/+8
| | * | | eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks2009-04-224-32/+41