aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-01sunrpc: Add net argument to svc_create_xprtGravatar Pavel Emelyanov 4-7/+8
2010-10-01nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap lengthGravatar Benny Halevy 1-6/+12
2010-09-27sunrpc: Add net to pure API callsGravatar Pavel Emelyanov 2-3/+3
2010-09-26nfsd: fix /proc/net/rpc/nfsd.export/content displayGravatar J. Bruce Fields 1-11/+29
2010-09-23nfsd: Export get_task_comm for nfsdGravatar Pavel Emelyanov 1-3/+1
2010-09-22nfsd: allow deprecated interface to be compiled out.Gravatar NeilBrown 5-8/+43
2010-09-22nfsd: formally deprecate legacy nfsd syscall interfaceGravatar NeilBrown 1-0/+10
2010-09-22lockd: Mostly remove BKL from the serverGravatar Bryan Schumaker 3-14/+21
2010-09-21nfsd/idmap: drop special request deferal in favour of improved default.Gravatar NeilBrown 1-94/+11
2010-09-21nfsd: disable deferral for NFSv4Gravatar NeilBrown 1-2/+5
2010-09-19Merge remote branch 'trond/bugfixes' into for-2.6.37Gravatar J. Bruce Fields 37-163/+613
2010-09-12SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesGravatar Trond Myklebust 2-0/+2
2010-09-12statfs() gives ESTALE errorGravatar Menyhart Zoltan 1-0/+8
2010-09-12NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Gravatar Trond Myklebust 1-1/+1
2010-09-12Remove incorrect do_vfs_lock messageGravatar Fabio Olive Leite 1-4/+0
2010-09-10Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 2-1/+4
2010-09-10xfs: log IO completion workqueue is a high priority queueGravatar Dave Chinner 1-1/+2
2010-09-10execve: make responsive to SIGKILL with large argumentsGravatar Roland McGrath 1-0/+7
2010-09-10execve: improve interactivity with large argumentsGravatar Roland McGrath 1-0/+2
2010-09-10setup_arg_pages: diagnose excessive argument sizeGravatar Roland McGrath 1-0/+5
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-3/+3
2010-09-10xfs: prevent reading uninitialized stack memoryGravatar Dan Rosenberg 1-0/+2
2010-09-09minix: fix regression in minix_mkdir()Gravatar Jorge Boncompte [DTI2] 1-1/+1
2010-09-09vfs: take O_NONBLOCK out of the O_* uniqueness testGravatar James Bottomley 1-3/+7
2010-09-09binfmt_misc: fix binfmt_misc priorityGravatar Jan Sembera 1-1/+1
2010-09-09proc: export uncached bit properly in /proc/kpageflagsGravatar Takashi Iwai 1-1/+1
2010-09-09O_DIRECT: fix the splitting up of contiguous I/OGravatar Jeff Moyer 1-2/+2
2010-09-09mm: Move vma_stack_continue into mm.hGravatar Stefan Bader 1-1/+2
2010-09-09Merge branch 'fixes' of git://oss.oracle.com/git/tma/linux-2.6Gravatar Linus Torvalds 9-107/+475
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-20/+30
2010-09-08ocfs2: Fix orphan add in ocfs2_create_inode_in_orphanGravatar Mark Fasheh 1-20/+107
2010-09-08ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functionsGravatar Mark Fasheh 1-32/+88
2010-09-08ocfs2: allow return of new inode block location before allocation of the inodeGravatar Mark Fasheh 2-0/+180
2010-09-08ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open codingGravatar Mark Fasheh 1-13/+4
2010-09-08ocfs2: split out inode alloc code from ocfs2_mknod_lockedGravatar Mark Fasheh 1-18/+37
2010-09-08Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...Gravatar Tristan Ye 1-1/+1
2010-09-08ocfs2: Fix deadlock when allocating pageGravatar Jan Kara 3-4/+5
2010-09-08ocfs2: properly set and use inode group alloc hintGravatar Mark Fasheh 1-4/+20
2010-09-08ocfs2: Use the right group in nfs sync check.Gravatar Tao Ma 1-8/+11
2010-09-08ocfs2: Flush drive's caches on fdatasyncGravatar Jan Kara 1-1/+10
2010-09-08ocfs2: make __ocfs2_page_mkwrite handle file end properly.Gravatar Tao Ma 1-3/+5
2010-09-08ocfs2: Fix incorrect checksum validation errorGravatar Sunil Mushran 1-1/+5
2010-09-08ocfs2: Fix metaecc error messagesGravatar Sunil Mushran 1-2/+2
2010-09-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2010-09-07sunrpc: use seconds since boot in expiry cacheGravatar NeilBrown 2-4/+4
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdGravatar NeilBrown 1-6/+3
2010-09-07nfsd: remove duplicate NFS4_STATEID_SIZE declarationGravatar Andy Adamson 1-1/+0
2010-09-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 7-14/+35
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 1-1/+2
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+1