aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-09GFS2: Fix glock ref counting bugSteven Whitehouse1-0/+1
2009-05-09nilfs2: fix circular locking dependency of writer mutexRyusuke Konishi2-9/+12
2009-05-09nilfs2: fix possible recovery failure due to block creation without writerRyusuke Konishi1-2/+4
2009-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds21-1642/+791
2009-05-08[CIFS] Fix double list addition in cifs posix open codeSteve French2-20/+9
2009-05-06fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik1-20/+55
2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang1-1/+1
2009-05-06lockd: fix list corruption on lockd restartJ. Bruce Fields1-4/+11
2009-05-06nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields1-1/+15
2009-05-06[CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmsspSteve French4-8/+35
2009-05-06[CIFS] Fix SMB uid in NTLMSSP authenticate requestSteve French1-0/+4
2009-05-04proc: avoid information leaks to non-privileged processesJake Edge2-5/+13
2009-05-04[CIFS] NTLMSSP reenabled after move from connect.c to sess.cSteve French2-4/+251
2009-05-03nfsd41: slots are freed with sessionAndy Adamson1-1/+0
2009-05-02NFS: Close page_mkwrite() racesTrond Myklebust1-3/+3
2009-05-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-89/+108
2009-05-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfsLinus Torvalds1-1/+1
2009-05-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds6-20/+38
2009-05-02ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov1-2/+2
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-1/+1
2009-05-02alpha: binfmt_aout fixIvan Kokshaysky1-3/+4
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh1-0/+4
2009-05-02mm: close page_mkwrite racesNick Piggin1-4/+6
2009-05-02autofs4: fix incorrect return in autofs4_mount_busy()Ian Kent1-1/+3
2009-05-02[CIFS] Remove sparse warningSteve French1-1/+0
2009-05-02[CIFS] remove checkpatch warningSteve French1-1/+1
2009-05-02[CIFS] Fix final user of old string conversion codeSteve French1-42/+38
2009-05-02[CIFS] remove cifs_strfromUCS_leJeff Layton2-30/+0
2009-05-02[CIFS] NTLMSSP support moving into new file, old dead code removedSteve French1-730/+0
2009-05-01[CIFS] Fix endian conversion of vcnum fieldSteve French1-1/+1
2009-05-01[CIFS] Remove trailing whitespaceSteve French2-2/+4
2009-05-01[CIFS] Remove sparse endian warningsSteve French4-103/+58
2009-05-01[CIFS] Add remaining ntlmssp flags and standardize field namesSteve French2-41/+57
2009-05-01[CIFS] Fix build warningSteve French1-1/+1
2009-05-01cifs: fix length handling in cifs_get_name_from_search_bufJeff Layton1-5/+6
2009-04-30[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French5-11/+12
2009-04-30ocfs2: Fix a missing credit when deleting from indexed directories.Joel Becker1-2/+3
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