summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-05-09fs: dcache fix LRU orderingnpiggin@suse.de
2009-05-09ocfs2: Use nd_set_link().Joel Becker
2009-05-09Fix a leak in failure exit in 9p ->get_sb()Al Viro
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-05-09New helper: deactivate_locked_super()Al Viro
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney
2009-05-09reiserfs: dont associate security.* with xattr filesJeff Mahoney
2009-05-09reiserfs: fixup xattr_root cachingJeff Mahoney
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro
2009-05-09reiserfs: Expand i_mutex to enclose lookup_one_lenJeff Mahoney
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani
2009-05-09GFS2: Fix glock ref counting bugSteven Whitehouse
2009-05-09nilfs2: fix circular locking dependency of writer mutexRyusuke Konishi
2009-05-09nilfs2: fix possible recovery failure due to block creation without writerRyusuke Konishi
2009-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-05-08[CIFS] Fix double list addition in cifs posix open codeSteve French
2009-05-06fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik
2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang
2009-05-06lockd: fix list corruption on lockd restartJ. Bruce Fields
2009-05-06nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields
2009-05-06[CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmsspSteve French
2009-05-06[CIFS] Fix SMB uid in NTLMSSP authenticate requestSteve French
2009-05-04proc: avoid information leaks to non-privileged processesJake Edge
2009-05-04[CIFS] NTLMSSP reenabled after move from connect.c to sess.cSteve French
2009-05-03nfsd41: slots are freed with sessionAndy Adamson
2009-05-02NFS: Close page_mkwrite() racesTrond Myklebust
2009-05-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-05-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-05-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-05-02ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro
2009-05-02alpha: binfmt_aout fixIvan Kokshaysky
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh
2009-05-02mm: close page_mkwrite racesNick Piggin
2009-05-02autofs4: fix incorrect return in autofs4_mount_busy()Ian Kent
2009-05-02[CIFS] Remove sparse warningSteve French
2009-05-02[CIFS] remove checkpatch warningSteve French
2009-05-02[CIFS] Fix final user of old string conversion codeSteve French
2009-05-02[CIFS] remove cifs_strfromUCS_leJeff Layton
2009-05-02[CIFS] NTLMSSP support moving into new file, old dead code removedSteve French
2009-05-01[CIFS] Fix endian conversion of vcnum fieldSteve French
2009-05-01[CIFS] Remove trailing whitespaceSteve French
2009-05-01[CIFS] Remove sparse endian warningsSteve French
2009-05-01[CIFS] Add remaining ntlmssp flags and standardize field namesSteve French
2009-05-01[CIFS] Fix build warningSteve French
2009-05-01cifs: fix length handling in cifs_get_name_from_search_bufJeff Layton
2009-04-30[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French
2009-04-30ocfs2: Fix a missing credit when deleting from indexed directories.Joel Becker
2009-04-30[CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French
2009-04-30Added loop check when mounting DFS tree.Igor Mammedov