aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-12Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+28
2009-05-12epoll: fix size check in epoll_create()Davide Libenzi1-1/+1
2009-05-11nfsd: silence lockdep warningJ. Bruce Fields1-2/+2
2009-05-11dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney1-2/+4
2009-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds31-342/+330
2009-05-09Fix races around the access to ->s_optionsAl Viro5-11/+23
2009-05-09switch ufs directories to ufs_sync_file()Al Viro3-3/+3
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro3-54/+33
2009-05-09Make open_exec() and sys_uselib() use may_open(), instead of duplicating its partsAl Viro1-9/+2
2009-05-09Reduce path_lookup() abusesAl Viro1-4/+4
2009-05-09Make checkpatch.pl shut up on fs/inode.cManish Katiyar1-46/+35
2009-05-09NULL noise in fs/super.c:kill_bdev_super()H Hartley Sweeten1-1/+1
2009-05-09ROMFS: romfs_dev_read() error ignoredRoel Kluin1-1/+2
2009-05-09fs: dcache fix LRU orderingnpiggin@suse.de1-1/+1
2009-05-09ocfs2: Use nd_set_link().Joel Becker1-40/+37
2009-05-09Fix a leak in failure exit in 9p ->get_sb()Al Viro1-0/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro10-38/+19
2009-05-09New helper: deactivate_locked_super()Al Viro1-12/+34
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney3-27/+16
2009-05-09reiserfs: dont associate security.* with xattr filesJeff Mahoney1-2/+10
2009-05-09reiserfs: fixup xattr_root cachingJeff Mahoney1-27/+46
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro2-52/+40
2009-05-09reiserfs: Expand i_mutex to enclose lookup_one_lenJeff Mahoney1-18/+14
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani5-4/+17
2009-05-09GFS2: Fix glock ref counting bugSteven Whitehouse1-0/+1
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