summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes1-2/+2
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1
2010-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-3/+3
2010-09-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-5/+11
2010-09-14aio: check for multiplication overflow in do_io_submitJeff Moyer1-0/+3
2010-09-14cifs: fix potential double put of TCP session referenceJeff Layton1-3/+3
2010-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-592/+166
2010-09-13fs/9p: Don't use dotl version of mknod for dotu inode operationsAneesh Kumar K.V1-1/+1
2010-09-13fs/9p: Use the correct dentry operationsAneesh Kumar K.V1-1/+4
2010-09-139p: Check for NULL fid in v9fs_dir_release()jvrao1-2/+4
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V1-6/+14
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-0/+2
2010-09-12SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesTrond Myklebust2-0/+2
2010-09-12statfs() gives ESTALE errorMenyhart Zoltan1-0/+8
2010-09-12NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust1-1/+1
2010-09-12Remove incorrect do_vfs_lock messageFabio Olive Leite1-4/+0
2010-09-10Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-1/+4
2010-09-10xfs: log IO completion workqueue is a high priority queueDave Chinner1-1/+2
2010-09-10execve: make responsive to SIGKILL with large argumentsRoland McGrath1-0/+7
2010-09-10execve: improve interactivity with large argumentsRoland McGrath1-0/+2
2010-09-10setup_arg_pages: diagnose excessive argument sizeRoland McGrath1-0/+5
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+3
2010-09-10xfs: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-09minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]1-1/+1
2010-09-09vfs: take O_NONBLOCK out of the O_* uniqueness testJames Bottomley1-3/+7
2010-09-09binfmt_misc: fix binfmt_misc priorityJan Sembera1-1/+1
2010-09-09proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai1-1/+1
2010-09-09O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer1-2/+2
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader1-1/+2
2010-09-09Merge branch 'fixes' of git://oss.oracle.com/git/tma/linux-2.6Linus Torvalds9-107/+475
2010-09-08cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton3-11/+17
2010-09-08cifs: eliminate some more premature cifsd exitsJeff Layton1-29/+12
2010-09-08cifs: prevent cifsd from exiting prematurelyJeff Layton1-9/+7
2010-09-08[CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_keySteve French2-59/+0
2010-09-08cifs: eliminate redundant xdev check in cifs_renameJeff Layton1-21/+9
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French11-452/+172
2010-09-08Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French2-10/+5
2010-09-08Revert "Eliminate sparse warning - bad constant expression"Steve French2-128/+72
2010-09-08Revert "[CIFS] Eliminate unused variable warning"Steve French1-2/+1
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-20/+30
2010-09-08ocfs2: Fix orphan add in ocfs2_create_inode_in_orphanMark Fasheh1-20/+107
2010-09-08ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functionsMark Fasheh1-32/+88
2010-09-08ocfs2: allow return of new inode block location before allocation of the inodeMark Fasheh2-0/+180
2010-09-08ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open codingMark Fasheh1-13/+4
2010-09-08ocfs2: split out inode alloc code from ocfs2_mknod_lockedMark Fasheh1-18/+37
2010-09-08Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...Tristan Ye1-1/+1
2010-09-08ocfs2: Fix deadlock when allocating pageJan Kara3-4/+5
2010-09-08ocfs2: properly set and use inode group alloc hintMark Fasheh1-4/+20
2010-09-08ocfs2: Use the right group in nfs sync check.Tao Ma1-8/+11
2010-09-08ocfs2: Flush drive's caches on fdatasyncJan Kara1-1/+10